Adopt AI-Assisted Code Development. Now!

The productivity improvements an AI-assisted code development tool can bring to your workflow are significant. If you are not convinced, allow me to give you one recent experience of mine. Me, like many of you, have a bunch of personal projects that I work on in my spare time. I’m currently building something around AWS, using the AWS JS SDK and Next.js. In one of the pages, I want to list all the EC2 instances in my account....

December 16, 2024 · 3 min

Speech models + LLMs = Magic

Speech-to-text models are the magic behind converting spoken language into written text. From dictating documents and emails to transcribing meetings, their applications are vast. Personally, I rely on this feature to send hands-free messages and control my smart home devices. While those everyday uses are great, I recently discovered an even more powerful application for speech-to-text. When you combine speech recognition with the power of LLMs, things get really interesting. We’re talking Q&A documents, meeting summaries, and even enhancing RAG models....

September 9, 2024 · 6 min

2FA tokens via CLI

Generating 2FA tokens on the terminal so that i don’t have to reach for my phone #lazyTech Securing your accounts with 2FA or two-factor authentication is a great idea, and what I use most of the time are time-based OTPs (TOTPs). The process is simple; you only need an app like Google Authenticator (iPhone | Android) or Twilio Authy on your phone. But I’m lazy when I have to get codes from my phone and type them into my laptop....

July 9, 2023 · 3 min