Karachi Wala Developer

Follow Karachi Wala Developer
Share on
Copy link to clipboard

10 minute weekly ramblings of a software engineer based in Karachi sharing about tech and startups.

Mashhood Rastgar


    • Apr 26, 2025 LATEST EPISODE
    • infrequent NEW EPISODES
    • 11m AVG DURATION
    • 57 EPISODES


    Search for episodes from Karachi Wala Developer with a specific topic:

    Latest episodes from Karachi Wala Developer

    So is everyone vibe coding now?

    Play Episode Listen Later Apr 26, 2025 9:04


    In this episode - I take on the task of explaining what vibe coding is, and if we should keep studing software engineering. I introduce some vibe coding tools, including the latest one Firebase Studio from Google

    Does OpenAI O1 change everything?

    Play Episode Listen Later Sep 15, 2024 10:28


    Last week OpenAI released a new model called O1 - which has advanced capabilities to reason and does a lot better in maths and coding. How does it do this and what does this change? This and more in this episode.

    LLMs: Understanding Google Gemma

    Play Episode Listen Later Jun 30, 2024 10:00


    In the world of many open source LLM models, Google Gemma stands out with some unique capabilities. Firstly its made by Google after all - so its implementation is fully optimized and memory efficient. This and more on what is Gemma about and how its better.

    AI in Your Pocket - LLMs on Smartphones

    Play Episode Listen Later Jun 4, 2024 7:39


    This episode dives into the exciting world of on-device AI, specifically Large Language Models (LLMs) running directly on your smartphone! We'll explore why cramming this powerful tech into your pocket is a game changer, and discuss how LLMs can transform your daily interactions with your phone.

    Whats next for LLMs? Reviewing updates from Google and OpenAI

    Play Episode Listen Later May 18, 2024 8:19


    In this episode we cover the latest updates from Google IO and OpenAI Spring update. The all new ChatGPT-o and Gemini 1.5 Flash. We talk about where are LLMs headed next.

    LLMs: Will Lama3 destroy the competition?

    Play Episode Listen Later Apr 28, 2024 7:39


    Lama3 is a popular open source model by Meta, the company behind Facebook, Instagram and Whatsapp. They have release the next iteration of the famous Lama2 model, this is a popular open source LLM which is heavily used by developers world wide. Is the new iteration strong enough to take on the best closed source models? We explore in this episode.

    LLMs: Finetuning - do you need it?

    Play Episode Listen Later Apr 19, 2024 8:45


    As we move to use LLMs more and more for different use cases, we will run into at times issues or limitations with the model. There are many different ways to train the model to do a specific task better, and fine tuning is one of them. What is about, when do we need to use it and how do we do it - all in this episode.

    I am now a Google Developer Expert in Machine Learn (GDE ML) for GenAI

    Play Episode Listen Later Apr 14, 2024 6:25


    This episode covers my journey as a GDE over the last few years, what got me into it, and what is the big outcome. Also joined another category for GDE in Machine Learning.

    LLMs: Are AI Software Engineers ready to take over?

    Play Episode Listen Later Mar 19, 2024 8:09


    In this episode I share my thoughts on the latest additional to AI development called Deven, and where the industry is moving towards. Will software engineering be taken over by AI in the next few years?

    LLMs: My thoughts on Gemini Pro 1.5 and OpenAI Sora.

    Play Episode Listen Later Feb 17, 2024 5:21


    So this week we had 2 back to back announcements which completely shook up the LLM worlds. Gemini Pro 1.5 with its 10 million token context length makes it super powerful to run on large codebases and a lots of documents. The other big news was the launch of OpenAI Sora - their new text to video generation which can now generate super realistic videos for up to a minute. How will these impact our tool, I share some thoughts here.

    LLMs: Welcome Google's Gemini Ultra!

    Play Episode Listen Later Feb 10, 2024 5:01


    The all new heavy weight model has just dropped this week. Should you be rushing to try it out? Why is the ultra model better? This and more in his quick episode talking about Gemini Ultra.

    LLMs: How to train LLMs on your data using RAG.

    Play Episode Listen Later Feb 7, 2024 6:10


    In this episode - we discover the Retrieval Augmented Generation (RAG) process which allows us to train our LLMs using our data. In this short episode we cover what is this about and how can we use it.

    LLMs: An Introduction to Prompt Engineering

    Play Episode Listen Later Jan 14, 2024 9:49


    If you are using ChatGPT or Bard - you are "prompting" the AI to get some answers. Not all prompts are made equal. The response of the LLM depends heavily on the quality of the prompt and the context given to it. Thus its worth while spending some time understanding prompt engineering and how to do it properly.

    LLMs: This Jen, is the internet.

    Play Episode Listen Later Jan 9, 2024 6:36


    Referencing the classic episode from IT Crowd - we take our first dive into the world of LLMs by talking about neural nets and how they form the basis of the LLMs we know today. We touch on the famous paper - All you need is attention, and then talk about what LLMs under the hood are really about.

    Welcome to the world of GenAI.

    Play Episode Listen Later Jan 7, 2024 9:07


    After a year long break - Im back with an update on Gemini and Gen AI taking over. In this episode I talk about the over all impact of Gemini and LLMs and how can we use them better in our daily lives.

    EngineeringLeadershipPakistan - Lamak Qaizar @ Bazaar Tech

    Play Episode Listen Later Dec 12, 2022 28:53


    I had a great chat with Lamak, who works at one of the startups in Karachi called Bazaar Tech. We discussed several interesting topics including team structures, full stack development, performance reviews and more! Thanks Lamak for taking time out for this episode of EngineeringLeadershipPakistan.

    EngineeringLeadershipPakistan - Asadullah Bin Yousuf @ Airlift

    Play Episode Listen Later Nov 5, 2022 31:03


    I had a great chat with Asadullah about his time in Airlift where he was an engineering manager leading a specific team. We talked about several management related topics, from the values at Airlift, life there as an engineering leader, performance management, hiring, engineering productivity and more! You can also watch this on the KarachiWalaDeveloper Youtube channel.

    EngineeringLeadershipPakistan - Hunain Kapadia @ SmartBenefits

    Play Episode Listen Later Oct 14, 2022 16:01


    This is the first episode of the all new series where I will be interviewing Engineering Leaders in Pakistan. We will be talking about leadership topics like CTO roles, hiring, performance reviews, feedback and more. In this episode we have Hunain Kapadia from Smart Benefits sharing about this experience building the some awesome tools in the insurance space.

    Writing Good User Stories in Product teams

    Play Episode Listen Later Sep 24, 2022 14:20


    Software Engineers require instructions in order to build apps and tools. And most of us don't know what these instructions should look like. One of the ways these instructions can be shared is in the form of user stories, and it's not just about writing a bunch of text, but comprehensive check list of how this should be structured so the right information can be given to the builder. Ofcourse its a two way effort Product and Engineering need to work closely to build up such requirements so they make sense from a functionality perspective, and a technical perspective. This session is based on the article linked below: https://martinfowler.com/articles/product-backlog-building-canvas.html

    Why I havn't applied to Google as a SE (yet).

    Play Episode Listen Later Aug 14, 2022 8:11


    Google, or any of the FAANG companies for that matter, are an awesome place to work. When I started by bachelors - I was thinking of graduating and then getting a job there, or build a pathway to a job there. However by the time I graduated, my mind set had changed. In this episode I explore my thoughts and reasoning on what changed my mind and why I havnt applied since.

    Should you join a startup today?

    Play Episode Listen Later Jul 23, 2022 9:04


    With startups going bust left right and center, high inflation and a global recession - are startups still the right choice to be at? In this episode I talk about the difference between the companies treating engineering teams as a profit center vs a cost center, to show why startup engineering teams as usually a better choice even if there is a slightly higher risk being there.

    How good is your company's Engineering Culture?

    Play Episode Listen Later Jun 25, 2022 30:25


    In this episode I break down a good engineering culture using two different culture tests from the web. We take a deep dive into the technical side of the culture first, followed by the work and management culture. How does your company score - what is the one thing you would change in your company to make it a better experience?

    Why Should Every Developer Learn Javascript?

    Play Episode Listen Later May 31, 2022 15:31


    Javascript is one of my favourite languages out there. Im not sure if it just the familiarity with the language (have been using it since age 10) or the fast pace of change in the language space or the fact its being used on space craft - I think its a useful skill to have for anyone working in the software industry. Check out my rant on what makes JS so awesome according to me!

    Understanding DORA metrics for Software Delivery Performance

    Play Episode Listen Later May 7, 2022 12:20


    As programmers we work hard all day to ensure we build the best products in the best technical way possible, and if that work isn't shipped to customers right away, we are unable to generate any value of it for the company / product. DevOps plays a critical role in our organisations today, and ensure we have an efficient production line shipping features to our customers is a part of it. In this episode we review how we can better understand and measure performance of our software delivery and what does it take to compete with the best out there.

    Whats makes a good software engineer?

    Play Episode Listen Later Apr 30, 2022 20:58


    While mentoring some students with technical interviews, I documented what I find to be most important qualities of a software developer or engineer. While a quick google search online will find mixed reviews, most people feel that technical skills are most important. However I feel a bit differently about this, and in this episode share the things all software engineers should focus on and how they can improve them selves if lacking.

    Before joining a startup

    Play Episode Listen Later Apr 9, 2022 10:55


    The recent failure of the startup Fast got me thinking of things one needs to be aware of while considering to join a startup and things to observe while working in one. This episode covers some basics to what you can do before and after joining which should help you prepare better for the risks involved while working in a startup. This episode was inspired by the following post: https://newsletter.pragmaticengineer.com/p/the-scoop-fast?s=r

    Understanding a Startups Technical Due Diligence...

    Play Episode Listen Later Nov 19, 2021 12:04


    Technical Due Diligence (DD) for startups is not something we think about until the time really comes in. When we get the list of questions or get asked those dreaded questions that we always knew would come to haunt us. In this episode I share about what is the process and what to expect from this, so that one can be better prepared when this happens.

    Are you a T-Shaped Developer?

    Play Episode Listen Later Aug 18, 2021 10:20


    T-Shaped developers are those interested in learning across a breadth of technologies ranging from frontend to backend to devops. In this episode we try to understand why would we want to diversify vs specialise and is there a better option between the two?

    Thinking about Engineering Analytics

    Play Episode Listen Later Aug 10, 2021 18:23


    Do you feel your team is very sluggish and not moving fast enough? Do you feel there are constant blockers which are stopping the features to get shipped? In this episode I dive into the world of engineering performance and what are some thing of the useful things you can measure, and which ones are not meant to be measured at all.

    Understanding how ESOPs or Share Options work

    Play Episode Listen Later Jun 12, 2021 27:47


    You might have been reading about one of the dozen multi-million dollar investments made into startup recently. And you might be wondering how do I get a piece of that action. Most companies now offer their shares to employees through whats called an ESOP. This allows you to accrue value over time and if the company wins big - so do you! This and more in this episode.

    Demystifying PCI DSS - Do I need it?

    Play Episode Listen Later Apr 17, 2021 15:16


    PCI DSS is a security standard certification which a company requires if they have card payment integrations on their websites. However its one of those topics which sounds scary, not talked about enough and is very specific to each company. So understanding even if it is a requirement for your company becomes a pain. In this episode I share my experience going through the certification with Sastaticket and what I learnt during that.

    How do I write faster code?

    Play Episode Listen Later Mar 6, 2021 10:41


    In order to write faster code you need to understand (or profile) your current code and visually or numerically breakdown the pieces which need improvement. How do you do this? We use code profilers! In this episode we dive into the world of tweaking code performance and getting the most out of the hardware its running on.

    Mono Repo vs Multi Repo

    Play Episode Listen Later Feb 27, 2021 11:58


    Mono repos is not a new concept - but one often visited by growing organisations to help reduce the overhead of managing thoses dozens of repos in the company. Is it better? Well that depends on the company and how they work. In this episode I go through the differences and reasons why one would consider a mono repo over a multi repo.

    Do I need monitoring and observability for my web app?

    Play Episode Listen Later Feb 6, 2021 9:48


    Now a days even a simple CRUD based app can have a lot of moving parts - esp if deployed with something like Kubernetes. Our complex applications are growing even faster, interacting with many different libraries and handling greater and more variable loads. How do we get insight into whats really happening on the code level any more? Long gone are the days when a simple CPU usage alert would be enough to monitor most applications - today we need to monitor on different level and metrics to get a better picture of whats going on. This and more in this episode.

    I bought a new mic for my podcast!

    Play Episode Listen Later Jan 30, 2021 7:47


    Many thanks to the GDE program for creating this initiative! In this episode I cover my learnings from buying my first "professional" mic - what are some of the things you need to know and how is my experience going so far with the mic I have bought.

    Why do we need Typescript?

    Play Episode Listen Later Jan 23, 2021 10:54


    Typescript is becoming one of the popular languages to use - but do we really need it? How helpful are the typings we write? What makes it stand out from Javascript? This and more in this episode covering the use of Typescript, benefits of typings, and some things to look out for.

    AWS EKS, ECS and EB - Containers Galore!

    Play Episode Listen Later Nov 16, 2020 9:10


    As Docker and Containerisation have taken over the world - we have many different options to deploy our apps to. Within the AWS ecosystem, we have a few options from EKS, ECS and ElasticBeanstalk. While the latter might sound like an outdated option in front of EKS and ECS, it is surprisingly useful - this and more in this weeks podcast.

    You Dont Need A CTO

    Play Episode Listen Later Nov 6, 2020 7:32


    Gone are the days when we need tech teams to setup a simple website. Now a days we simply sign up like we do for Gmail and have everything setup in no time! And it costs just a few dollars per month. No Code tech is awesome and its here to make those mundane development roles redundant. With loads of new tools out there from making simple websites to building complex data entry apps or dashboards - the ecosystem is moving fast to empower the non-technical folks out there so build tech is more accessible and it becomes easier to innovate.

    How to write better technical documention.

    Play Episode Listen Later Oct 30, 2020 11:04


    Writing documentation is not something we think about every day - but it is something we are interacting with on a daily basis. In a world of ever changing requirements and technology, if we are not documenting our technical journey properly - we are simply rebuilding the same wheel again and again. Documentation is at the core of any product, how its build, why it's built that way. And in this podcast we cover how we write this documentation in the best way possible. This is a summary of the technical writing course linked below. Technical Writing Docs: https://developers.google.com/tech-writing/one Register for workshop here: https://docs.google.com/forms/d/e/1FAIpQLSc26RofABVtJkF1gRE7Pm7u2RBd6NBRbdqtYVUxYD_DVKwVUg/viewform

    Using Asynchronous Python with Celery

    Play Episode Listen Later Oct 4, 2020 8:59


    Writing async code is important when building any application. You dont want your threads to be blocked on http calls and db look ups - esp if the language you are using is single threaded! I was surprised to find that most code written in Python is synchronous though that is now rapidly changing. Writing asynchronous code right now means using libraries like Celery which do all the work in a separate process. What is it, how do we use it and how does it work - this and more in this episode.

    10 tips in 10 minutes for a faster website

    Play Episode Listen Later Sep 22, 2020 9:36


    In this session, I collect all the tips and tricks I have been using over the last decade and bring them together for a short 10 min checklist for making your website super fast. You can bookmark this episode and run through the points every time your website needs a boost!

    Looking for a Payment Gateway in Pakistan?

    Play Episode Listen Later Sep 10, 2020 10:31


    If you are building a services company or an e-commerce store in Pakistan - eventually you will realize you need to accept online payments. Normally this requires a Payment Gateway - a simple service you can sign up to and integrate in a matter of minutes into your platform. But its not that easy in Pakistan as yet. What are the options? What works and what doesnt work? All this and more in this weeks podcast.

    Microservices vs Monoliths: which one is better?

    Play Episode Listen Later Aug 22, 2020 12:19


    Micro-services is the popular architecture pattern which has taken the world over by storm. The promise of small manageable applications with fast iterations and seamless efficient scaling has attracted many developers on taking on this as a default pattern for all their apps. But we should not be too quick dismiss the handy old monolith. In this episode we take a dive into micro-services to see if they are really that amazing underneath.

    An Introduction to Continuous Integration

    Play Episode Listen Later Aug 12, 2020 12:57


    Continuous Integration (CI) is slowly becoming one of the main pillars for software development. As our software becomes more complex we add more and more tooling around it to automate, so we can focus on whats important - writing code. CI is what runs most of that tooling and keeps it out of the way.. until we need break something and it needs our attention. It gives us the confidence to deploy, again and again so that we move faster in this rapidly changing world.

    continuous integration continuous integration ci
    Serverless with CloudFlare Workers?

    Play Episode Listen Later Aug 5, 2020 9:45


    Serverless architecture has become very popular over the last few years. In this episode we cover an introduction to this topic and talk about how Cloudflare Workers have implemented the serverless architecture. I share different ideas and thoughts on the ideology behind Cloudflare Workers and when they are most useful.

    Wordpress Meets its Match: Next.JS

    Play Episode Listen Later Jul 27, 2020 9:10


    I recently rebuilt my personal website (imars.info) using NextJS and in this episode I share my experience in building it and my thoughts on the framework and how it compares to Wordpress which is something I have been using for a long time. _This is not sponsored content_

    What is AMP HTML?

    Play Episode Listen Later Jul 13, 2020 11:04


    AMP enables the creation of websites and ads that are consistently fast, beautiful and high-performing across devices and distribution platforms. It is an opensource toolkit which can be used for static pages as well as dynamic ones. But why do we need AMP? And how does it make our web faster? This and more in this short introduction of AMP HTML.

    Understanding Core Web Vitals: The Metrics

    Play Episode Listen Later Jul 8, 2020 13:29


    In this final episode of the Core Web Vital series, we bring together all that we have learnt and talk about the thing that matters the most - the 3 metrics set by Google which show how good or bad our website is currently performing. Largest Contentful Paint, First Input Delay and Cumulative Layout Shift - what are they, how are they calculated and how can we improve them? Just a few of the things I will share in this episode.

    Understanding Core Web Vitals: Rendering a Page

    Play Episode Listen Later Jun 24, 2020 9:07


    How does a browser render an HTML page? In this episode we dive into the world of DOM, CSSOM and Critical Render Paths. We understand what makes our website loading slow and how can we remove it so it can be made faster.

    Understanding Core Web Vitals: Why is our web so slow?

    Play Episode Listen Later Jun 16, 2020 7:55


    Core Web Vitals is the new standard set by Google to measure performance of our websites. In this multi-part series we will be covering on different aspects of web performance, starting with the basics. What makes a slow website and what are some of the things we need to keep in mind when reviewing our own website. In the upcoming episodes we will discuss what makes the website slow (technically) and how Core Vitals help us make it better.

    Which mobile app is right for me? PWAs, Hybrids or Native.

    Play Episode Listen Later Jun 3, 2020 14:11


    In this episode I cover another very popular question I get - what kind of mobile app should I be building? With the rise of PWAs, Hybrids, Compile to Native, Flutter and native apps one does get lost in trying to figure out the best course of action. I try to explain the high level pros and cons for each and what really matter when making the decision for your mobile app.

    Claim Karachi Wala Developer

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel