DevZone Logo

DevTales

Lets Talk Dev.

View postBlog post image

Concurrency is not Parallelism

Concurrency is not parallelism. Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.

MD Fahid Sarker
July 1, 2024
View postBlog post image

A Beginner's Guide to Object-Oriented Programming

Discover how OOP can make your coding more intuitive, scalable, and easier to maintain. Dive in and start mastering the art of writing smart, reusable, and modular code today!

MD Fahid Sarker
June 30, 2024
View postBlog post image

Chrome is adding `window​.ai` — a Gemini Nano AI model right inside your browser.

Chrome is adding a window.ai API which is a Gemini Nano AI model which is right inside of your browser. If you don't know this about AI, running things services through chat GPT is expensive. But how about running it locally? It's free and has super-low latency.

MD Fahid Sarker
June 30, 2024
View postBlog post image

Generics - The most intimidating TypeScript feature

Master TypeScript's generics to write cleaner, more efficient, and reusable code with fewer type errors. This guide provides practical tips, insights, and examples suitable for all skill levels, helping you elevate your TypeScript expertise. Dive in and become a TypeScript expert! 🚀

MD Fahid Sarker
June 28, 2024
View postBlog post image

TypeScript Decorators - Sprinkle Some Magic on Your Code

Unlock the mystique of TypeScript decorators with our comprehensive guide. Learn how to add delightful sprinkles of functionality to classes, methods, properties, and parameters using decorators. Perfect for making your code both elegant and powerful—because who doesn't want a bit of magic in their programming life? 🍰✨

MD Fahid Sarker
June 21, 2024
View postBlog post image

Obfuscating Your Dart Code - Master the Art of Puzzling Your Potential Attackers

In the wild world of cyber threats, securing your mobile app is crucial. This blog shows how to use code obfuscation in Flutter to fend off hackers and protect your app from reverse engineering. With easy steps and real-world examples, you'll outsmart tools like Jadx, Ghidra, and APKTool—think of it as putting your app in a digital witness protection program!

MD Fahid Sarker
June 14, 2024