The concepts starting from this part are very specific to Rust and might not always have an equivalent in PHP. However, understanding these concepts is…
We are now getting into the parts which are more and more different than PHP. We have already discussed a little bit of struct and…
When I started in professional software development, I had only faintly heard about tests—I had never written one myself. The kinds of apps I built…
1. Complex Types 1.1. Arrays In PHP, arrays are the most commonly used data structure, and they differ greatly from traditional arrays in most other…
I have recently started to dive into Rust for a project I am working on and just wanted to point out some of the interesting…
Start9 and the Idea of Self-Sovereign Computing I recently discovered an operating system and a company called Start9. The concept behind Start9 is to empower…
Last week, I decided to explore Stable Diffusion models, including both video and image generation types. My experience with the video model wasn’t great; the…
Yesterday, I had two instances when interacting with GPT-4, which made me realize two things: Generative AI’s Ability to Connect the Dots Like Humans is…
As I continued on my quest to parse the grocery receipt pictures I had taken over the years, I had previously tried Tesseract. While Tesseract…
Exploring Tailwind CSS has been quite an adventure. I’ve been a loyal user of Bootstrap from its version 3 all the way up to 5,…