Alex VasilevinGeek CultureUsing Async Local Storage with NestJSHello there! Have you been annoyed with passing the current user object as an argument from controllers to services and deep down to other…Jun 5, 20232Jun 5, 20232
Alex VasilevinGeek CulturePDF generating with Node.jsPDF generation is a crucial aspect of many web applications that require the creation of printable documents. Whether it’s generating…May 29, 20231May 29, 20231
Alex VasilevinGeek CultureMoney operations with Node.js and PostgreSQLIf you’re working on a commercial project, you have to deal with money. You may ask “So, what’s the problem? Money is just numbers”. Well…Jul 28, 20221Jul 28, 20221
Alex VasilevinGeek CultureNestJS User InjectionNestJS is the most trending Node.js framework. It utilizes the full power of TypeScript to make the development process fast and simple. In…Feb 21, 2022Feb 21, 2022
Alex VasilevinGeek CultureCRUD with RecoilJS and remote APIRecoilJS is a modern state management library for React developed by the Facebook team. You may ask “Another one state management lib? I…Oct 31, 20214Oct 31, 20214
Alex VasilevinGeek CultureStrong-typed I18N in ReactAdding i18n support to your app can be painful. Extracting all text strings from JSX to translation files and replacing them with keys is…Oct 18, 20213Oct 18, 20213
Alex VasilevinGeek CultureDealing with Node.js high CPU in productionLet’s assume you have a Node.js service deployed in production, every line of code is reviewed and covered with tests. But with 10 requests…Aug 16, 20211Aug 16, 20211
Alex VasilevinGeek CultureWebAssembly for Node.js (update April 2023)Everybody talks about WebAssembly and how it will change the web. But what about Node.js? Can WebAssembly be useful for backend? Let’s…Jun 21, 20212Jun 21, 20212
Alex VasilevinGeek CultureCron jobs in Node.jsEvery developer sooner or later faces a problem on how to deal with cron jobs. The list of cron jobs use-cases is enormous: cache…Jun 7, 20212Jun 7, 20212
Alex VasilevinGeek CultureLoad control with Background jobs in Node.jsAs you may know Node.js really sucks with heavy CPU-intensive operations, because of its asynchronous architecture, but sometimes we need…May 24, 2021May 24, 2021