🤖 Coding News ⚡️ pinned «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…»
🤖 Coding News ⚡️ pinned «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»
I have been a backend engineer for over 18 years and I witnessed technologies come and go but one thing always remain constant; The first principals the tech is built on. I don’t really mean tools, frameworks or even languages. Those evolve and change but the fundamental infrastructure on which these tool are built rarely does.
⏱️ 11 minutes read
#backend
⏱️ 11 minutes read
#backend
Medium
How to Become a Good Backend Engineer (Fundamentals)
I have been a backend engineer for over 20 years and I have witness technologies come and go. One thing however, always remains constant: I don’t really mean tools, frameworks or even languages…
Are you still using console.log for all your JavaScript debugging needs in 2023?
⏱️ 7 minutes read
#JavaScript
⏱️ 7 minutes read
#JavaScript
You'll know how good you are at programming and how to improve your abilities right away!
⏱️ 5 minutes read
#Career
⏱️ 5 minutes read
#Career
Medium
5 Unusual Signs That You’re a Great Developer
You'll know how good you are at programming and how to improve your abilities right away!
🤖 Coding News ⚡️ pinned «Does it sound strange when you first see the T in TypeScript generics? ⏱ 3 minutes read #TypeScript»
This article focuses on what goes on inside a developer’s head when they make estimates, why that’s so hard to fix, and how I personally figured out how to live and write software (for very happy business owners) even though my estimates are just as brutally unreliable as ever.
⏱️ 10 minutes read
#Estimations #Career
⏱️ 10 minutes read
#Estimations #Career
Medium
Coding, Fast and Slow: Developers and the Psychology of Overconfidence
What goes on inside a developer’s head when they make estimates and why that’s so hard to fix
The serverless world is constantly growing with feature sets and the number of adopters. While this might seem great, it can lead to rapid growth issues like losing the true meaning of serveless.
⏱️ 4 minutes read
#serverless
⏱️ 4 minutes read
#serverless
Ready, Set, Cloud!
Serverless In 2023 - A Shift In Focus | Ready, Set, Cloud!
With a new year comes a new focus. This year's is especially important in serverless apps.
If your background is in a traditional object-oriented programming language, you might be thrown by the wild and sometimes lawless world of JavaScript. There are objects here — but they’re really prototypes, and all the syntax about classes and inheritance was bolted on in relatively recent versions. Some OO concepts still don’t fit. Others force you to adapt.
⏱️ 4 minutes read
#JavaScript
⏱️ 4 minutes read
#JavaScript
Medium
Supporting Multiple Constructors in JavaScript
3 patterns for object creation
This post introduces the concept of durable execution, which is used by Stripe, Netflix, Coinbase, Snap, and many others to solve a wide range of problems in distributed systems. Then it shows how simple it is to write durable code using Temporal’s TypeScript/JavaScript SDK.
⏱️ 10 minutes read
#NodeJS #DistributedSystem
⏱️ 10 minutes read
#NodeJS #DistributedSystem
Medium
Building Reliable Distributed Systems in Node
This post introduces the concept of durable execution, which is used by Stripe, Netflix, Coinbase, Snap, and many others to solve a wide…
Code coverage is a metric used to measure the amount of code that is executed during unit testing. It is an important tool in ensuring that all parts of a program are thoroughly tested and that any bugs or issues are identified early on.
⏱️ 4 minutes read
#Testing
⏱️ 4 minutes read
#Testing
Medium
What is Code Coverage?
Code coverage is a metric used to measure the amount of code that is executed during unit testing. It is an important tool in ensuring that…
America's most stable companies are laying off so many people every day, and everyone knows why, but no one is willing to say it.
⏱️ 5 minutes read
#Career
⏱️ 5 minutes read
#Career
Medium
Remote Work Destroyed America's Most Profitable Industry
How did tech become America's most troubled industry?
Last week I wrote an article about code smells in TypeScript, the article received a lot of attention and praise. So I think many people want to know more about code smells in general and TypeScript to be more specific.
⏱️ 4 minutes read
#Typescript
⏱️ 4 minutes read
#Typescript
Medium
Clean Code in TypeScript
Introduction
In this article, we will explore my personal setup for Visual Studio Code, the popular open-source code editor. I will share the themes, icons, and extensions that I use on a daily basis to enhance my coding experience. Whether you are a seasoned developer or just starting out, this article will give you some insights and inspiration to optimize your own setup. So, let's dive in and see what makes my VS Code setup unique!
⏱️ 5 minutes read
#IDE #VSCode
⏱️ 5 minutes read
#IDE #VSCode
DEV Community
VS Code Setup for Frontend Devs
Table of Contents Introduction Theme Icons Extensions Auto Rename Tag Auto Close...
Next.js is a JavaScript framework that is built on top of React, a popular library for building user interfaces. This means that you can use React to build your app, and Next.js provides additional tools and features to make the process easier.
⏱️ 6 minutes read
#SSR #NextJS #React
⏱️ 6 minutes read
#SSR #NextJS #React
Medium
Why Next.js 13 is a Game-Changer
Next.js is a JavaScript framework that is built on top of React, a popular library for building user interfaces. This means that you can…
Without further ado, here are 7mac tools I use on all my macs. Whenever I get a new mac, I set up these seven tools so I can start working in a more comfortable atmosphere, and they help me to increase my productivity.
⏱️ 4 minutes read
#Productivity #MacOS
⏱️ 4 minutes read
#Productivity #MacOS
Medium
7 Mac tools I install on all my macs
Without further ado, here are 7mac tools I use on all my macs. Whenever I get a new mac, I set up these seven tools so I can start working…