Blog posts
 
							
							Unlocking the Power of Windows Subsystem for Linux (WSL)
Published: 4 Jan 2024What is Windows Subsystem for Linux (WSL)? WSL allows you to run a Linux distribution alongside Windows, integrating Linux commands and tools directly into your Windows environment. Pros: Seamless integration; access to Linux tools without dual booting or VMs. Cons: Limited to running a single Linux distribution at a time.
READ MORE 
							
							PowerShell Secret Management and Secret Vault
PUBLISHED: 11 Dec 2024What is PowerShell Secret Management? PowerShell Secret Management is a module designed to securely store and retrieve sensitive information in PowerShell scripts. It introduces a layer of abstraction, reducing the risk of inadvertent exposure of sensitive data in scripts. The framework is modular, allowing users to choose different secret providers, making it versatile and adaptable.
READ MORE 
							
							Thinking Microservices?
PUBLISHED: 25 Nov 2023What is Microservices Architecture? Microservice architecture, also known as ‘microservices,’ is a development method that breaks down software into modules with specialized functions and detailed interfaces. If you want to explain this to a kid — Imagine your application is a pizza. Now, cut that pizza into tiny, manageable slices. Congratulations! You just microserviced your pizza. Each slice (microservice) has its own flavor (functionality) and can be enjoyed independently.
Read More 
							
							Introduction to Machine Learning
Published: 4 Aug 2019
								What is Machine Learning?
								Arthur Samuel defined machine learning as — “Field of study that gives computers the
								capability to learn without being explicitly programmed”.
								In layman language, Machine Learning(ML) is a technique of parsing the data, learn from
								those experiences and then apply what they have learned to make an informed decision
								without actually being programmed( without any human assistance).
							
 
							
							Artificial intelligence vs Machine Learning vs Deep Learningm
PUBLISHED: 25 JULY 2019There are many misconceptions related to the words artificial intelligence(AI), machine learning and, deep learning. whenever people hear the word Machine Learning, they relate it to Artificial Intelligence. These terms are related to each other but one can not say that both are same. Let us understand how..
READ MORE 
							
							An Introduction to GitHub
PUBLISHED: 26 JULY 2019
								GitHub is a code hosting platform for version control and collaboration. It hosts
								millions of lines of code, and millions of developers use it to collaborate and to
								report issues with open source software. It lets you and others work together on
								projects from anywhere.
								Though anyone can use GitHub to keep track of the changes they are making in their
								files, but most developers use it either to host their code or to collaborate with other
								developers.