Meet Rajesh Gor

Techstructive Blog

Golang: Mutable and Immutable Data Types

Golang: Mutable and Immutable Data Types

Understanding and Exploring immutable and mutable data types in Golang. Learning why the variable behaves in golang as they do.

Post Thumbnail

Django Project with PostgreSQL Deployment on Railway App

Django Project with PostgreSQL Deployment on Railway App

Creating and Configuring a Django Application for deployment on Railway.app Platform

Post Thumbnail

Django + PostgreSQL Deployment on Heroku

Django + PostgreSQL Deployment on Heroku

Post Thumbnail

Golang: Operators

Golang: Operators

Understanding the basics of operators like arithmetic, logical, bitwise, assignment operators in Golang

Post Thumbnail

Golang: Math Package

Golang: Math Package

Exploring various functions in the Math package in the Golang standard Library

Post Thumbnail

Golang: Packages

Golang: Packages

Exploring and understanding packages in Golang along with it's usage

Post Thumbnail

Golang: Pointers

Golang: Pointers

Diving into the pointers and memory address(under the hood) things in Golang

Post Thumbnail

Golang: Structs

Golang: Structs

Exploring the fundamentals of Structures in Golang

Post Thumbnail

Golang: Functions

Golang: Functions

Understanding the basics of functions in Golang

Post Thumbnail

Golang: Maps

Golang: Maps

Understanding the basics of Maps in Golang

Post Thumbnail

Golang: Slices

Golang: Slices

Understanding the basics of slices in Golang

Post Thumbnail

Golang: Arrays

Golang: Arrays

Understanding the basics of Arrays in Golang

Post Thumbnail

Golang: Input

Golang: Input

Understanding to perform user input in Golang

Post Thumbnail

Golang: Conditionals and Loops

Golang: Conditionals and Loops

Getting familiar with condition statements and loops in golang.

Post Thumbnail

Golang: Variables and Types

Golang: Variables and Types

Understanding and creating variables and their types in Golang

Post Thumbnail

Golang: Installation and Hello-World

Golang: Installation and Hello-World

Installing and Setting up the development environment for Go lang, also writing the hello-world in GO!

Post Thumbnail

Golang: What and Why?

Golang: What and Why?

Understanding what is special about Golang and why should you learn it

Post Thumbnail

Feedparser: Python package for reading RSS feeds

Feedparser: Python package for reading RSS feeds

Read and extract content from RSS feeds in python using feedparser

Post Thumbnail

Pipx: A python package consumption tool for CLI packages

Pipx: A python package consumption tool for CLI packages

Exploring the pipx package in python to run CLI tools globally in an isolated environment

Post Thumbnail

Pipenv: Python's Official Package Management tool

Pipenv: Python's Official Package Management tool

Exploring the Python's recommended package management tool

Post Thumbnail