Engineer & Product Manager working on solving interesting problems using tech. Talks about tech and writes about management. Author at Skillshare, Educative and Freecodecamp.
Oct 22, 2025
•
8 min read
When people talk about AI agents, they often imagine something futuristic that can think, talk, and make decisions.
Oct 21, 2025
9 min read
If you’ve ever tried feeding web pages into an AI model, you know the pain.
Oct 12, 2025
10 min read
Every developer has faced this moment: you deploy an update, everything works fine, and then that small voice in your head asks, “But is it secure?”
Jun 26, 2024
5 min read
An introduction to Pyspark, the Python API for handling big data and machine learning tasks.
Jun 24, 2024
Building Your Own AI is Better for Your Business. Here's why.
Jun 18, 2024
4 min read
Learn how Autotokenizers work in the Huggingface Transformers Library
Apr 25, 2024
6 min read
Tokenizers are the fundamental tools that enable artificial intelligence to dissect and interpret human language. Let's look at how tokenizers help AI systems comprehend and process language.
Langchain is a powerful tool designed to streamline and enhance AI workflows. In this article, we will look at how Langchain can help us build better AI workflows.
Have you heard about Mistral AI, the french company that is said to be a tough competitor to ChatGPT? Let’s take a look.
Mar 3, 2024
Learn how to convert audio to text using OpenAI's latest service Whisper.
Discover Who and What Matters: Simplifying Named Entity Recognition with Transformers for Smarter Data Analysis
7 min read
Learn the fundamentals of BERT, a revolutionary model in natural language processing, and how to work with it.
Learn how to work with the OpenAI's api (the makers of ChatGPT) using Python and interact with the text-generation model.
Learn how to build a text summarizer using the HuggingFace Transformer Library with a hands-on tutorial.