Tag:advice
All the articles with the tag "advice".
5 Tips for Crushing Developer Interviews
September 22, 2022 | 12:19 PMHere are 5 ways you can improve your chances of doing well in a developer interview.
How to write better code
October 12, 2022 | 10:05 PM15 simple, yet effective tips to produce better software
I am a Mediocre Developer
September 24, 2022 | 02:44 AMI personally know some developers who are very talented and can create wonderful pieces of software with no or little struggle. Because of these gifted individuals, our industry is full of high expectations. But the sad truth is: not everyone is a ninja/guru/rockstar developer.
My Thoughts on Github Copilot
December 1, 2022 | 02:44 AMI've been using Github Copilot full time over the past month and have collected my thoughts on this new industry redefining tool. It's a product that has the potential to impact my life greatly and a product that's a mix of helpful, clumsy and potentially dangerous. Let's dive into some of the good and bad parts of Copilot
Stop Using The "!" Bang Operator In JavaScript
September 29, 2022 | 08:23 PMYou may think you are writing cleaner code using the bang operator, but in reality you are just opening yourself up to a plethora of bugs.
Stop Using Create React App
December 2, 2022 | 08:55 PMCreate React App is what almost every developer (including myself) learned to use first when learning the JavaScript library React. It supports all the configurations out of the box. But when your project code grows you might face higher build times, a slower start in the development server and waiting 2 to 5 secs to reflect the changes you have made in code and this might increase rapidly when the app grows on a larger scale.
Use Google Like a Pro!
September 29, 2022 | 12:05 PMPretty much everything is available on the internet, and Google is one of the main ways people search for information.
Why College Doesn’t Prepare You to Be a Developer
October 1, 2022 | 01:51 AMIt comes down to complexity.
You're worrying about the wrong thing if you're trying to learn it all
September 25, 2022 | 12:38 AMThere are a million and one things that we need to learn in order to be a front-end developer, and it seems like every 30 seconds there is another new thing that we need to add to our arsenal.