"The human spirit must prevail over technology"
|
—
Albert Einstein,
Scientist
|
|
|
|
|
This fantastic article highlights the importance of mastering the basic principles of system design, rather than trying to learn everything at once. Studying too much too quickly can actually hurt a candidate's chances in a real interview. They suggest that 80% of system design interviews involve only 20% of the concepts, and their guide focuses on teaching these key concepts in-depth.
|
|
|
|
This article explains how attackers would guess your password, should they get their hands on your encrypted data. There are some thoughts on the strength of real-world passwords and suggestions for your new password. A great read that will definitely help you to keep your personal data safe and build more secure applications.
|
|
|
|
Are GPT-based tools going to steal our jobs? Probably not, or at least not anytime soon. So can we use them to our advantage and be more efficient as developers? Probably yes! This article presents some real use cases for GPT-based tools: from writing unit tests to writing database queries. Definitely worth a read but remember not to trust generated code blindly!😇
|
|
|
|
If you thought CoffeeScript was a thing of the past, well you might want to revisit that thought. Civet is for TypeScript what CoffeeScript used to be for JavaScript! Whether this is a good idea or not, it's up to you to decide, but still, it might be worth a look... plus, the mascot is adorable!
|
|
|
|
Here's a fantastic website that can help Node.js aficionados to find actively maintained and popular libraries in the Node.js ecosystem. It's organized in categories, so you can easily find the tools you are looking for!
|
|
|
|
If ever wanted to build a "Dodgy cyberpunk style neon goodness"-type of animated logo, this tutorial is for you. You will learn how you can turn static SVGs into fantastic animations using Vue and some JavaScript. A trick that can help you spice up your next website. I already want to revisit the logo on my website... 😛
|
|
|
|
This article should be dedicated to all the people that think are not good enough to contribute to open-source projects! It tells the story of Michal and how he managed to learn enough about Bun and be able to contribute back to the project. Very inspiring!
|
|
|
|