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…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Results for "GitHub Issues"
76 articles found
GitHub
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…
Software
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…
GitHub
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…
Google Cloud Platform
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
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…
Tools
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
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…
Machine Learning
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
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
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
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
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
GitHub
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
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…
Technology
Introduction Constitution of India includes special provisions to handle the complex citizenship issues that arose after independence and partition. Artic…
GitHub
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
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
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
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 code assistants like GitHub Copilot, Cursor, and Amazon CodeWhisperer are fundamentally changing how developers write code. These tools are trained on b…
Tools
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…
Technology
The American Constitution is one of the most influential legal documents in world history. Adopted in 1787 and ratified in 1788, it serves as the supreme l…
How to Use Claude
Beyond writing code, Claude is remarkably capable at understanding and analyzing existing codebases. For developers working in complex systems, this analys…
Career
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
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
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 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
Launching a startup today requires assembling a sophisticated technology stack that enables rapid development, efficient collaboration, and scalable growth…
Google Cloud Platform
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
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 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
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 is one of those topics that every web developer eventually needs to understand. The two traditional approaches are session-based authenticat…
Career
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
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…
Technology
Introduction Constitution of India provides the legal foundation for citizenship in the country. Among its provisions, Article 5 is very important because…
Technology
I have refined my AI-assisted development workflow over the past year. It starts with brainstorming where I use ChatGPT to explore architecture options. Th…
Technology
Artificial Intelligence (AI) is one of the most important technological advancements of the modern world. AI refers to computer systems designed to perform…
Machine Learning
Before Transformers, we had RNNs and LSTMs, which were slow and had memory issues. Then the 'Attention is All You Need' paper dropped, and everything chang…
Testing & Debugging
Debugging is an inevitable part of programming. The better you are at it, the faster you can fix issues and move on. Python comes with a built-in debugger…
Technology
AI has become my first line of defense for code review and debugging. I paste problematic sections and ask for potential issues. The AI often catches edge…
Health
Healthy Lifestyle: Simple Habits for a Better Life In today’s busy world, maintaining good health has become more important than ever. Many people focus…
Human Behaviour
For most of human evolutionary history, belonging to a group was not optional. It was survival. Being cast out of the tribe meant facing predators, starvat…
Lifestyle
Democracy in India is one of the most significant political systems in the modern world. India is often described as the largest democracy in the world, wi…
Sports
The rise of T20 cricket leagues has revolutionized the sport over the last two decades. The Twenty20 format, introduced in the early 2000s, shortened tradi…
Global Governance
BRICS (Brazil, Russia, India, China, South Africa) recently decided to expand, inviting countries like Saudi Arabia, Iran, UAE, and Egypt. On the surface…
Emerging Markets
When we talk about Indian geopolitics, we rarely look West—beyond the Middle East. But Latin America is becoming a crucial partner. Why? Lithium. The wor…
Stack Overflow
Some of the best learning on Stack Overflow doesn’t come from the top-voted answers. It comes from the 'war stories'—the answers where someone describe…
JVM Internals
When I first started coding Java, I treated the JVM like a magic box. Write code, hit run, and somehow it works on Windows, Mac, and Linux. But once I star…
Planning
Build Tools
When I graduated from university, I knew how to write Java, but I had no idea how to manage dependencies. I used to download JAR files manually and drop th…
How to Use Claude
Startups are discovering that Claude can dramatically extend their effective team capacity without the cost of additional hires. Here's how early-stage com…
How to Use Claude
Developers have been integrating Claude into their workflows in ways that go well beyond 'generate a function.' The ways Claude gets used in real engineeri…
How to Use Claude
Claude's value multiplies when it's integrated into existing workflows rather than used as a standalone tool you switch to separately. Here are some integr…
Future Tech
Claude 5 represents a step forward in how AI systems interact with humans, but it is only the beginning. The future of AI is moving toward more natural, pe…
Finance
Buying your first home is exciting, but the process can feel like learning a new language. My biggest piece of advice is to get your finances in order befo…
Industry
I work in customer support, so I've been watching this closely. The short answer is yes, AI agents are handling the front lines. But the good companies are…
Business
The business landscape is being reshaped by AI, and it's not just the tech giants who are benefiting. Small and medium-sized businesses are leveraging AI t…
Automotive
You don’t have to be a mechanic to take good care of your car. Knowing a few basics can save you money and prevent breakdowns. First, learn how to check…
Tools
The build tool landscape has evolved dramatically, and the choice between Webpack and Vite can significantly impact your development experience. Webpack ha…
JavaScript
Closures are one of those JavaScript concepts that every developer eventually has to wrestle with. At its simplest, a closure is the combination of a funct…
Real-Time
WebRTC (Web Real-Time Communication) enables direct peer-to-peer audio, video, and data sharing between browsers without intermediate servers. The technolo…
Testing
The browser ecosystem is more diverse than ever. What works perfectly in Chrome might break in Safari or Firefox. Cross-browser testing ensures your site p…
Testing
Testing isn't about achieving 100% coverage—it's about building confidence in your code. A balanced testing strategy uses multiple levels. Unit tests ver…
DevOps
Understanding what's happening in production applications requires more than scattered console.log statements. Observability is the practice of instrumenti…
Tools
Every developer spends a significant portion of their time debugging. The difference between junior and senior developers often isn't who writes fewer bugs…
Romance
Kabir Singh is a film that ignited fierce debate. Sandeep Reddy Vanga's Hindi remake of his own Telugu film Arjun Reddy is an unflinching portrait of a sel…
Romance
Heartstopper has become one of Netflix's most heartwarming and important series, adapting Alice Oseman's beloved graphic novels with tenderness and authent…
Automotive
In 2008, Tesla delivered its first Roadster. It was a Lotus body with electric guts. Car companies laughed. Electric cars are slow. They have no range. The…
Comedy Drama
Sex Education has been one of Netflix's most beloved series, earning acclaim for its honest, funny, and heartfelt exploration of teenage sexuality. Created…
Crime Drama
Delhi Crime has been one of Netflix India's most acclaimed productions, winning an International Emmy for its first season. The series, created by Richie M…
Fee Guide
The UPSC CSE application fee is Rs.100 for General, OBC, and EWS candidates. SC, ST, PwBD, and all female candidates are exempted completely. Payment is on…
Education
Filling the UPSC Civil Services Exam form is the first real test. Not of your knowledge, but of your patience. The form looks simple, but one wrong entry c…
Fee Guide
The UPSC CSE application fee is Rs.100 for General, OBC, and EWS candidates. SC, ST, PwBD, and all female candidates are exempted completely. Payment is on…
Inflation & Living Costs
Let me tell you about the price of roti. In Delhi, a plain roti at a street stall costs about 10 rupees. In Lahore, the same roti costs 40-50 Pakistani rup…