Navule Pavan Kumar Rao's Blog, page 2

September 4, 2022

Install PostgreSQL 12 on Ubuntu

In this tutorial, we will see how to install PostgreSQL 12 on Ubuntu. We will cover installation, configuration and create a user and grant privileges on a newly created database.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 03:37

Minimal web API with CRUD on PostgreSQL: A RESTful Microservice implementation in ASP.NET Core for .NET 6

In this tutorial we will see how to implement a Minimal web API with CRUD on PostgreSQL using ASP.NET Core for .NET 6. Our RESTful microservice performs basic CRUD operations on PostgreSQL using ASP.NET Core for .NET 6. This tutorial is intended for both absolute beginners and advanced developers who want to quickly implement a […]
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 03:27

Install PostgreSQL 14 Without Admin Rights on Windows 11 OS

In this tutorial we will see how to Install and Set up PostgreSQL on Windows for a normal user without Admin Privileges. Most of the IT corporations doesn’t grant admin privileges to install software. But being a software engineer, we would always like to explore new technologies. Admin privileges should not become a barrier to install new tech stack or a software package and thus hamper the limitation to explore it. So let’s see how to install PostgreSQL database without actually needing admin privileges.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 03:00

Install PostgreSQL Without Admin Rights on Windows 10 OS

In this tutorial we will see how to Install and Set up PostgreSQL on Windows for a normal user without Admin Privileges. Most of the IT corporations doesn’t grant admin privileges to install software. But being a software engineer, we would always like to explore new technologies. Admin privileges should not become a barrier to install new tech stack or a software package and thus hamper the limitation to explore it. So let’s see how to install PostgreSQL database without actually needing admin privileges.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 03:00

Create and Deploy FastAPI app to Heroku

In this tutorial we will implement a simple REST API implemented using Python based FastAPI framework. We will deploy FastAPI app to Heroku account for free.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 02:50

Building a Hello World Electron.NET Application from the scratch

With the distribution of users across different Operating Systems, there is a strong need for your software application work on wide range of Operating Systems and browsers. Otherwise there is a mere possibility that you will have only certain segment of customers with the operating system or browser that your software supports. Electron.NET Applications will help you build cross-platform application that run on wide range of Operating Systems and with chromium based rendering engine.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 02:29

Getting Started with V Programming

This book has been written with utmost care keeping in view of the young readers in the world of programming. This books is not just on V Programming, but will help you gain understanding of the foundational concepts of programming such as primitive data types, variables, constants, functions, structs and modules.
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 02:13

December 22, 2021

Learn how to upgrade PHP 5.4 Projects to PHP 8.1

In this tutorial, you will understand how to upgrade PHP 5.x projects to latest and stable version of PHP 8.1.
 •  0 comments  •  flag
Share on Twitter
Published on December 22, 2021 11:56

November 30, 2021

Minimal web API with CRUD on PostgreSQL: A RESTful Microservice implementation in ASP.NET Core for .NET 6

In this tutorial we will see how to implement a Minimal web API with CRUD on PostgreSQL using ASP.NET Core for .NET 6.
 •  0 comments  •  flag
Share on Twitter
Published on November 30, 2021 04:20

November 28, 2021

Getting started with Minimal web API using ASP.NET Core for .NET 6.0 (LTS)

In this tutorial we will learn about the blazing fast web framework ever ASP.NET Core for .NET 6.0 (LTS) and see how to implement a Minimal web API.
 •  0 comments  •  flag
Share on Twitter
Published on November 28, 2021 05:29