List Headline Image
Updated by Rajdeep Anand on Oct 27, 2022
 REPORT
4 items   1 followers   0 votes   0 views

Web development stuffs C# & python

Web development related blogs

What is Intersection Observer & How to implement it

What is Intersection Observer & How to implement it, We'll see using our demo project how we can implement Intersection Observer in our website

When to make a class Static in C# or Java or typescript

We'll see when its best to use static class instead of other types of classes. Use of static class in a real world application. It applies to C#, Java & TypeScript

Many people either beginner or with experience struggle to get when to exactly make a class static or when to use a static class.

Situation where we need a class which act like a utility/toolbox/storeroom of common data across the application we should make it static.

Creating a Python REST API project using aiohttp

We'll see how to create a Python REST API project using aiohttp framework. Will then see how to deploy it on Azure using Docker container

Deploy a Python API project on Azure using docker

We see how to deploy our python REST API application on Azure using docker.