Renuka Patil

Renuka Patil @renukapatil

About: Interested in cloud computing, DevOps and microservices.

Location:
Pune, India
Joined:
Mar 7, 2022

Renuka Patil
articles - 38 total

method hiding and method overriding in C#

In C#, method hiding and method overriding are two different ways to provide a new implementation for...

Learn More 5 0Jul 12

dapper and EF core

The main difference between Dapper and Entity Framework Core (EF Core) lies in their approach,...

Learn More 5 0Jul 9

What is a CI/CD Pipeline?

🔄 What is a CI/CD Pipeline? CI/CD stands for: CI = Continuous Integration CD =...

Learn More 5 0Jul 8

If a deployment fails in production!

If a deployment fails in production, managing it effectively is critical to minimize downtime and...

Learn More 5 0Jul 8

The main difference between `localStorage` and `sessionStorage`

The main difference between localStorage and sessionStorage lies in how long the data is stored and...

Learn More 8 1Jul 7

Auth Guards in angular

In Angular, Auth Guards are used to protect routes from unauthorized access — a key feature when...

Learn More 5 0Jul 7

DTOs and AutoMapper in .NET Core

🧾 DTOs and AutoMapper in .NET Core — Explained in Detail ✅ What is a...

Learn More 5 0Jul 7

`Subject` vs `BehaviorSubject` in **RxJS

Here’s a detailed comparison and explanation of Subject vs BehaviorSubject in RxJS (Reactive...

Learn More 5 0Jul 1

Top 25 Tricky C# Interview Questions (With Explanations and Code Examples)

Preparing for a C# interview can be challenging, especially when the questions go beyond syntax and...

Learn More 6 0May 13

Difference Between Web API and REST API

Feature Web API REST API Definition A framework for building HTTP-based services in .NET Core...

Learn More 5 0Mar 20

OData with .NET core: Essential Concepts & Best Practices

OData (Open Data Protocol) is widely used in RESTful APIs for querying and manipulating data using...

Learn More 8 1Mar 11

Signals in Angular: A New Reactive Approach

Angular has introduced Signals to enhance its reactivity model, making state management more...

Learn More 7 0Feb 24

HTML and CSS Interview questions and Answers

1. What is <!DOCTYPE html> in HTML5? The <!DOCTYPE html> declaration defines...

Learn More 8 0Feb 3

Javascript Interview Questions and answers

JavaScript is a versatile and widely used programming language for web development. Whether you’re a...

Learn More 9 0Feb 3

Mastering Docker: Simplified Guide for Developers - A Game-Changing Tool Explained

Docker has become an essential tool for developers in today’s tech-driven world. Initially used by a...

Learn More 16 0Jan 10

Angular Deep Dive: Exploring Templates, View Handling, and Directives

Mastering Angular Structural Elements and Directives Angular is a powerful framework that...

Learn More 12 1Jan 10

Understanding Angular at Its Core: Key Concepts, Utilities and Best Practices

Here’s a structured organization of the Angular topics, grouped by their categories and...

Learn More 24 2Dec 13 '24

Component Lifecycle in Angular

Angular lifecycle hooks are methods that allow developers to tap into key moments of an Angular...

Learn More 6 0Dec 12 '24

8.Angular Unit Testing: A Step-by-Step Approach

Before jump on to this make sure you have cleared your basics: Jasmin Testing Framework: A...

Learn More 8 0Dec 5 '24

Jasmin Testing Framework: A Comprehensive Guide

Unit Testing: This refers to testing the smallest unit of code, typically a single function or...

Learn More 6 0Dec 5 '24

Angular Updates Explained: Features from Version 14 to 19

Description: Demonstrating proficiency in Angular 14, 15, 16, 17, 18, 19 involves understanding and...

Learn More 28 0Dec 5 '24

Module Bundlers Explained: Webpack, Rollup, Parcel, and Snowpack with Examples

Building a website might seem straightforward with just HTML, CSS, and JavaScript. But as your...

Learn More 6 0Dec 3 '24

Last-Minute Angular Notes

1.Angular Basics Angular is built on top of TypeScript and is known for its modularity,...

Learn More 30 0Dec 3 '24

9. Module System in Angular

Angular applications are modular by design, thanks to NgModules. An NgModule is a core building block...

Learn More 9 0Dec 3 '24

7.Performance Optimization: Understanding Change Detection(Zone.js | default | onPush), Lazy Loading, Track By in ngFor

We will cover these following topics in this blog: What is Zone.js? What is Change...

Learn More 7 4Dec 2 '24

4.Angular forms: Template-driven form vs Reactive forms

💡 There are two approaches to handle user’s input Template- driven form → html template Reactive...

Learn More 8 2Dec 2 '24

3. Routing and Navigation

Routing is the mechanism by which requests(as specified by a URL and HTTP method) are routed to the...

Learn More 7 2Dec 2 '24

2. Services and Dependency Injection

Services: How to create and use services for data sharing and business logic. Dependency...

Learn More 8 2Dec 2 '24

1. Core Angular Concepts: Components, Templates, Data Binding, and Directives

This blog will provide a detailed guide to the core Angular concepts, including the...

Learn More 11 5Dec 2 '24

Beginner's Roadmap: Your Guide to Starting with Angular

Starting your journey with Angular can feel overwhelming, but this beginner-friendly roadmap is here...

Learn More 10 1Nov 26 '24