Brainstorm

Each of my posts is a reflection of what I've learned along the way. Explore my diverse array of articles, covering topics from tech and programming to various other areas of interest.


Complete Guide to Setting Up Solana Development on Windows

Complete Guide to Setting Up Solana Development on Windows

A comprehensive guide on setting up a Solana development environment on Windows, including WSL, Solana CLI, and Rust installation.

October 5, 2024

View Articles
Getting Started with Jenkins Part -4 ⚽ Create a Simple Freestyle Pipeline

Getting Started with Jenkins Part -4 ⚽ Create a Simple Freestyle Pipeline

How to create a simple freestyle pipeline in Jenkins to build a docker image and run it in a container.

October 22, 2023

View Articles
Getting Started with Jenkins Part -3 🔑 Implementing SSH GitHub Credentials in Jenkins

Getting Started with Jenkins Part -3 🔑 Implementing SSH GitHub Credentials in Jenkins

How to implement SSH GitHub Credentials in Jenkins and use it in your Jenkins pipeline.

October 21, 2023

View Articles
Getting Started with Jenkins Part -2 🐧 Install Jenkins on Ubuntu 22.04

Getting Started with Jenkins Part -2 🐧 Install Jenkins on Ubuntu 22.04

How to install Jenkins on Ubuntu 22.04, start the development server, and create an administrative user to explore Jenkins automation. By the end of the tutorial, you will have a Jenkins server ready for development deployment.

October 20, 2023

View Articles
Getting Started with Jenkins Part -1 🚀 CI/CD

Getting Started with Jenkins Part -1 🚀 CI/CD

How to automate software delivery process using CI/CD methodology.

June 28, 2023

View Articles
Deploy ERC-721 Smart Contract

Deploy ERC-721 Smart Contract

How to deploy ERC-721 smart contract on Polygon Mainnet.

June 21, 2023

View Articles