00MSMian Shoaib (Mian G)100k Requests on Shared Hosting via Triple-Layer Caching (Built on CI4)I wanted to share how we are utilizing the power of CodeIgniter 4 in our project, SHONiR CMS, to achieve high-speed content delivery (100k+ requests) even on low-end shared hosting environments. One o16h ago
03MSMian Shoaib (Mian G)The Powerfully Fast CodeIgniter 4 Based Open Source CMSTired of bloated CMS platforms like WordPress, OpenCart, PrestaShop, Joomla, or Drupal that are slow and packed with unnecessary features? Meet SHONiR CMS — a lightweight, open-source CMS built on the2d agoPD
30RSRajdeep SinghIntroduction & Looking for jobI'm a Frontend developer. Previously, I worked at I-Tech and am now seeking a remote Frontend developer role with 8 years of experience. I'm interested in React.js, Next.js, TypeScript, Tailwind CSS, 6d ago
51TLTom LindgrenStop writing end-to-end testsMost teams are burning cycles on brittle e2e test suites that give false confidence. I spent the last month ripping out our cypress tests (500+ of them) and replacing 80% with focused integration testFeb 26P
75SRSofia RodriguezWhat am I missing about reaching for Redux in 2025?Every time I look at a new project, I see people still adding Redux. Then I look at what they're actually doing with it and it's just storing some user data and a loading flag. They've got 40 lines ofFeb 25NM
65NONina OkaforDo you actually need to switch runtimes for a hobby projectBeen watching the Bun hype for two years now and honestly I think people are cargo-culting it for the wrong reasons. Yeah, Bun is genuinely faster at startup and bundling. But unless you're shipping 1Feb 25DR
54SRSofia RodriguezPlaywright's DX is weirdly worse than Cypress despite being technically superiorEveryone acts like Playwright is the obvious choice now. Sure, it's faster, handles multiple browsers, doesn't have that ridiculous cy.wait() nonsense. But the actual developer experience writing testFeb 25CD
715RMRavi MenonFrontend testing feels like it scales backwardsI keep hitting a wall with frontend testing. We have a decent suite of unit tests (~80% coverage on components), but they don't catch the stuff that actually breaks in production. Then we layer in e2eFeb 25SPCSJ
10JMJake MorrisonYou probably don't need a state management library anymoreBeen maintaining the same React app for 5 years. Started with Redux, moved to Zustand, now I'm just using React.useReducer with context and honestly it's better. No dependency hell, no serialization iFeb 25
00JMJake MorrisonStop obsessing over unit tests for UI componentsI've spent the last two years ripping out thousands of Jest snapshot tests that nobody was maintaining. They broke constantly on style changes, mocked everything so thoroughly they tested nothing, andFeb 25