Felix Verduinfsvtech.hashnode.dev·Dec 18, 2024Three Game-Changing Tips I Wish I Knew Starting Out in Power PlatformAs a Power Platform developer, I’ve had the opportunity to create numerous applications over the years. Along the way, I’ve encountered my fair share of challenges—some of which kept me up at night! Looking back, there are several things I wish I had...49 readsMicrosoft PowerFx
Treblletrebllemakers.hashnode.dev·Dec 12, 2024Optimizing Performance with Caching in .NET REST APIsIn the world of web development, performance is a crucial factor that can make or break an application. One of the most effective strategies to enhance performance is caching. Through caching, we can reduce the load on our servers, decrease response ...APIs
Madhav Maheshwariwhy-refresh-access-tokens-matter.hashnode.dev·Dec 12, 2024Why Refresh & Access Tokens Matter ?Why Refresh & Access Tokens Matter for Authentication and Authorization In today’s digital world, making sure users are who they say they are (authentication) and giving them the right permissions (authorization) is key to a secure web experience. Bu...secure authentication
Hassanigocoding.hashnode.dev·Dec 6, 2024🌟 Complete Guide to Setting Up TypeScript Compiler (Step-by-Step!)TypeScript Compiler (Step-by-Step!) 🛠️ Hey! 🎉 Ready to dive into the world of TypeScript? In this guide, I’ll walk you through how to set up and use the TypeScript compiler step by step. Whether you’re new to programming or just TypeScript, we’ll m...1 likeTypeScript
Hassanigocoding.hashnode.dev·Dec 5, 2024Mastering JavaScript Modules: A Fun and Simple Guide to Imports, Exports, and Best Practices 📦🔧A Beginner’s Guide to JavaScript Modules: Organize Your Code Like a Pro If you’re building anything larger than a simple script, you’ve probably heard the word “modules” thrown around. But, what are modules in JavaScript? Why are they important? And ...1 likemodules
Harsh Goswamicoderg-tales.hashnode.dev·Nov 22, 2024🚀 Coding is tough, Until i know these five things1. Learn by doing Learning to code without coding is like trying to swim without water—it just doesn’t work. Start writing code, make mistakes, and learn as you go ! 2. Learn to program not a programming language Learning to program isn’t about memor...1 like#learningcode
Anıl PakforPerformio Engineeringengineering.performio.co·Nov 20, 2024Twice the Challenge: Optimising Middle Truncation for Modern UIsWhen I landed my first tech job as a Full-Stack Developer, one of my first tasks was to create a middle truncate component. The goal was to handle long file names in a file uploader by truncating the middle portion of the file name while keeping the ...1 likeFile name truncation
Daniel Olasupodanielolasupo.hashnode.dev·Nov 13, 2024Best Practices for Writing Good Git Commit MessagesIntroduction In software development, commit messages are used to track changes to a codebase, making it easier to reference past versions when debugging or reviewing features. Well written commit messages matter because they’re essential not only fo...14 likes·87 readsGit
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 27, 2024Essential Docker Security Practices Everyone Should KnowIf you're diving into Docker or working with containers, this post is for you. Docker is a powerful tool for building and deploying apps, but security is critical. Let's look at some simple, practical steps to secure your Docker environment. 1. Use ...Docker
Okoye Ndidiamakaamikdigital.hashnode.dev·Sep 15, 2024Authentication and Authorization: Best Practices for Securing Web ApplicationsIn the digital age, securing web applications has become more critical than ever. With cyber threats constantly evolving, understanding the core principles of authentication and authorization is crucial for every developer and organization. These two...Securewebapp