Chiranjeevi Tirunagari

Chiranjeevi Tirunagari @vchiranjeeviak

Location:
Bangalore, India
Joined:
Dec 29, 2021

Chiranjeevi Tirunagari
articles - 33 total

Azure AD intro with Terraform examples

Introduction Azure Active Directory (Azure AD) offers organizations a comprehensive...

Learn More 7 0Jun 20 '23

Number types extended... ( in RUST )

Introduction Welcome back to this article in which we are going to see more things about...

Learn More 5 0Apr 5 '23

Number types ( in RUST )

Introduction Welcome to this article in which we are going to cover what is called number...

Learn More 6 0Apr 3 '23

Traditional Hello World ( in RUST )

Introduction If you are new to Rust and you are here to know how to write "Hello World", I...

Learn More 5 0Mar 31 '23

Simplest Hello World Ever ( in RUST )

Introduction If this is not your first "Hello World" tutorial, then you probably already...

Learn More 5 0Mar 30 '23

Essential prerequisites for programming

Context When starting to code, most beginners do the same mistake of diving right into it...

Learn More 2 0Dec 19 '22

Go - Defer, Panic and Recover

Introduction With the previous part (6), we finished basics in Go. Most of the topics...

Learn More 12 2Sep 28 '22

Go - Use-cases of non-primitive datatypes

Introduction Welcome to the part 7 of Go series. In the previous part (part 6):...

Learn More 10 2Sep 21 '22

Go - Maps and Structs

Introduction Welcome back to the Part - 6 of the Go series. In the last one, we saw two of...

Learn More 7 0Sep 7 '22

Go - Arrays and Slices

Introduction Welcome back to the Part 5 of Go lang series. In Part 2:...

Learn More 8 0Sep 3 '22

Go - Conditionals and Loops

Introduction Welcome back to this part 4 of the Go lang series. In part 3, we covered...

Learn More 17 0Aug 24 '22

Go - Pointers and User input

Introduction This is the part 3 of the Go lang series. In the previous part, we saw what...

Learn More 14 1Aug 21 '22

Go - Variables, Constants and Datatypes

Introduction This is the part 2 of the Go lang series. Do checkout the first one if you...

Learn More 11 0Aug 15 '22

Go - Hello World

Introduction to Go Go lang or simply Go is a programming language developed by Google. No...

Learn More 11 4Aug 14 '22

Data types, Variables and Constants in python

Introduction This is the second article of this series - "Programming and python". And...

Learn More 8 0Aug 5 '22

1. Two Sum - Leetcode Easy

Problem statement Given an array of integers nums and an integer target, return indices of...

Learn More 7 0Aug 4 '22

242. Valid Anagram - Leetcode Easy

Problem statement Given two strings s and t, return true if t is an anagram of s, and...

Learn More 7 0Aug 4 '22

217. Contains Duplicate - Leetcode Easy

Problem statement Given an integer array nums, return true if any value appears at least...

Learn More 7 0Aug 4 '22

Intro to Programming and Python

Introduction This is the first article in this series. If you are starting with the...

Learn More 7 0Aug 4 '22

Intro to Operating Systems

What is a computer? A computer is a device that is used to perform some tasks given to it...

Learn More 8 0May 23 '22

Gas in Ethereum

Introduction Hey reader, this article covers all about gas in Ethereum block chain....

Learn More 6 0May 2 '22

Smart Contracts and Solidity Part-1

Introduction This article gives an overview on smart contracts, EVM, Basic...

Learn More 14 0Apr 19 '22

Ethereum Vs Ether

Introduction This article gives a brief idea about Ethereum, Ether, Addresses, Private...

Learn More 7 0Apr 8 '22

51% Attack and Merkle Trees in Bitcoin

Introduction In part 1 and part 2 we covered Consensus, State Transition System, Nonce,...

Learn More 4 0Apr 4 '22

Mining and Nonce in Bitcoin

Introduction This is part 2 of the Ethereum White Paper Simplified. You can check the part...

Learn More 9 0Apr 2 '22

Introduction to Bitcoin

Introduction This is an attempt to simplify Ethereum White Paper and this is the part 1 of...

Learn More 10 0Mar 31 '22

Web 1.0 Vs Web 2.0 Vs Web 3.0

Introduction If we don't know about decentralised internet by the end of this decade, we...

Learn More 8 3Mar 30 '22

What is Block Chain ?

Introduction Many of us want to keep updated with the latest technology and block chain is...

Learn More 5 0Mar 24 '22

HTML A-Z

Hey everyone, I am writing this blog as a part of my #100DaysOfWeb3 . It's day 3 and I am writing...

Learn More 8 0Mar 3 '22

Go lang: Datatypes, Variables, Constants, Pointers and User input

In my previous article, I discussed about installation, initialization, writing hello world program,...

Learn More 5 0Jan 28 '22