I am developing a REST API using ASP.NET Core 5 and have implemented JWT authentication for user login. While basic JWT authentication is working, I am facing challenges with implementing and managing role-based authorization. I ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Place your bets! In part 2 we covered creating the wheel and getting it spinning. In this part we're going to ...Read more
𝐉𝐚𝐯𝐚𝐒𝐜𝐫𝐢𝐩𝐭 — এ কেন [ ] == ![ ] এর ফলাফল 𝐭𝐫𝐮𝐞? সহজ কথায় বলতে গেলে, জাভাস্ক্রিপ্ট টাইপ 𝒄𝒐𝒏𝒗𝒆𝒓𝒔𝒂𝒕𝒊𝒐𝒏 ও 𝒄𝒐𝒆𝒓𝒄𝒊𝒐𝒏 নিয়ে কাজ করে বিধায় [ ] ==! [ ] রিটার্ন করে। তাহলে এখন কথা হলো 𝐜𝐨𝐧𝐯𝐞𝐫𝐬𝐚𝐭𝐢𝐨𝐧 ও ...Read more
In CloudFront, we can invalidate the cache on demand by using GitHub Actions. This is necessary to ensure that the latest code updates are reflected on our website. You can view the full code Read more
In JavaScript development, managing data efficiently is crucial. One common challenge developers face is handling duplicate values in arrays. This article will explore different ...Read more
Introduction of State Management in React Native State management is one of the most important concepts of react. Because of React’s popularity in recent ...Read more
I recently find myself deploying more and more projects using the DigitalOcean App Platform because it is so damn quick. I love writing Dockerfiles and deploy my containers to a Kubernetes cluster, but with a ...Read more
In this blog I will be strictly discussing React in the context of using it with functional components and hooks. What is useState? useState is ...Read more
In this final post of the series, we shall compare the pros of cons of Client-Side Rendering (CSR) and Server Side Rending (SSR). Just a recap of the terms: CSR: When web applications use AJAX to write ...Read more
Introduction In this post you will learn what a variadic function is, the benefits of using one and when and why you might want ...Read more