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…
Earlier this year, we had Andrzej Frydryszak attend a few conferences on software development. The list we compiled is a list of the most significant points the attendees of the conferences have heard. Here goes:
⏱ 11 minutes read
#Software
⏱ 11 minutes read
#Software
Medium
Trends in Software Development 2022
Earlier this year, we had Andrzej Frydryszak attend a few conferences on software development. The list we compiled is a list of the most…
React Turbo automatically optimizes React performance in compile time, so developers don’t need to do optimization manually.
⏱ 4 minutes read
#React
⏱ 4 minutes read
#React
Medium
React Turbo — the ultimate solution to optimize React performance
TL;DR
Like a lot of other programming languages, JavaScript is constantly evolving. Every year, the language is made more powerful with new capabilities that let developers write more expressive and concise code.
⏱ 9 minutes read
#JavaScript
⏱ 9 minutes read
#JavaScript
Medium
11 Amazing New JavaScript Features in ES13
We take a look at the most recently released JavaScript features from ES13 that will help you write more concise and expressive code.
👍1
If you’re a front-end developer, you’re using bundlers whether you know it or not.
⏱ 7 minutes read
#Bundlers
⏱ 7 minutes read
#Bundlers
Medium
Build Your Own JS Code Bundler
Our bundler will: 1. Read all JavaScript files inside our project. 2. Calculate dependency graph. 3. Grab code from all relevant files.
I measured the time complexity and space complexity of the most common methods to find if a value exists in an array.
⏱ 4 minutes read
#JavaScript
⏱ 4 minutes read
#JavaScript
Medium
Which is the fastest way to find if something exists in an Array in Javanoscript?
Is [1,2,3,4].includes(3) faster then doing a for loop? Is Array.indexOf any better?
I asked GitHub if I could have the abandoned username “Magikarp”. And they said yes!
⏱ 3 minutes read
#GitHub
⏱ 3 minutes read
#GitHub
Medium
How to get the GitHub username of your dreams
I asked GitHub if I could have the abandoned username “Magikarp”. And they said yes!
Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!
⏱ 9 minutes read
#Frontend #Qwik
⏱ 9 minutes read
#Frontend #Qwik
Medium
React and Next.js is DEAD — Something New is (Finally) Replacing It (For Good)
Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!
Learning Web3.0 and blockchain development today is like buying a Bitcoin at $10 yesterday.
⏱ 7 minutes read
#Solidity #Web3 #Blockchain
⏱ 7 minutes read
#Solidity #Web3 #Blockchain
Medium
Zero to Hero: Web3.0 and Solidity Development Roadmap 2021
Learning Web3.0 and blockchain development today is like buying a Bitcoin at $10 yesterday.
You might have been building containers for a long time, and in all your previous builds, the security and/or the size of your containers wasn’t the priority. But if you got here now you are putting a priority in those topics.
⏱ 7 minutes read
#Docker
⏱ 7 minutes read
#Docker
Medium
Optimize your docker containers
You might have been building containers for a long time, and in all your previous builds, the security and/or the size of your containers…
How to structure large React applications into folders and files is a highly opinionated topic. I struggled for a while writing about this topic, because there is no right way to do it. However, every other week people ask me about how I structure my React projects -- with folder structures from small to large React projects.
⏱️ 7 minutes read
#React
⏱️ 7 minutes read
#React
www.robinwieruch.de
React Folder Structure in 5 Steps [2025]
React Folder Structure in 2025 for large React projects. The guide walks you through a file structure from small to large project ...
❤1
My friends, as a software engineer, you must have used Event Emitter. We often use it to handle cross-component communication scenarios.
⏱️ 3 minutes read
#JavaScript
⏱️ 3 minutes read
#JavaScript
You don’t need a framework for everything, but if you use one, this article will help you use it in the most performant way.
⏱️ 14 minutes read
#Architecture
⏱️ 14 minutes read
#Architecture
Smashing Magazine
Five Data-Loading Patterns To Boost Web Performance — Smashing Magazine
You don’t need a framework for everything, but if you use one, this article will help you use it in the most performant way.
You could improve your workflow, boost your productivity, and simply make VSCode prettier with the help of these extensions!
⏱️ 6 minutes read
#IDE #CodeEditor #VSCode
⏱️ 6 minutes read
#IDE #CodeEditor #VSCode
Medium
12 Unusual VS Code Extensions You Definitely Need As a Developer
You could improve your workflow, boost your productivity, and simply make VSCode prettier with the help of these extensions!
In this article, I’d like us to explore postMessage() again, but as it applies to communication within the same browsing context or same origin.
⏱️ 5 minutes read
#JavaScript
⏱️ 5 minutes read
#JavaScript
Medium
Using JavaScript and The Broadcast Channel API
For Browser Context Communication Between Tabs
Developing a good workflow is essential in such a fast-paced environment with strict deadlines. Therefore, productivity is one of the most important metrics to consider.
⏱️ 3 minutes read
#Tools #Productivity
⏱️ 3 minutes read
#Tools #Productivity
Medium
14 Essential Developer Tools to 10X Your Productivity 🚀✨
Developing a good workflow is essential in such a fast-paced environment with strict deadlines. Therefore, productivity is one of the most…
There are several ways to change the background color of an element using CSS. Here is a list of some of the most common ways
⏱️ 2 minutes read
#CSS
⏱️ 2 minutes read
#CSS
Medium
5 Different Ways To Change Background Color In CSS
There are several ways to change the background color of an element using CSS. Here is a list of some of the most common ways:
❤1