Oct 17, 2025 · 3 min read · Na minha saga de construir um SGBD educacional para meu TCC, a primeira regra é: o tempo é curto. Bastante curto. Com o relógio correndo, precisei definir um escopo brutalmente focado: o Gerenciador de Armazenamento. Por que começar por ele? Porque e...
Join discussionSep 20, 2025 · 31 min read · Audience: Intermediate PHP devs (comfortable with OOP, Composer, basic MVC) who are new/rusty with SymfonyOS Assumptions: macOS/Linux primary; Windows notes included (PowerShell + WSL2)Target PHP & Symfony: PHP 8.2+ and Symfony 7.3.x (current stable ...
Join discussion
Sep 13, 2025 · 2 min read · When working with React, one of the biggest challenges developers face is managing state effectively. As applications grow, handling state transitions becomes increasingly complex. Should you stick with useState, switch to useReducer, or go for a glo...
Join discussion
Jul 19, 2025 · 5 min read · Introduction Linear regression is often the first algorithm introduced to those entering the world of machine learning. But instead of just importing a model from scikit-learn, what if you built your own from scratch and deeply understood how it work...
Join discussionJul 14, 2025 · 2 min read · I started my journey in the world of computers with a diploma in Computer Science. Back then, I genuinely developed an interest in coding. I used to love building things, writing logic, and seeing my code come to life. My dream was clear — I wanted t...
Join discussion
Jul 7, 2025 · 13 min read · Up to this point, we've been using simple test databases where the data for each row fits within a single page. However, in the wild, it is quite common for a row to be larger than a single page (typically 4096 bytes), especially when using variable-...
Join discussion
Jun 24, 2025 · 10 min read · 👋 Introduction Hello there! I'm Ashish Sharma, a software engineer who’s worked across tech stacks — from backend APIs to frontend UI and DevOps pipelines. But there’s one area I’ve long been curious about, one that powers everything from ChatGPT to...
Join discussionJun 11, 2025 · 3 min read · 🌿 This Is Where I Begin Again I was unsure if it was a good idea to start a blog, knowing nothing about it. What if this is a mistake?What if I mess it up?What if this, what if that? But as the what-ifs clouded my heart, my brain asked patiently: �...
PMPooja and 1 more commented
May 1, 2025 · 5 min read · Intro As a data science student my quote is "start hard so things looks easy" , when i first began learning machine learning like most beginners i reached for scikit-learn library that i personally call it easy lazy library , it is good and easy but ...
Join discussion