NPNitin Poojaryinnitin-poojary-golang.hashnode.dev·Jun 10 · 12 min readConcurrency the Hard Way: What an Air Hockey Server Taught Me About GoIntroduction From the past few months I have been learning Go, but learning through tutorials and practice questions wasn't cutting it. What I wanted was to build something real, something that would 00
NPNitin Poojaryinnitin-poojary.hashnode.dev·Jul 7, 2025 · 13 min readFlutter CI/CD Guide with CodemagicIntroduction Publishing a Flutter app to both the Play Store and App Store can be a repetitive process. It involves merging code with team members, running tests, performing manual QA, uploading builds, and repeating it all for every release. Sounds ...00
NPNitin Poojaryinnitin-poojary.hashnode.dev·May 21, 2025 · 4 min readMonitor Performance of your Flutter App with DevTools: Raster ThreadIn this series, we explored Flutter DevTool's Performance tab and learned how to detect and fix UI thread janks. In this final part, we will discuss the role of the raster thread and some methods to fix raster janks. You can find the complete series ...00
NPNitin Poojaryinnitin-poojary.hashnode.dev·May 15, 2025 · 6 min readMonitor Performance of your Flutter App with DevTools: Enhance TracingPrerequisites This blog is part of the “Monitor Performance of Your Flutter App with DevTools” series. I recommend reading the previous blogs first, as I will be using concepts introduced earlier. You can find the entire series here. Why Paint Phase ...00
NPNitin Poojaryinnitin-poojary.hashnode.dev·May 7, 2025 · 10 min readMonitor Performance of your Flutter App with DevTools: Enhance TracingPrerequisites This blog is part of the “Monitor Performance of Your Flutter App with DevTools” series. I recommend reading the previous blogs first, as I will be using concepts introduced earlier. You can find the entire series here. Counter app Exam...00