All categories

Programming

Can You Pass A Chanel In Golang

Hey there! Today, I want to share my experience with passing channels in Golang. It's a topic that I found quite fascinating when I first started diving into concurrency and parallelism in G

Read article →

How To Read Response Body Golang

When working with Go, I often find myself needing to read the response body from HTTP requests. This is a common task when building web applications or working with web APIs. In this article

Read article →

How The Hell Do You Use Python

Well, let me tell you about Python. It's one of the most popular programming languages out there, and for good reason. I remember when I first started learning Python, I was amazed by its si

Read article →

Have Div Fill Remaining Height Css

When working on web layout, one of the common challenges I face is having a div element fill the remaining height of its container. It's a tricky task, but with the right CSS techniques, it

Read article →