Tutorial on using Google Sheets to manage i18n translations for web projects (React Native focus), with a Node.js script to generate JSON files.
Tag: Webdev
A guide for backend engineers on learning React in 2024, covering setup, fundamentals, web tech, deployment, and testing.
Learn how to integrate Razor Pages into your ASP.NET Core Web API project to serve dynamic HTML content. This tutorial covers necessary configurations in Program.cs and demonstrates creating a basic HTML page with Razor syntax.
Implement a custom titlebar in your Tauri and ReactJS application, including handling window controls, translations, and ensuring rounded corners on Windows 11.
Explore practical React.js tips for optimizing performance, managing state, and improving code structure. Learn about efficient object updates, using React Fragments, structuring props, leveraging Providers for contexts, advanced type comparisons, and effective cookie usage with useCookie. Discover insights on useLayoutEffect, persisting state with useRef, and forcing component updates.
Discover helpful JavaScript snippets for converting between Date objects and various YYYYMMDDHHMM string formats
Delve into the nuances of ES6 import statements in Node.js, moving beyond the familiar require().
Create mobile-responsive designs for websites using HTML and CSS (and React?). Meta tags, CSS media queries, and desktop-first CSS design.