Bun is a Javascript runtime, compiler, transpiler, bundler, test runner, and standard library. That’s quite an all-in-one tool. If you want a TLDR, bun calls itself a “drop-in replacement for Node.js”. It’s an all-in-one framework that replaces: Node.js npm tsc Jest/Vitest Babel/Webpack So you can get rid of dependencies, build tools, and .config files and […]

Read More →

In an age where information is abundant, managing knowledge effectively has become crucial for personal and professional growth. Enter Logseq, a powerful open-source knowledge management and note-taking tool that leverages the power of linked thinking and bi-directional links. In this blog post, we will explore what Logseq is, its key features, and how it can […]

Read More →

According to W3C : “Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language. Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target […]

Read More →

Java 17 is the latest long term support (LTS) release after Java 11. It will be a long-term-support (LTS) release from most vendors, including Oracle. JEPs in JDK 17 integrated since JDK 11 Status Long Term Support Release Release Date 2021/09/14 EOL Date 2030 Bytecode Version 61.0 API Changes Compare to 16 – 15 – […]

Read More →