How time.After() Can Cause Memory Leaks in Go and How to Fix ThemAs a developer working with the tonutils-go library to interact with the TON blockchain, I’ve spent a considerable amount of time building…Feb 21A response icon1Feb 21A response icon1
How Bcrypt Handles Multiple Users with the Same Password (With Go Examples!)Let’s be honest: no matter how many times we tell users to create strong, unique passwords, there’s always going to be a handful that…Sep 26, 2024Sep 26, 2024
Understanding Domain-Driven Design in Go: Moving Beyond CRUDDomain-Driven Design (DDD) is a sophisticated approach to software development that focuses on modeling software based on the domain of the…Jul 16, 2024Jul 16, 2024
A Complete Guide to Running Grok on Your ServerX (former Twitter) released the weights and architecture. This is a complete guide to run it on your server.Mar 19, 2024Mar 19, 2024
Parsing ChatGPT JSON stream response — Partial and incomplete JSON parser python library OpenAIIn today’s world of APIs and microservices, working with streaming JSON responses is common. To simplify this, I’ve created a handy…Nov 24, 2023A response icon1Nov 24, 2023A response icon1
Scraping tweets without Twitter API for FREEIn the past (before Elon Musk…), you could easily and freely apply for a developer account to get your own tokens and start using Twitter…Mar 14, 2023A response icon1Mar 14, 2023A response icon1
Machine Learning paradigms for beginnersThese days, we are hearing a lot about Machine Learning, chatGPT, AI, Robots, etc. But how computers can learn from data?Jan 9, 2023Jan 9, 2023
Verilog: Mux 2 to 1 (Multiplexer)Understanding the low levels always helps me to know and learn better and touch the reality of computers, particularly when I am coding.Jan 5, 2023Jan 5, 2023
Fragment.com Library (TON — Telegram)Last week, I was trying to scrape data from Fragment.com, But I didn’t find any Official API.Dec 12, 2022A response icon2Dec 12, 2022A response icon2