Zig has been peaking in hype for a while now. At least two big projects are built in Zig: Tiger Beetle and Bun, and some big names keep talking about it, like ThePrimeTime and Turso here, here and ...
Rust continues to grow substantially in the land of programming languages. With a growing community and ecosystem in all areas of software development, including AI, there’s no corner where you can...
Rust is here to stay! After eight years since its first appearance, the language has grown a lot in terms of features, community, and power. according to this survey, it is slightly more popular th...
ChatGPT has spread the world like fire. The current generation of AI tools took the spotlight, overshadowing BitCoin, Blockchain, and the like. It was my turn now to surrender and give it a try fin...
In my last post “My Time with ZIO”, we saw how ZIO applications could be created and assembled. But what about tests? In this post, I will share a simple test suite I’ve added to that original code...
Following my study spree during my vacations, it was time to jump into ZIO. I have touched the project here and there but never tried to build a sample. After my last visit one year ago, what I fou...
In the last post, we played with Dream while doing very basic stuff in OCaml. We saw how using Sets vs. Hashtables could make a difference in performance and worked around it to allow solutions usi...
Hey you, welcome! In this blog post, we will briefly touch OCaml and one of its Web Frameworks, Dream. The stage is another interview code challenge that I got recently. Yes, again, another challen...
Hey you! Blockchain is engulfing our daily lives. With all sorts of applications built on it, the day where Blockchain will back the basic stuff you do online is coming. Blockchain is a topic I’ve...
Hey ho! What crazy times to be alive! But here we go for a new post on Graphs. To be more precise JGrahT library, a Java library I used quite at lot, recently. In this post I’m going to use one of ...