Essential tsconfig.json options you should useThe tsconfig.json file in TypeScript is more than just a list of settings. It's a tool to manage how your code behaves, how secure it is…Nov 11, 2024Nov 11, 2024
Published inekino-franceWebAssembly — The future of backend developmentThe 2023 WebAssembly Status Report: WebAssembly is a hot topic!Aug 9, 2024Aug 9, 2024
Published inekino-franceMigrate to ESLint 9.xIn this article, I share some experiences of migrating to ESLint 9.x, which includes significant breaking changes. We’ll use the flat…Jul 19, 2024Jul 19, 2024
Dynamic Github profile with Bun and TypescriptLearn how to make your GitHub profile dynamic using Bun and TypeScript as an alternative to Python in my previous article.Jun 22, 2024Jun 22, 2024
How I made my GitHub profile README dynamicExplore the process of making your GitHub profile README dynamic with automated updates of your latest blog posts using GitHub Actions and…Jun 22, 2024Jun 22, 2024
Why you might be using Enums in TypeScript wrongThe topic of using enums in TypeScript has been discussed a lot, but many developers still remain unaware of their drawbacks. Even though…Jun 22, 20241Jun 22, 20241
Published inekino-franceShould you switch to Deno?TL;DR: Considering switching from Node.js to Deno? This article highlights key reasons for the change, explores Deno’s features, and helps…Jun 14, 2024Jun 14, 2024
Published inekino-franceSupporting Dual Package for CJS and ESM in TypeScript LibraryJavaScript is evolving rapidly. Now, it’s really important for libraries to work with both CommonJS (CJS) and ECMAScript Modules (ESM).Jun 14, 20241Jun 14, 20241
Build your personal website without spending any moneyIn this article, we’ll walkthrough how to setup a jekyll powered blog using the Minimal mistakes theme.Jul 29, 2020Jul 29, 2020