tejaswini bharane

Day 1 training banner for Full Stack Developer using .NET, showing glowing .NET logo with digital code background and text 'Zero to Hero in 26 Days'.

Day 14 – Dependency Injection in ASP.NET Core Explained Simply

Format: Tutorial + flow diagrams + real-world project examples + best practices Introduction Dependency Injection (DI) is a fundamental design pattern that promotes loose coupling and testability in applications. In ASP.NET Core, DI is built-in and enables developers to inject services, repositories, and configurations into controllers and other components efficiently. At CuriosityTech.in, we guide FullStack […]

Day 14 – Dependency Injection in ASP.NET Core Explained Simply Read More »

, , ,
An image of sketchbooks with wireframe designs and a notepad with "UX/UI Design" handwritten, alongside text "Zero to Hero in 26 Days" and "UX/UI Design What is UI/UX Design? A Beginner's Guide for 2025" on a light grid background with a CuriosityTech logo.

Day 10 – UI/UX Principles Every Frontend Developer Must Know

When we talk about frontend development, most beginners rush straight into code—HTML, CSS, and JavaScript. But ask any senior developer or product designer, and they’ll tell you: great code without great UI/UX is like a beautiful car engine hidden in an unfinished body frame. Users don’t interact with your code; they interact with your design,

Day 10 – UI/UX Principles Every Frontend Developer Must Know Read More »

, , ,
An image of sketchbooks with wireframe designs and a notepad with "UX/UI Design" handwritten, alongside text "Zero to Hero in 26 Days" and "UX/UI Design What is UI/UX Design? A Beginner's Guide for 2025" on a light grid background with a CuriosityTech logo.

Day 10 – How to Build User Personas for Better UX Design

In the ever-evolving world of digital experiences, one factor remains constant: understanding your users is the key to designing meaningful and engaging interfaces. A great product doesn’t just function well—it resonates with the people who use it. This is where user personas come into play. User personas are fictional representations of your ideal users, created

Day 10 – How to Build User Personas for Better UX Design Read More »

, , ,
"Developer writing unit test cases in Visual Studio with .NET logo, symbolizing test-driven development and software quality assurance."

Day 10 – Entity Framework Core: Connecting .NET Applications to Databases

Format: Tutorial + ER diagrams + tables + project-based approach Introduction Entity Framework Core (EF Core) is a modern Object-Relational Mapper (ORM) for .NET developers, enabling applications to interact with databases in an object-oriented way. EF Core simplifies database operations, reduces boilerplate SQL, and supports multiple database engines. At CuriosityTech.in, learners gain hands-on experience in

Day 10 – Entity Framework Core: Connecting .NET Applications to Databases Read More »

, , ,
"Laptop screen showing MongoDB database collections and documents, representing the fundamentals of working with NoSQL databases."

Day 10 – Databases in Python Full Stack: SQLite, PostgreSQL & MySQL

Description No matter how beautiful your frontend or how efficient your backend code is, a full stack application is incomplete without a database. Databases are where your app’s heartbeats — user information, product catalogs, transactions, and logs — actually live. For Python developers, integrating databases is straightforward, thanks to frameworks like Django and Flask. In

Day 10 – Databases in Python Full Stack: SQLite, PostgreSQL & MySQL Read More »

, , , , , ,
"Laptop screen showing MongoDB database collections and documents, representing the fundamentals of working with NoSQL databases."

Day 10 – Connecting Java Applications to Databases with JDBC & JPA

Introduction A core skill for a Java Full Stack Developer is database integration. A backend application is incomplete without a robust connection to a database. Java provides JDBC (Java Database Connectivity) for direct database interactions and JPA (Java Persistence API) for object-relational mapping (ORM), making database operations more intuitive and maintainable. At CuriosityTech.in, we emphasize

Day 10 – Connecting Java Applications to Databases with JDBC & JPA Read More »

, , , , ,