There are only a few days left to our upcoming event The Monthly Dev #4. Join us and learn about Fastify, GraphQL, and Appwrite. It's an online event free of charge.
https://www.meetup.com/the-monthly-dev-world-class-talks-by-expert-developers/events/277134089/
30 Web Developer Portfolios to Inspire You
โจ Edidiong curated the most creative portfolios on the web. If you are working on your online CV take a look and grab some ideas.
Introducing notebookJS
๐ notebookJS is a new Python library that provides a simple way to create beautiful visualizations using JavaScript in a notebook environment.
You (may not) Know JS
๐ค Dive into the core fundamentals of JavaScript and learn about some pretty new features of EcmaScript.
How To Create A Kickass GitHub Profile Page
๐ธ The author goes through all the necessary steps to build yourself an awesome GitHub profile page. An extensive guide with code snippets and examples.
Is Context Better than Redux?
๐ฒ Short answer no. Both Context and Redux have their use cases, read the article to learn more.
A Basic Guide To Object-Oriented Programming (OOP) patterns in JavaScript
๐ This is a great guide to OOP in JavaScript. It covers every method available to create classes and other principles such as inheritance. The difference between ES6 Class and Prototype. Just give it a read.
Napkin Beta - Backend in the Browser.
๐ฅ A new platform that provides you with an online IDE to write your backend and automatically deploys it when needed. Currently, it supports only Python and it is still in beta.
Seven Mistakes To Avoid In Your Technical Interviews
๐ โโ๏ธ Emma shares from her experience what you should not do in the interview process. As well as, what you should expect the process to be like.
Visual Studio 2022
๐ Visual Studio 2022 first public preview is out! It's finally 64-bit and features a new design. There are obviously more perks so make sure to check read it through.
Why You Should Not Use Webpack
๐ This article covers Webpack alternatives such as Vite and Parcel. Use Webpack if you want, but consider the pros and cons.