PinnedRBAC(Role-Based Access Control) in Node.jsHello fellows! In this article we’ll explore RBAC (Role-Based Access Control) in Node.js.Oct 8, 20243Oct 8, 20243
PinnedUnderstanding Refresh Token Rotation in Node.js: A Step-by-Step GuideHey there, fellow developers! Today, we’re diving into how to implement refresh tokens in a Node.js application.Jun 8, 20241Jun 8, 20241
Understanding User Authentication System in the MERN Stack: A Step-by-Step Guide | Part2-Client…Hello fellows again! In this story we’ll continue with the client side of the authentication system. If you haven’t read yet, check it out:Jun 19, 20241Jun 19, 20241
Understanding User Authentication System the MERN Stack: A Step-by-Step Guide | Part1 - Server SideHello fellows developers! In this story we’ll build an authentication system include both server and client side. However, in this part…Jun 19, 20241Jun 19, 20241
Build Music Player with Jetpack Compose + Media3 ExoPlayerThis project combines modern Android development practices by using using Media3 ExoPlayer with Jetpack Compose to create an interactive…Nov 23, 20231Nov 23, 20231
Footer Layout with Paging 3 in AndroidIn this article, we’ll learn how to implement Paging 3 library with footer layout into your projects.Sep 11, 2023Sep 11, 2023
PokeApp using Hilt-MVVM-Flow-Coroutines-Retrofit in AndroidAs you all know, there is a cliché architecture and flow in Android development and I’ll show you :) I must emphasize that our priority in…Aug 20, 2023Aug 20, 2023
Add Error Shake Effect to TextFields | FlutterIn modern user interfaces, providing feedback to the user is a crucial aspect of the user experience. In Flutter, the TextField widget is…Mar 1, 20231Mar 1, 20231
Show-Hide Password in TextField | Jetpack ComposeFirst, I’ll create a composable function named ShowHidePasswordTextField which is annotated with @Composable keyword like below. It’ll…Nov 25, 20222Nov 25, 20222