377 followers
Short posts on React, TypeScript, C++, Python, Rust.
Try out my hobby app: yosunai.
Cerebras has the world’s fastest inference product that runs on its Wafer scale engines. It is 20 times faster than GPU solutions based on Nvidia...
I found a linked in post showing the many ways one can earn trust on the job. So many techniques for one aspect of work. How can I reconcile with...
I wrote my first Rust program. On my Mac, I was able to get started in a few minutes. brew install rustup This installs rustc (rust compiler) and...
Sometimes, we need to refactor the code. But there are deadlines that need to be met. So, do we refactor or incur technical debt? The answer depends...
I created a nice chat app - Yosunai.com. It is integrated with Cerebras SDK. Under the hood, it uses Llama 3.1 8B model. With Yosunai, you don’t have...
Selenium (E2E testing tool) uses ChromeDriver (exe that implements a WebDriver interface) to control Chrome. Selenium expects chromedriver to be...