ββ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β¦
π€ Coding News β‘οΈ pinned Β«ββWhat a crazy story. β± 6 minutes read #CareerΒ»
ββ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β¦
ββAn ORM provides a simpler way to interact with databases in an app, it allows developers to work with data using objects.
β±οΈ 6 minutes read
#Typescript #ORM #Database
β±οΈ 6 minutes read
#Typescript #ORM #Database
Medium
In Search of the Perfect TypeScript ORM!
What is an ORM?
ββFor the last couple of years, I have done lots of interviews for the Senior NodeJS Developer position, and one of the key requirements always was a good knowledge of TypeScript. How good exactly? Well, by βgoodβ I understand the ability of a programmer to use TypeScript not just as a set of keywords you can use to define types, but as a tool that helps you design and to write better code.
β±οΈ 5 minutes read
#Typescript
β±οΈ 5 minutes read
#Typescript
Medium
π₯How good is Your TypeScript? Interview with just 3 questions.
New Article here: TypeScript Level Up. 5 Tips with Examples.
ββIn January, Google laid off 12,000 employees. This was a result of over hiring and over spending during the pandemic that did not extend today. Due to pressure from both investors and ChatGPT, Google decided to layoff 6% of their +186,000 workforce to recover some of the costs.
β±οΈ 4 minutes read
#Career
β±οΈ 4 minutes read
#Career
Medium
Why Google Didnβt Lay Me Off as 1 of 12,000
How to avoid layoffs at Google.
ββTL;DR: JavaScript + React + Redux still dominate by a landslide. Pair with Next.js & Vercel for best results. AI is exploding. Web3 growth is strong.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
Medium
Top JavaScript Frameworks and Technology 2023
TL;DR: JavaScript + React + Redux still dominate by a landslide. Pair with Next.js & Vercel for best results. AI is exploding with SudoLangβ¦
ββAchieve Typescript mastery with a 21-steps guide, that takes you from Padawan to Obi-Wan.
β±οΈ 15 minutes read
#Typescript
β±οΈ 15 minutes read
#Typescript
Medium
π₯ Mastering TypeScript: 20 Best Practices for Improved Code Quality
Achieve Typescript mastery with a 20-steps guide, that takes you from Padawan to Obi-Wan.
ββAuthentication is a process of recognizing user identity. When a user enters their credentials (usually login & password) and, depending on an identification strategy, a user is being determined by a system. Then all necessary user permissions are verified, and they might have access to particular resources (aka authorization).
β±οΈ 4 minutes read
#Testing
β±οΈ 4 minutes read
#Testing
Medium
How to Handle Authentication in E2E Testing with Playwright
How to deal with authentication on your e2e test setup with the Playwright test library
ββIn today's world of ever-changing business requirements, it can be difficult to find an appropriate and reliable architecture to stick to. You need something that is flexible, easy to scale, maintain, and understandable, enabling new developers to get up to speed quickly.
β±οΈ 9 minutes read
#Architecture #Frontend
β±οΈ 9 minutes read
#Architecture #Frontend
Medium
Understand The Most Reliable Frontend Architecture
Learn About βFeature Slicedβ Design, Its Pros And Cons
ββTop 10 tricky Javascript questions often asked by interviewers. Make sure you know all of them!
β±οΈ 8 minutes read
#JavaScript #Interview
β±οΈ 8 minutes read
#JavaScript #Interview
Medium
Top 10 Tricky Javascript Questions often asked by Interviewers
Top 10 tricky Javascript questions often asked by interviewers. Make sure you know all of them!
ββClean Architecture is a software development concept that focuses on creating modular and maintainable code.
β±οΈ 12 minutes read
#Architecture
β±οΈ 12 minutes read
#Architecture
Medium
Clean Architecture in Node.js
Introduction
ββGoogle introduced Web Vitals initially to measure User Experience quality in web applications. However, Core Web Vitals (a subset of Web Vitals) later purely focused on web application performance.
β±οΈ 5 minutes read
#Performance #Metrics
β±οΈ 5 minutes read
#Performance #Metrics
Medium
Core Web Vitals: Measuring Performance in SPAs
A subset of Web Vitals to measure SPA performance