Techstructive Blog
Golang: Mutable and Immutable Data Types
Golang: Mutable and Immutable Data TypesUnderstanding and Exploring immutable and mutable data types in Golang. Learning why the variable behaves in golang as they do.
Django Project with PostgreSQL Deployment on Railway App
Django Project with PostgreSQL Deployment on Railway AppCreating and Configuring a Django Application for deployment on Railway.app Platform
Django + PostgreSQL Deployment on Heroku
Django + PostgreSQL Deployment on HerokuGolang: Operators
Golang: OperatorsUnderstanding the basics of operators like arithmetic, logical, bitwise, assignment operators in Golang
Golang: Math Package
Golang: Math PackageExploring various functions in the Math package in the Golang standard Library
Golang: Packages
Golang: PackagesExploring and understanding packages in Golang along with it's usage
Golang: Pointers
Golang: PointersDiving into the pointers and memory address(under the hood) things in Golang
Golang: Structs
Golang: StructsExploring the fundamentals of Structures in Golang
Golang: Functions
Golang: FunctionsUnderstanding the basics of functions in Golang
Golang: Maps
Golang: MapsUnderstanding the basics of Maps in Golang
Golang: Slices
Golang: SlicesUnderstanding the basics of slices in Golang
Golang: Arrays
Golang: ArraysUnderstanding the basics of Arrays in Golang
Golang: Input
Golang: InputUnderstanding to perform user input in Golang
Golang: Conditionals and Loops
Golang: Conditionals and LoopsGetting familiar with condition statements and loops in golang.
Golang: Variables and Types
Golang: Variables and TypesUnderstanding and creating variables and their types in Golang
Golang: Installation and Hello-World
Golang: Installation and Hello-WorldInstalling and Setting up the development environment for Go lang, also writing the hello-world in GO!
Golang: What and Why?
Golang: What and Why?Understanding what is special about Golang and why should you learn it
Feedparser: Python package for reading RSS feeds
Feedparser: Python package for reading RSS feedsRead and extract content from RSS feeds in python using feedparser
Pipx: A python package consumption tool for CLI packages
Pipx: A python package consumption tool for CLI packagesExploring the pipx package in python to run CLI tools globally in an isolated environment
Pipenv: Python's Official Package Management tool
Pipenv: Python's Official Package Management toolExploring the Python's recommended package management tool