-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weekly Community Check-In #88 - Tools, Tips, & Tricks #8931
Comments
Happy new year everyone 🎉 🎉 Great theme @RuthNjeri and thanks for opening this 🎉 |
I use neovim as my editor. I find it really nice because it's very lightweight and yet very extendable while running in the terminal. I'm thinking about getting a better setup for handling my terminal windows as @cesswairimu has, but I haven't worked on it yet. It's also interesting to think about what languages you use as tools for the projects you're working on. I've spent a lot of time discussing what stack I should use for a given project with friends and mentors because if you realize you've made a bad decision a rewrite will lose you a lot of time. For now, though, my main choices have been Ruby and Python but I am learning Haskell and Rust as other intriguing languages I want to use. |
Wow, really impressed that @cesswairimu and @Uzay-G use command-line editors, I've always been intimidated by those... That's inspiring me to learn. I use VSCode like @RuthNjeri, and I like it a lot! Its interfacing with Git is really useful... I can click a button to stage/unstage changes, and handle merge conflicts in the editor. I think it saves a lot of time vs typing in the command line. |
Hey @RuthNjeri , @cesswairimu , @noi5e (and everyone 😄 ) |
Hey all 👋 lets keep this great theme for another week to give other folks time to share their tools. A big welcome to new contributors If anyone would like to open next week's check-in please leave a comment. |
Wow, color-coding brackets is really useful @RuthNjeri! Hmm, well i use vim, i guess i like it because i can use it to edit files on remote servers and my fingers know a consistent set of commands... I have gradually added color coding and such to help me see things, i keep my vim color settings (and other settings) here: https://github.com/jywarren/init and it has this embarrassingly named vim plugin called NERDTree which lets you have tabs in vim. It's honestly really ridiculous because vim is so basic that adding tabs is almost silly, but it preserves copy/paste across the tabs, which is nice... although of course it wouldn't be an issue if I used a non-terminal editor 😂 😭 I guess i've just gotten kind of set in my ways. I like using really cheap computers (my main one is a chromebook) and so just relying on terminal programs is nice for compatibility. And, i like making it full screen so i'm less likely to get distracted by a browser tab or something! One thing i really like about vim is the ability to copy paste from mid-line, but across multiple lines (which i think is possible in some editors on Macs using option-drag): That said, i love the built-in way to see who made the last change on a line of code that @RuthNjeri showed, and I can't do that in vim!!! |
I'm just rereading this message now @Sagarpreet 😅 , I think you were able to fix the notifications? Or can I tag you in a comment if I need any reviews in future PRs? |
I've got to check out vim!!! I missed that message too, @Sagarpreet thanks for checking out some of my PRs in the meantime. Just going to drop the link to my planning issue here #8775. I've been updating it every day for the past week, and I usually leave a link to my open PRs there too. (none open right now, but maybe later today) |
This was a great discussion...thanks all ❤️ Moved to #9077 |
Hello and Happy New Year! 🎉
We all at Public Lab 🎈 - learn, grow, work, brainstorm ideas, contribute together so why not share about our weekly goals and the awesome work we have done at Public Lab with each other, so we can support and collaborate with each other better. We have a Community Check-In each week, where every community member can share something about their work from the past week and about their current week's goal 🎯 . You are also welcome to share fun-fact 😄 , new ideas 💡 , your learning goals ☑️.
We believe in collaborative efforts to support our community. We are running a learning platform which helps a newcomer to become a leader of tomorrow. 💯
How do you choose your tools? And What are some of the Tips and Tricks You have
Sometime before the holidays began, there was a discussion in the Outreachy chat on the criteria to use when choosing which tools or gems to use. It could be useful when picking out a gem or setting up your working environment. Some tips shared were;
I'd like us to have our weekly check-in focus on the fifth point, where we share various tips and tricks that you think have been useful to you.
I'll start 😄
I use Visual Studio Code as my main editor. It has a lot of useful extensions that I use when coding. There's an extension that color codes opening and closing brackets, which is very useful when debugging Javascript code.
I also like how I can see the last person who wrote a specific code and I can even navigate to the Pull Request that contained that code to read more about it. It has been useful in learning more about the code.
What are some of the Tools, Tips and Tricks you use?
This week's focus Issues
These are issues that are of high priority and requests from our
large community that use the software.
We will very much appreciate any help on these issues. Any contributor who is looking for issues to work on please consider taking a look at these.
We will add a thank you message here in next week's check-in if you contribute to any of these. Thanks in advance 😄
Thank you note to focus issues contributors
A huge thank you to all the contributors who spent some time to learn more about us, review code, pick up an issue, raise an issue and even create pull requests to fix an issue in 2020.
We hope that you will continue contributing any way you can this year 🤗
Next Check-in
If you would like to open the next check-in..Leave a comment below. We are happy to help if its your first time
Thanks everyone for making Public Lab awesome ❤️
Have a great week ahead all 🎈
The text was updated successfully, but these errors were encountered: