ββ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
ββJavascript 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β¦
ββ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!
ββ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!
ββDoes it sound strange when you first see the T in TypeScript generics?
β± 3 minutes read
#TypeScript
β± 3 minutes read
#TypeScript
Medium
What Are K, T, and V in TypeScript Generics?
Explained With Animations, Let You Easily Master TypeScript Generic Type Parameters.
ββ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.
ββ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.