๐ This week we have brilliant articles about web development and even some inspirational resources!
As always, all posts were ranked by daily.dev community. Shout out to all the authors. ๐
So, let's get it started.
Stop Using console.log()!
โ console.log is a popular method to debug, but it's not necessarily the best one. Esaรบ explains why you should use the debugger instead.
21 Awesome DEV portfolios for your inspiration
๐ฉโ๐ค Madza gathered incredible portfolios to inspire you. Get some ideas for your portfolios.
Convert your Website into an APP with 3 easy steps
๐ PWAs are already everywhere. They're supported by desktop and mobile browsers. Learn what it takes to convert your website into PWA.
Getting Started with Malina.js
๐ฃ Malina.js is a new JavaScript framework inspired by Svelte.
50 Essential Tips for Every Developer
๐ It's been a while since I last bumped into such a good list of tips. It's both motivational and professional.
Solving a stupid JavaScript problem
๐ง We've all got this insanely irrelevant technical question during a job interview. Alexander shares how he approaches these technical questions.
How we decreased one of our APIs response time by 87% and used less resources
๐ฅ This is a story about rewriting a .Net service to Go. The change had a tremendous impact on the performance and response times of the service.
ES6 - Higher-Order Functions
๐พ Higher-order functions are functions that take other functions as arguments or return functions. ES6 has many of them and Skay explains them all.
Introducing Injex
๐คฏ Injex is a new JavaScript library for dependency injection. It follows the SOLID principles. Check out this magical library now.
CSS Typing Effect
โ๏ธ An implementation of a typing effect using CSS only!
๐ Wrap Up!
That was all for this week. We will come back with another list of interesting development posts next week.
โ