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…
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 "developer branding"
55 articles found
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…
Diplomacy
India had a massive year with the G20 presidency. We pushed for the inclusion of the African Union (AU) as a permanent member—a huge diplomatic win. We g…
Technology
I set up a challenge to see if DeepSeek could handle the tasks typically given to a junior developer on my team. The tasks ranged from fixing CSS bugs to i…
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…
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…
How to Use Claude
Building a functional chatbot with Claude is more achievable than most people expect, even with modest programming experience. Here's a practical starting…
Stack Overflow
Every time I visited Stack Overflow, I felt like an imposter. Everyone seemed to know everything. The answers were perfect. The code was elegant. I felt li…
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…
Stack Overflow
Remember that day Stack Overflow went down for a few hours? I do. It was a Tuesday. The office was quiet, except for the sound of productivity grinding to…
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
Writing technical documentation is often the least favorite part of a developer's job. Claude has changed that for me. I feed it my code or rough notes, an…
Java Fundamentals
I’ve been a full-stack developer for about a decade now, and if there’s one language I keep coming back to, it’s Java. It’s not the flashiest, and…
Technology
If you had told me five years ago that I'd be packing my bags for Austin, Texas, I would have laughed. But here I am, and honestly, it’s one of the best…
Frameworks
For the last five years, Spring Boot has been my default choice for microservices. It’s the Swiss Army knife of Java frameworks. But recently, I started…
Advanced Java
Annotations in Java are like magic markers. They started as just metadata (`@Override`), but with frameworks like Spring and Lombok, they have become power…
Core Java
I recently did a code review for a junior developer, and I saw a massive block of nested for-loops just to filter a list and map some objects. It was funct…
Tools
As a new developer, I was intimidated by the black terminal window. But learning the command line is essential for running build tools, git, and deploying…
AWS
AWS offers different support plans ranging from Basic to Enterprise. As a beginner, Basic support is fine—it includes documentation, forums, and account…
JVM Languages
When Kotlin first came out, I thought it was just a fad. But after Google made it first-class for Android, and I saw my colleagues writing less boilerplate…
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 used to run linters and formatters manually before every commit. I’d forget half the time, leading to messy, inconsistent code in my repos. Then I disc…
Google Cloud Platform
I was stuck on a Cloud Function. I needed to process images uploaded to a bucket, generate thumbnails, and store metadata in Firestore. The event structure…
Google Cloud Platform
This might be controversial. I started on AWS. EC2, RDS, S3. It worked. But something always felt off. The console was a maze. The documentation felt like…
How Claude Works
One of the technical features that comes up often in discussions about Claude is its context window. If you've ever had an AI assistant forget what you wer…
Jobs
Dubai's technology sector has expanded rapidly, fuelled by government digital transformation initiatives, a growing startup ecosystem, and large corporates…
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…
Google Cloud Platform
I was stuck on a Cloud Function. I needed to process images uploaded to a bucket, generate thumbnails, and store metadata in Firestore. The event structure…
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…
Google Cloud Platform
This might be controversial. I started on AWS. EC2, RDS, S3. It worked. But something always felt off. The console was a maze. The documentation felt like…
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…
Stack Overflow
Sometimes, you have a question that just won’t get answered. It’s too niche, or maybe it’s just hard. That’s when I discovered the bounty system. Y…
Stack Overflow
When I first joined Stack Overflow, I was just a lurker. I’d find answers and disappear. But then I started answering questions—simple ones I knew I co…
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
I've used all the major clouds. AWS's console feels like a government website from 2005. Azure's feels like a maze where every hallway looks the same. But…
Ethics
I was in a webinar last week where a developer said he lets his AI agent decide who gets hired for entry-level positions based on resume screening. It made…
Google Cloud Platform
I came into GCP knowing nothing. No cloud experience. No infrastructure background. Just a developer who wanted to deploy an app. Month one was chaotic. I…
DIY
I am not a developer. I can barely format a spreadsheet. But last weekend, I built a functional AI agent using a no-code platform. I wanted an agent that s…
Google Cloud Platform
I came into GCP knowing nothing. No cloud experience. No infrastructure background. Just a developer who wanted to deploy an app. Month one was chaotic. I…
Backend
Bun has emerged as a serious competitor to Node.js, promising dramatically faster performance for JavaScript and TypeScript development. Built on JavaScrip…
Technology
The demand for software development far exceeds the supply of skilled programmers, leading to the rise of low-code and no-code platforms. These tools allow…
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…
Security
Authentication is one of those topics that every web developer eventually needs to understand. The two traditional approaches are session-based authenticat…
Google Cloud Platform
I've used all the major clouds. AWS's console feels like a government website from 2005. Azure's feels like a maze where every hallway looks the same. But…
How to Use Claude
If you want to build applications powered by Claude, the Claude API is where you start. This guide covers the basics for developers who are new to the Anth…
Stack Overflow
Getting your first downvote on Stack Overflow stings. It feels personal, like someone said your baby is ugly. My first one was on a question I’d spent ho…
React
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…
CMS
The headless CMS architecture decouples content management from content presentation, giving developers flexibility to use any frontend technology while le…
Development
I’ve been a developer for 15 years, and the last year has been the wildest ride of my career. AI agents aren't just autocompleting my code anymore; they…
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…
GraphQL
As organizations scale, they often end up with multiple GraphQL services owned by different teams. GraphQL Federation solves the challenge of composing the…
Static 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…
Desktop Development
For years, Electron has been the go-to for building desktop apps with web technologies. But Tauri has emerged as a compelling alternative with fundamentall…
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…
Backend
Creating your own API is a milestone for any web developer, and Node.js with Express makes it surprisingly approachable. Start by initializing a project wi…