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…
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…