Day: April 7, 2024
10 posts
Planning Poker Jira integration
Agile teams know the struggle of aligning on task complexities and estimations. Enter Planning Poker, a gamified way…
Mastering the Art of the Business Sale
In this comprehensive guide, we delve into the intricacies of selling a business, exploring common stumbling blocks and…
What is the difference between Element and Component in React?
In React, elements and components are the building blocks for your user interface, but they serve different purposes:…
Harnessing the Future: My Journey Through the ChatGPT Masterclass
In an era where artificial intelligence is not just a buzzword but a fundamental component of our digital…
Implement React v18 from Scratch Using WASM and Rust – [1] Build the Project
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…
10 Must Know System Design Concepts for Interviews
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
SUNDAY REWIND: OKRs: So simple! So then why isn’t everyone using them?
In this post from 2020 occupational psychologist Kim Atherton looks at the benefits and pitfalls of using OKRs.…
What You Possibly Don’t Know About Columnar Storage
The columnar storage is a commonly used storage technique. Often it implies high performance, and has basically become…
How to install the latest LTS version of “NodeJS” in “LINUX”?
Intro 🙂 Hello everyone, I hope you’re all doing well👋. In this blog post, we will learn “how…
NestJS tip: how to change HTTP server timeouts
What If you don’t know what those HTTP timeouts are, I recommend you to read the following articles:…