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.

8 Comments
Installing PostgreSQL (latest) Without Admin Rights on Windows 11 OS - TutLinks
Installing PostgreSQL (latest) Without Admin Rights on Windows 11 OS - TutLinks

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.

3 Comments
Create and Deploy FastAPI app to Heroku - TutLinks
Create and Deploy FastAPI app to Heroku - TutLinks

How to successfully takedown copyright content

There are many occasions where your original content that comprise of innovative writings were stolen from your blog and copied without proper attribution or consent from the original author. This post focuses on the proven & reliable ways to succeed on copyright content removal from websites which published the content you own without your consent.

0 Comments
How to successfully takedown copyright content - TutLinks
How to successfully takedown copyright content - TutLinks

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
Building a Hello World Electron.NET Application from the scratch - TutLinks
Building a Hello World Electron.NET Application from the scratch - TutLinks

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.

1 Comment
Getting Started with V Programming - TutLinks
Getting Started with V Programming - TutLinks

Debugging Flask App with VS Code Made Easy

In this tutorial you will learn how about Debugging Flask App with VS Code. This article has a detailed walk through on how to setup Visual Studio Code IDE for debugging Flask application and demonstrates step by step debugging of the application.

0 Comments
Debugging Flask App with VS Code Made Easy - TutLinks
Debugging Flask App with VS Code Made Easy - TutLinks

Brief Introduction to Flask

Flask is an open-source web application development framework developed in Python. Flask is supported by huge developer community. Flask in itself is a micro framework but, it has the ability to integrate with many extensions to help us build robust and scalable applications.

0 Comments
Brief Introduction to Flask - TutLinks
Brief Introduction to Flask - TutLinks