shantanu dandge

Day 13 – Navigation Components & Jetpack Architecture Explained

Introduction Modern Android app development is no longer just about building screens and connecting them. As apps grow more complex, maintaining clean architecture, managing UI flows, and ensuring consistency becomes critical. This is where Navigation Components and Jetpack Architecture come into play. They allow developers to simplify app navigation, reduce boilerplate code, and implement scalable, […]

Day 13 – Navigation Components & Jetpack Architecture Explained Read More »

, , , , ,

Day 13 – Connecting React Frontend to Node.js Backend

Introduction In a MERN Stack application, the frontend (React) and backend (Node.js + Express) must communicate seamlessly to deliver dynamic, interactive experiences. Connecting React to Node.js is critical for fetching data, submitting forms, performing authentication, and displaying real-time updates. CuriosityTech.in emphasizes full-stack integration, teaching learners how to establish secure, efficient, and scalable connections between frontend

Day 13 – Connecting React Frontend to Node.js Backend Read More »

, , , , ,

Day 13 – Building a REST API in Laravel Step-by-Step

Introduction On Day 13, we dive into building a RESTful API in Laravel, a crucial skill for modern web development. REST APIs allow applications to communicate over HTTP, enabling frontend frameworks like Vue.js or React to interact with a Laravel backend seamlessly. At CuriosityTech.in, learners gain hands-on experience in creating APIs for CRUD operations, authentication,

Day 13 – Building a REST API in Laravel Step-by-Step Read More »

, , , , , ,

Day 13 – Animations in SwiftUI: Making Apps Interactive

Animations are more than visual flair—they’re a powerful tool to enhance user experience, communicate state changes, and make iOS apps feel alive and responsive. SwiftUI, Apple’s declarative UI framework, provides built-in, highly expressive animation capabilities that allow developers to create complex animations with minimal code. At CuriosityTech.in, we teach animations not just as effects but

Day 13 – Animations in SwiftUI: Making Apps Interactive Read More »

, , , , ,

Day 17 – WebSockets & Real-Time Communication with MERN Stack

Introduction Modern web applications increasingly demand real-time interactivity, such as live chat, notifications, dashboards, or collaborative tools. In MERN Stack development, WebSockets enable bi-directional communication between the client (React) and server (Node.js + Express), going beyond traditional HTTP request-response patterns. CuriosityTech.in emphasizes real-world applications of WebSockets, allowing learners to implement live features in MERN projects

Day 17 – WebSockets & Real-Time Communication with MERN Stack Read More »

, , , , ,

Day 17 – Testing PHP Applications with PHPUnit

Introduction On Day 17, we explore unit testing in PHP using PHPUnit, a fundamental skill for Full Stack Developers. Testing ensures that your PHP applications are reliable, maintainable, and bug-free, which is essential for professional-grade software development. At CuriosityTech.in, learners practice writing test cases, running automated tests, and integrating PHPUnit into their workflow to build

Day 17 – Testing PHP Applications with PHPUnit Read More »

, , , , , , ,