Kavi Kardos
14 posts
Blazor WebAssembly with .Net Framework
The Problem You have a legacy application running on .Net Framework. It performs reasonably well despite its age,…
something required
Mastering Import Order in React: A Deep Dive Into Best Practices and Tools Melvin Prince ・ Jan 13…
Fixing Permission Issues with NVM: The Ultimate Guide to Using `sudo chown -R $(whoami) ~/.nvm`
If you’re using Node Version Manager (NVM) to manage your Node.js versions, you may occasionally encounter permission-related errors.…
Compare the Old-School Way of Manual Code Management vs. Webpack’s Magic! 🧙♂️
🚀 Webpack: Before & After – A Game Changer! ⚡ Discover how Webpack transforms your project! We’re diving…
10 PROJECT IDEAS FROM BEGINNERS TO HACKERS
Today I prepared 30 project ideas ranging from beginner level to God level. You are a god programmer…
Unpacking the realities of continuous discovery
Optimise return on investment with Continuous Discovery in your product lifecycle by balancing user engagement and feature development.…
please stop using git checkout! Learn to use the right git commands
git checkout command exists since the beginning of git It is used for these things: creating new branch…
HackerRank SQL preparation; Revising the Select Query II(MySQL)
Problem Statement: Query the NAME field for American cities in the CITY table with populations larger than 120,000.…
Local Storage
This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. Explainer localStorage is…