Yesterday we hosted the second The Monthly Dev event. We had two awesome speakers, Henri who talked all about image formats and how to use them efficiently, and Brandon introduced us to Blitz.js.
In case you missed this fantastic event, check out the recorded session:
https://www.youtube.com/watch?v=j74nhqCOhPI
Ray.so by Raycast - Create beautiful images of your code
๐ธ A new platform to create images of our code. Just like the good-old Carbon, if you want to share your code easily check it out. Just remember that images are not as accessible as snippets.
7 Habit That Kills a Developer Career
โจ Several tips to keep your development career growing. Mostly for beginners.
I'm Not Using JavaScript Anymore
๐ The author shares his decision to use TypeScript from now on instead of JavaScript. It's basically a TypeScript introduction.
Handle JavaScript Events Like A Pro
๐ Event bubbling, propagation, and delegation. If they don't sound familiar to you make sure to read this article to learn more about DOM events.
100 most asked JavaScript Interview Questions and Answers - Part 1
๐ฉโ๐ซ A compilation of many JavaScript technical interview questions. Part 2 is already live as well.
5 useful javascript tricks
๐ฅ These indeed very useful tricks! Remove duplicates from an array, turn a decimal number into an integer, getting the last value of an array, get a random index value from an array, and detect the most lengthy word in an array.
Top 7 Databases to Learn in 2021
๐ An introduction to the top 7 databases according to a survey by DB Engines. Here they are Oracle, MySQL, Microsoft SQL Server, PostgreSQL, MongoDB, IBM DB2, and Redis.
Using Vue vs React
๐ An in-depth comparison of Vuejs and React. The author compares syntax, ecosystem, features, and many more.
Free Tailwind CSS resources
๐ฐ Tailwind CSS is buzzed right now. Seems like everyone is trying it out these days. Here are 10 resources to help you out in your journey to master Tailwind CSS.
How to Avoid the Most Dangerous Word in Software Development
๐ โโ๏ธ How often do you hear the word "just"? Read this great piece to learn how to handle it.
โ