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 11Nov 11
Published inekino-franceWebAssembly — The future of backend developmentThe 2023 WebAssembly Status Report: WebAssembly is a hot topic!Aug 9Aug 9
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 19Jul 19
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 22Jun 22
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 22Jun 22
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 22Jun 22
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 14Jun 14
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 141Jun 141
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