Building Secure Notes: A Developer’s Guide to CORS, TLS, MITM, GZIP Compression, Rate Limit, Maintaining Sessions, JWT, Compose UI, with Node.js and Android | by Shubham Kumar Gupta | Apr, 2025

Building Secure Notes: A Developer’s Guide to CORS, TLS, MITM, GZIP Compression, Rate Limit, Maintaining Sessions, JWT, Compose UI, with Node.js and Android | by Shubham Kumar Gupta | Apr, 2025

Node.js: Initialize a Node.js project with npm init -y. Install the necessary dependencies: npm i express mongoose dotenv jsonwebtoken bcrypt compression cors helmet express-rate-limit swagger-ui-express swagger-jsdoc concurrently Android: Create a new Android project in Android Studio. Add the required dependencies to your build.gradle.kts file (Retrofit, OkHttp, Gson, Hilt etc.). 3.1. Express.js Setup We use Express.js, … Read more

Level Up Your Compose Modifiers: Mastering the Node API | by Siddharth Gupta | Mar, 2025

Level Up Your Compose Modifiers: Mastering the Node API | by Siddharth Gupta | Mar, 2025

Our Example: A trackVisibility Modifier Let’s build a custom modifier that tracks how visible a composable is on the screen and informs us of its state. We want to know: Is the composable visible at all? What percentage of the composable is visible? What are the screen bounds of the visible area? Is the composable … Read more

Latest News Today Live Updates March 24, 2025: CM Rekha Gupta to table ‘Viksit Delhi’ Budget tomorrow. Session begins with ‘kheer’ ceremony today

Latest News Today Live Updates March 24, 2025: CM Rekha Gupta to table ‘Viksit Delhi’ Budget tomorrow. Session begins with ‘kheer’ ceremony today

Latest News Today Live Updates: This is the platform where we curate news for you from various arenas. Here, we bring you real-time updates on domestic and global happenings, covering all the latest developments. From significant political news to critical economic reports, business highlights and or breaking news alerts – we’ve got you covered. Stay … Read more

Mastering Background Location Tracking: The Proven Method to Keep Your React Native App Updated Even When Locked In Android | by Varun Gupta | Feb, 2025

Mastering Background Location Tracking: The Proven Method to Keep Your React Native App Updated Even When Locked In Android | by Varun Gupta | Feb, 2025

In today’s fast-paced mobile environment, keeping your app connected to real-time location data — even when the phone is locked — can be a game changer. Whether you’re developing an enterprise tracking solution or an administrative dashboard, mastering background location tracking is essential. Before diving into the code, ensure you have Node.js installed along with … Read more

Jetpack Compose vs XML: Which One Should You Use ? | by Abhay Kumar Gupta | Jan, 2025

Jetpack Compose vs XML: Which One Should You Use ? | by Abhay Kumar Gupta | Jan, 2025

Android developers today have two main ways to build user interfaces: Jetpack Compose and XML layouts. Choosing the right one depends on your project needs. In this article, we’ll break down the differences, benefits, and when to use each approach in simple terms. Jetpack Compose is a new way to build UIs for Android using … Read more