ββ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.
ββAre you looking for best practices on how to build Node.js Docker images for your web applications? Then youβve come to the right place!
β± 15 minutes read
#Docker #NodeJS
β± 15 minutes read
#Docker #NodeJS
Snyk
10 best practices to containerize Node.js web applications with Docker | Snyk Blog | Snyk
Are you looking for best practices on how to build Node.js Docker images for your web applications? Then youβve come to the right place!
ββ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 Javascript?
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 ...
ββ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-Click Me Load More 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: