GitHub
Search Results
Results for "GitHub Pages"
45 articles found
GitHub
Software
Microsoft's Secret Weapon That You Have Never Heard Of
Everyone knows Windows. Everyone knows Office. But Microsoft has a hidden gem. GitHub. They bought it for 7.5 billion dollars in 2018. At the time, develop…
Google Cloud Platform
Why I Use Cloud Source Repositories Instead of GitHub
Okay, hear me out. I love GitHub. I have a paid account. But for my work projects on GCP, I started using Cloud Source Repositories. The integration is sea…
Google Cloud Platform
Why I Use Cloud Source Repositories Instead of GitHub
Okay, hear me out. I love GitHub. I have a paid account. But for my work projects on GCP, I started using Cloud Source Repositories. The integration is sea…
GitHub
Beyond Code: Using GitHub for Writing and Collaboration
I’m a developer, but I also write. I recently started using GitHub to collaborate on a book with a friend. We use Markdown for chapters, and GitHub for v…
Tools
Git and GitHub: Version Control Basics
Every developer needs version control. Git is the system; GitHub is a hosting service. I made the mistake early on of just saving files with names like 'fi…
GitHub
GitHub Sponsors: Turning Open Source into a Side Hustle
I maintain a small open-source library that I use for my own projects. It was just a hobby. Then a user opened an issue and asked if I had a GitHub Sponsor…
React
Next.js: The React Framework That Makes Production-Ready Apps Simple
Next.js has become the go-to framework for React developers, and for good reason. It solves problems that React alone doesn't address: routing, server-side…
Machine Learning
Building a Portfolio: Projects Over Certificates
I’ve seen people with dozens of certificates who can’t solve a real-world problem. And I’ve seen self-taught people with amazing GitHub portfolios la…
GitHub
From Zero to First Star: Getting Your GitHub Project Noticed
I poured months into a side project, pushed it to GitHub, and... nothing. Zero stars. Zero forks. It was a ghost town. I realized that building the code wa…
GitHub
Understanding the GitHub Flow: A Simple Workflow for Humans
When I first started with Git, the tutorials were overwhelming. Merge, rebase, cherry-pick—it felt like learning a new language. Then I discovered the Gi…
GitHub
Stop Using GitHub Like a Dump Truck: A Plea for Clean Repos
I’ve seen it too many times: a repository named 'test123' with a commit message that just says 'stuff'. Please, stop. A GitHub profile is your modern-day…
GitHub
Using GitHub Issues for Personal Project Management
I’m not just a developer; I’m a project manager for my own scattered brain. I started using GitHub Issues to track bugs for my side project, but then I…
GitHub
Why I Finally Switched to GitHub for Everything (Even My Grocery List)
I used to be a digital hoarder. My desktop was a graveyard of folders named 'final_v2', 'actual_final', and 'seriously_this_time'. Then, a friend who was w…
GitHub
Showcasing Your Best Code with GitHub Pinned Repositories
Your GitHub profile is the first thing many people see when they want to work with you. But if you’re like me, you have dozens of old, half-baked project…
GitHub
GitHub Actions: The Lazy Developer’s Best Friend
I am fundamentally lazy. I want to write code, push it, and then forget about it. GitHub Actions lets me do exactly that. It’s like having a tiny, unpaid…
GitHub
The README: Your Project’s Handshake
I’m guilty of it. You find a cool project on GitHub, open the README, and it just says 'My project'. What does it do? How do I install it? How do I use i…
Technology
The Golden Age of Open Source Software
Open source software has quietly become the backbone of the modern digital economy. From the Linux operating system that powers most servers to the countle…
GitHub
Protect Your Main Branch: A Cautionary Tale
I learned this lesson the hard way. I was working on a personal project, had a great idea, and pushed directly to `main`. Everything broke. The site went d…
AWS
AWS CodePipeline: Automating Your Deployments
CodePipeline is a fully managed continuous delivery service. I set up a pipeline that automatically deploys code changes from GitHub to Elastic Beanstalk…
AI Tools
AI-Powered Code Generation: Copilot and Beyond
AI code assistants like GitHub Copilot, Cursor, and Amazon CodeWhisperer are fundamentally changing how developers write code. These tools are trained on b…
Tools
Version Control with Git: Essential Workflows for Web Developers
If you're not using version control, you're essentially flying blind. Git has become the industry standard, and mastering a few key workflows will transfor…
Business
Earn Money from Instagram Without Investment (2026 Guide for Beginners)
Instagram is no longer just a social media app—it’s a powerful income platform. With millions of users in India, anyone can start earning without spend…
Concurrency
Python's Multiprocessing and Threading
As programs grow, performance can become an issue. Python offers threading and multiprocessing to help with concurrent execution. Threading is suitable for…
Business
Best Online Jobs for Students in India (2026) – Earn Money from Home Without Investment
In today’s digital era, students in India have countless opportunities to earn money online without affecting their studies. With the rise of platforms l…
Concurrency
Introduction to Python's AsyncIO
Asynchronous programming is a way to write concurrent code that can handle many tasks without the overhead of threads or processes. AsyncIO is Python's lib…
Web Development
Web Scraping with Python and BeautifulSoup
Web scraping is the process of extracting data from websites. Python makes this easy with libraries like BeautifulSoup and requests. The requests library l…
How Claude Works
How Claude Generates Text: A Non-Technical Explanation
You don't need to understand neural networks to use Claude well, but a basic intuition for how it generates text can help you understand why it sometimes g…
Technology
Building Your First Website from Scratch
Building a website today is easier than ordering takeout. Start with a clear purpose—blog, portfolio, or small business? Choose a platform like WordPress…
UX
Infinite Scroll Architecture: Performance and UX Patterns
Infinite scroll has become a common UI pattern, but implementing it well requires careful architecture. Poor implementations lead to performance degradatio…
Static Sites
Static Site Generation with Astro: The Future of Content Sites
Astro represents a paradigm shift in how we build content-focused websites. Its core innovation is island architecture—you ship HTML by default and only…
Personal Growth
From 'Hello' to 'Holy Cow': My Claude Prompting Journey
Three months ago I typed my first Claude prompt: "hello." Claude said hello back. I closed the tab and didn't return for two weeks. Felt pointless. Then I…
UPSC Mains Strategy
How to Prepare for UPSC Mains Answer Writing: A Practical Guide from a Topper’s Perspective
Let me be honest with you. Most UPSC aspirants clear Prelims but fail Mains. Why? Because Prelims is about choosing the right option. Mains is about writin…
Career
Java Career Advice: What I Wish I Knew as a Junior
If I could go back and give myself advice, I’d say: don’t just learn the syntax. Learn the ecosystem. Knowing Java is great, but knowing Spring, Maven…
Machine Learning
Open Source Contribution: How to Get Started
One of the best ways to learn is to contribute to open source. But it’s intimidating. Where do you start? I started by fixing documentation typos. Seriou…
Stack Overflow
The Stack Overflow Backup: Why You Should Keep a Snippet Library
You know that perfect solution you found on Stack Overflow six months ago for a weird regex problem? Good luck finding it again. I learned this the hard wa…
GitHub
Open Source for Beginners: How I Made My First Pull Request
Open source seemed terrifying. I thought you had to be a 10x developer to even look at a project. Then I found a project I actually used—a simple note-ta…
Technology
The Tech Stack of a Modern Startup: Tools for Success
Launching a startup today requires assembling a sophisticated technology stack that enables rapid development, efficient collaboration, and scalable growth…
Google Cloud Platform
I Spent $100 on GCP Credits and Built a Data Science Portfolio
I wanted to break into data science, but I didn't have any projects to show. Then I discovered that Google Cloud gives $300 in free credits to new users. I…
Google Cloud Platform
Cloud Build: The CI/CD System That Finally Made Sense to Me
I tried Jenkins. I tried GitLab CI. I tried GitHub Actions. They all worked, but they all felt like they required configuration YAML that was more complex…
Google Cloud Platform
I Spent $100 on GCP Credits and Built a Data Science Portfolio
I wanted to break into data science, but I didn't have any projects to show. Then I discovered that Google Cloud gives $300 in free credits to new users. I…
DevOps
Deployment 101: Hosting Your First Website
Taking your code from localhost to the live internet is a rite of passage for web developers. The options can feel overwhelming, but start simple. For stat…
Security
Authentication in Web Apps: JWT, Sessions, and OAuth Explained
Authentication is one of those topics that every web developer eventually needs to understand. The two traditional approaches are session-based authenticat…
Career
Building Your Portfolio as a Web Developer
Your portfolio is often the deciding factor in job applications. It needs to do more than just list skills—it should demonstrate them. Start with a clean…
Google Cloud Platform
Cloud Build: The CI/CD System That Finally Made Sense to Me
I tried Jenkins. I tried GitLab CI. I tried GitHub Actions. They all worked, but they all felt like they required configuration YAML that was more complex…