We all love React for its performance and its simple state manipulation, but it is not all a bed of roses. When you start to build more and more complex applications you will oftentimes find yourself falling into the trap of unnecessary rerendering… And in many cases, you might not even know it!
⏱ 8 minutes read
#React
⏱ 8 minutes read
#React
Medium
How I eliminate ALL unnecessary Rerenders in React
We all love React for its performance and its simple state manipulation, but it is not all a bed of roses. When you start to build more and…
This article discusses WebAssembly runtimes. In particular, how a WebAssembly runtime can provide additional resources and features. In addition, we introduce a new technology whereby users can create their own WebAssembly runtime plugins.
⏱ 4 minutes read
#WebAssembly
⏱ 4 minutes read
#WebAssembly
Medium
WebAssembly (Wasm) runtimes
This article discusses WebAssembly runtimes. In particular, how a WebAssembly runtime can provide additional resources and features
Whatever your stance on async/await, I’d like to pitch to you on why, in my experience, async/await tends to make code more complicated, not less.
⏱ 10 minutes
#JavaScript
⏱ 10 minutes
#JavaScript
Medium
Why I avoid async/await
Whatever your stance on async/await, I’d like to pitch to you on why, in my experience, async/await tends to make code more complicated…
A few weeks ago I got a Web3 project. I have 6 years of full-stack development, and I was a CTO for half a year.
⏱ 5 minutes read
#Web3
⏱ 5 minutes read
#Web3
Medium
How I became a Web3 dev in just 7 days and got my first 8000$ Web3 contract
This is how I successfully learnt Web3 from scratch in 7 days and delivered my first Web3 contract.
TypeScript is bringing 2 incredible new features to the table, stay on top of what’s coming!
⏱ 4 minutes read
#TypeScript
⏱ 4 minutes read
#TypeScript
Medium
2 NEW killer features coming to TypeScript
TypeScript is bringing 2 incredible new features to the table, stay on top of what’s coming!
Dear Sebastian,
We regret to inform you that you have not been selected for the position of Software Engineer.
However, we would like to offer you a position as one of our Amazon Fresh drivers.
Thank you,
Amazon HR
⏱ 3 minutes read
#Career
We regret to inform you that you have not been selected for the position of Software Engineer.
However, we would like to offer you a position as one of our Amazon Fresh drivers.
Thank you,
Amazon HR
⏱ 3 minutes read
#Career
Medium
I Got Rejected from every FAANG — Here are the Rejection Emails.
Email 1: Google
Javanoscript is continuously evolving and in every year it is coming up with new features which are very demanding from developer community side since it could help code to improve the code quality, reduce the final bundle size and also could help an application to improve application performance.
⏱ 3 minutes read
#JavaScript
⏱ 3 minutes read
#JavaScript
Probably you have an idea banging upon your head and are wondering the best way to implement it.
⏱ 7 minutes read
#Software #Frontend
⏱ 7 minutes read
#Software #Frontend
Medium
Frontend Architecture for Insane Scalability ⚠️
Probably you have an idea banging upon your head and are wondering the best way to implement it. Don’t be anxious, don’t hurry! Keep…
The Collison brothers build a 7-line code solution that developers can put on their website to get paid.
⏱ 11 minutes read
#Career
⏱ 11 minutes read
#Career
Medium
Two Programmers Turned 7 Lines of Code Solution into $95,000,000,000 Empire
A journey I desperately want all young programmers to read about.
JavaScript is one of the most dynamic languages out there. Multiple features are added to make the language more manageable and practical each year.
7 minutes read ⏱
#JavaScript
7 minutes read ⏱
#JavaScript
Medium
Advanced JavaScript Concepts that Helped Me Get Better at Coding
JavaScript is one of the most dynamic languages out there. Multiple features are added to make the language more manageable and practical…
This paper outlines the NextJs application’s high-level architecture design, which is organized into several sections
⏱ 11 minutes read
#NextJS #React
⏱ 11 minutes read
#NextJS #React
Medium
NextJs Application Architecture for best performance
This paper outlines the NextJs application’s high-level architecture design, which is organized into several sections as follows:
REST, GraphQL, and gRPC are the 3 most popular API development technologies in modern web applications. However, choosing one isn’t easy since they all have unique features.
⏱ 6 minutes read
#REST #GraphQL #gRPC
⏱ 6 minutes read
#REST #GraphQL #gRPC
Medium
REST vs GraphQL vs gRPC
In-depth comparison of the 3 most popular API development technologies
There are a number of popular open source development tools available for use within the software development process. Many of these tools have similar features and offer a variety of different approaches to software development. It can be difficult to know where to begin looking when it comes to choosing the right open source development tool for you.
⏱ 5 minutes read
#Tools #OpenSource
⏱ 5 minutes read
#Tools #OpenSource
Medium
Top 8 Best Open Source Development Tools
There are a number of popular open source development tools available for use within the software development process. Many of these tools…
👍1
Using strongly typed language has a lot of benefits. But TypeScript is not a magical tool — the stronger types you provide, the better results you will get. Unfortunately, in a lot of the cases we can end up using very broad types to describe much narrower sets of values — it’s foremost apparent when using primitives like strings or numbers.
⏱ 5 minutes read
#TypeScript
⏱ 5 minutes read
#TypeScript
Medium
Advanced TypeScript: Mapped Types and more
Advanced TypeScript features can allow us type our code more strictly. I’ll show how you can use mapped types to autogenerate types for us!
❤1
In this article, I’ll explore the seven most stackoverflowed TypeScript questions.I spent hours researching these. I hope you gain a deeper understanding of the common problems you may face with TypeScript.
⏱ 20 minutes read
#TypeScript
⏱ 20 minutes read
#TypeScript
freeCodeCamp.org
The Most Asked TypeScript Questions on StackOverflow – Handbook for Beginners
By Emmanuel Ohans _"I hate stack overflow"_ — said no developer ever. While it’s helpful to have your answers a Google search away, what’s even more powerful is truly understanding the solutions you stumble upon. In this article, I’ll explore the sev...
NodeJS has released the new version of NodeJS, which is named NodeJS 18 and it offers plenty of new features for developers to take advantage of. These new features are quite useful to every developer as they help in improving productivity and increasing performance as well. This article will talk about some of the important new features that you should start using if you’re running an existing application on NodeJS or want to start building one from scratch.
⏱ 3 minutes read
#NodeJS
⏱ 3 minutes read
#NodeJS
Medium
NodeJS 18 is HERE! 3 Features that will blow your mind 🤯
Stanalone Test Runner, Fetch (Experimental) Support, V8 Engine (not a car) and more!
👍1
After so many years of having to use Node.js, there is finally competition. Bun is now publicly available. It describes itself as a fast all-in-one JavaScript runtime. Just like Node.js? — No, not like Node.js. There is much more to this story.
⏱ 5 minutes read
#Bun #JavaScript #Runtime
⏱ 5 minutes read
#Bun #JavaScript #Runtime
Medium
Node.js is Dead. — Long Live Bun.
Finally something new in the JavaScript eco system.
The 4 common ways to make a mess in micro-frontend-based applications.
⏱ 6 minutes read
#MicroFrontend
⏱ 6 minutes read
#MicroFrontend
Medium
4 Micro-Frontend Anti-Patterns
The 4 common ways to make a mess in micro-frontend-based applications.
👍1
Welcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Let’s learn together!
⏱ 6 minutes read
#TypeScript
⏱ 6 minutes read
#TypeScript
Medium
Using TypeScript Conditional Types Like a Pro
Explained with animations. Master TypeScript Conditional Types and understand how TypeScript’s built-in Utility Types work.
So when most of the people talks about performance, I had seen many stories or blogs which says mostly about — optimize queries to dB, cache using redis, checking time complexity of code etc
⏱ 5 minutes read
#NodeJS
⏱ 5 minutes read
#NodeJS
Medium
How to increase NodeJS performance (advance topic) Part 1
So when most of the people talks about performance, I had seen many stories or blogs which says mostly about — optimize queries to dB…