BEBabatunde E. Daramolainritechoice23.hashnode.dev·Jun 11 · 16 min readHow to Contribute to a Team Project Using Git and GitHub: The Complete Workflow Collaborative software development requires more than writing code. It also requires a shared understanding of how changes move safely from a developer’s computer into the team’s codebase. Git and Git00
BEBabatunde E. Daramolainritechoice23.hashnode.dev·Jul 18, 2025 · 4 min readHow to Solve CORS Errors When Using Cloudflare R2 for File UploadsIf you’ve ever tried to upload or access files from a Cloudflare R2 bucket using a browser-based or client-side app and hit a wall with CORS (Cross-Origin Resource Sharing) errors, you’re not alone. This is a common challenge developers face when usi...00
BEBabatunde E. Daramolainritechoice23.hashnode.dev·Feb 13, 2025 · 3 min readKey Metrics for Backend Performance AnalysisI bring to you another piece about what you need to watch out for to ensure your system remains fast, reliable, and scalable. Optimizing a backend system starts with understanding how it performs. But performance isn’t just about speed—it’s about rel...00
BEBabatunde E. Daramolainritechoice23.hashnode.dev·Jan 27, 2025 · 2 min readLearn OOP in PHP without the noiseWithout the noise, using simple, real-world examples, I'll teach you Object-Oriented Programming (OOP) in PHP in this post. Let's break this down step by step. Classes and Objects Think of a class as a blueprint, and objects as things created from th...00
BEBabatunde E. Daramolainritechoice23.hashnode.dev·Dec 28, 2024 · 2 min readSetting Up Scheduler in AdonisJSThe adonisjs-scheduler package makes it easy to define and manage recurring tasks in AdonisJS applications. In this guide, we’ll walk through the installation, configuration, defining schedules, and running the scheduler in both development and produ...00