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…
Let’s start with this saying: “Most of programming is just plumbing.”The exact source of this quote is hard to pin down, but I mostly agree…
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…
As I plan to meet more people, juggling meetings and keeping your day on track can feel like a circus act! Scheduling tools like Cal.com…
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…