Momchil Atanasovformokiat's blogmokiat.hashnode.net·Nov 4, 2022Proper HTTP shutdown in GoI have been meaning to write this post for what is probably a few years now and since I continue to come across code that has problems with graceful shutdown of HTTP servers, I guess now is as good a time as any. Background We should first talk about...Discuss·2 likes·189 readsGo Language
Momchil Atanasovformokiat's blogmokiat.hashnode.net·Nov 8, 2022Understanding the Color type in GoWhile working on my personal projects, I have had to deal with Go's image package a number of times. Transitively, I have also had to deal with Go's color package as well. In the past, I used to struggle with alpha-premultiplied colors, which are the...Discuss·1 like·120 readsGo Language
Sanusi BabatundeforTundevsdevtuned.hashnode.net·Mar 17, 2023Avoiding Common Pitfalls: Tips for Detecting and Preventing Memory Leaks in Node.jsImagine this: you’ve built a powerful Node.js application that handles many events, but it suddenly starts experiencing performance issues and crashes. You investigate, only to discover that your application has been leaking memory - causing a gradua...Discussmemory-management
DotnuelforDotnuel's Piecedotunel.hashnode.net·Apr 12, 2023Avoid These Common Pitfalls When Learning Python as a Beginner"I don Arrive, I be badass tech bro, Data Scientist, Data Engineer" This was what comes to most of our minds when we output our first "Hello World" after the whole stress of learning to install it on our windows and adding to path if you use a MacBoo...DiscussPython
Sanusi BabatundeforTundevsdevtuned.hashnode.net·Mar 17, 2023Avoiding Common Pitfalls: Tips for Detecting and Preventing Memory Leaks in Node.jsImagine this: you’ve built a powerful Node.js application that handles many events, but it suddenly starts experiencing performance issues and crashes. You investigate, only to discover that your application has been leaking memory - causing a gradua...Discussmemory-management
Momchil Atanasovformokiat's blogmokiat.hashnode.net·Nov 8, 2022Understanding the Color type in GoWhile working on my personal projects, I have had to deal with Go's image package a number of times. Transitively, I have also had to deal with Go's color package as well. In the past, I used to struggle with alpha-premultiplied colors, which are the...Discuss·1 like·120 readsGo Language
Momchil Atanasovformokiat's blogmokiat.hashnode.net·Nov 4, 2022Proper HTTP shutdown in GoI have been meaning to write this post for what is probably a few years now and since I continue to come across code that has problems with graceful shutdown of HTTP servers, I guess now is as good a time as any. Background We should first talk about...Discuss·2 likes·189 readsGo Language
LambdaTestforLambdaTestlambdatest.hashnode.net·Oct 3, 2022Webinar: BDD Pitfalls and How to Avoid ThemWhen new products are launched, the disconnect between business professionals and engineers often results in wasted time and resources. A strategy for improving communication can help prevent bottlenecks to the project’s progress. When business manag...DiscussPitfalls