Posts

2024
Post Cover
hyper-v
Saturday, 16 March 2024
Hyper-V on Windows
Enable Hyper-v on windows

Before getting started, you can also follow the Microsoft documentation for up-to-date information on Hyper-V.

Read office worker
by
Chandra kanth
Post Cover
vagrant
Saturday, 16 March 2024
Vagrant and Virtualbox on Hyper-v ubuntu
vagrant with virtualbox on ubuntu os

In this blog post, i will guide you through the process of setting up Vagrant and VirtualBox on an Ubuntu virtual machine running on Hyper-V. Vagrant is a powerful tool that streamlines the management of virtual machine environments, while VirtualBox provides the virtualization capabilities. By combining these tools within an Ubuntu VM on Hyper-V, you'll create a robust and efficient development environment.

Read office worker
by
Chandra kanth
2021
Post Cover
Algorithm
Saturday, 02 October 2021
Algorithm Analysis
Analysis of algorithm.

In layman's terms An algorithm is a set of instructions to complete a task. With well defined specification of problems with input and output. We can see algorithms as tools to solve well defined computational problems.

Read office worker
by
Chandra kanth
Post Cover
compiler
Monday, 20 September 2021
Introduction to language processing and phases of compiler Part - 2
Introduction to basic concepts

Before we start understanding the phases of the compiler we need to have a basic understanding of automata theory.

Read office worker
by
Chandra kanth
Post Cover
compiler
Saturday, 30 January 2021
Introduction to language processing and Phases of compiler
Introduction to language processing and Phases of compiler Part - 1

Compiler is one of the fascinating programs that has been built ex: GCC, it is a direct application of Automata Theory in source code analysis and In lame terms compilers just translate from high level language to low level language (Machine Level Code) binary form, Which CPU can understand.

Read office worker
by
Chandra kanth
Post Cover
faas use cases
Saturday, 16 January 2021
Serverless-FaaS use cases
Serverless use cases

Batch processing an offline system, Batch processing takes a large amount of data at once and runs a bunch of jobs on it, In this scenario usually, the user will not wait for any sort of response back from the server, Jobs are scheduled and run in periodically Maybe we replace expanse on extract-transform-load(ETL)

Read office worker
by
Chandra kanth
Post Cover
faas frameworks
Sunday, 10 January 2021
Serverless Frameworks
Different types of serverless frameworks.

serverless frameworks that can work on any major service cloud provider like Amazon, azure, Cloudflare etc.

Read office worker
by
Chandra kanth
Post Cover
faas
Saturday, 09 January 2021
What is FaaS
A introduction to FaaS

In simple terms serverless computing is bit sided code, unit of discrete components which does one thing in one fine life span. All the responsibilities are delegated to the service provider. Like amazon aws and microsoft azure.

Read office worker
by
Chandra kanth
Post Cover
cloud computing
Tuesday, 05 January 2021
What is Cloud Computing
A history and an introduction to cloud computing

In a nutshell cloud computing allows access to a large amount of computing power in a fully virtualized manner. The aim of this technology is to deliver computing as a utility. Utility computing is a business model of on-demand delivery of computing power ( pay-as-you-go).

Read office worker
by
Chandra kanth