Blog
Technical articles and reflections on software development

5 min
How to implement internationalization (i18n) in a Next.js project without changing the URL
In this article, I will objectively and directly show how to implement internationalization (i18n) in...
#javascript#react#nextjs

2 min
Implementing dark and light themes in Next.js with Tailwind
First, why do we need to implement dark and light themes in our projects? Having this...
#javascript#react#nextjs

6 min
5 tips to improve backend integration, React with Axios
Introduction In most frontend applications we have to integrate with the backend and with...
#help#discuss#community

7 min
5 tips to improve integration with the backend, Angular and Rxjs
Introduction Unlike react, we have many libraries to communicate with the backend as...
#typescript#discuss#productivity