Idrissa Maiga
Idrissa MaigaFull Stack Engineer
  • Home
  • Work
  • Story
  • Expertise
  • Insights
  • Connect
  • Blog
Resume
Blog

Technical Writing

Deep dives into the projects I build, the problems I solve, and the lessons I learn along the way.

Resilience Is Not Armor. It Is a Direction.

Resilience Is Not Armor. It Is a Direction.

Sep 8, 20266 min read

Resilience is not a personality trait or a thick skin. It is three abilities working together: moving forward when the path is unclear, knowing what to do when you do not know what to do, and recognizing what actually has value when everything else falls away.

resiliencepersonal-growthmindsetcareerlife-lessons
Two Chip Worlds: Inside China's Push for a Fully Domestic Semiconductor Chain

Two Chip Worlds: Inside China's Push for a Fully Domestic Semiconductor Chain

Sep 7, 20266 min read

TSMC does not design chips. ASML does not make them. CXMT and YMTC never needed TSMC. A plain language map of the eight stage semiconductor chain, who leads each stage today, how far China's push for self-sufficiency has really come, and why the endgame looks like two separate chip worlds rather than one winner.

SemiconductorsChinaSupply ChainHardwareGeopoliticsIndustry Analysis

The Future of Systems: Why AI Is a Problem Disguised as a Solution

Aug 24, 20263 min read

More than ever, organizations are trusting AI to replace developers and cut costs. But AI in software development is not measurable - it is a cheatsheet that undermines the learning process and puts critical infrastructure at risk. We need standards, not shortcuts.

AISoftwareDevelopmentCriticalInfrastructureStandardsDeveloperExperience
How far is a local machine from Claude Code?

How far is a local machine from Claude Code?

Aug 9, 20264 min read

I spent weeks building a fully local coding agent on a consumer laptop with open weight models. Here is what works, what breaks, what it costs, and how far we really are. Research supported by 4D Consulting Kft.

AIlocal-llmcoding-agentsresearchopen-source
BuilderGraph: A Hardware-Aware Local AI Coding Agent

BuilderGraph: A Hardware-Aware Local AI Coding Agent

Jul 12, 20265 min read

BuilderGraph profiles your machine, recommends the best local coding model for your GPU, then runs a sandboxed interactive coding agent. Zero dependencies, fully offline, 40 tokens per second on a laptop GPU.

AILocalAIPythonCodingAgentOpenSourceGPUDeveloperTools
Most People Do Not Know What They Are Doing (And That Is Why They Miss Everything)

Most People Do Not Know What They Are Doing (And That Is Why They Miss Everything)

Jun 20, 20267 min read

The biggest shifts in technology, business, and society do not announce themselves. They happen gradually, in plain sight, while most people are too busy following instructions they never questioned.

opiniontechnologysocietycritical-thinkingtrends
Firewalls: Types, Generations, and Network Architectures

Firewalls: Types, Generations, and Network Architectures

Jun 20, 20267 min read

A deep dive into firewall technology, from basic packet filters to ML-powered next-gen firewalls. Covers the four generations, key architectures like DMZ and screened subnets, and why CBAC got replaced by ZPF.

networkingsecurityfirewallsinfrastructure
Zero-Day Vulnerabilities: The Exploits Nobody Sees Coming

Zero-Day Vulnerabilities: The Exploits Nobody Sees Coming

Jun 17, 202611 min read

A breakdown of what zero-day vulnerabilities actually are, why they are so dangerous, how they get discovered and sold, and real-world examples that changed the cybersecurity landscape forever.

CybersecurityZero-DayExploitsThreat IntelligenceSecurity Research
Cursor's $60B Exit: When Your Product Becomes a Feature

Cursor's $60B Exit: When Your Product Becomes a Feature

Jun 17, 20264 min read

SpaceX just acquired Cursor for $60 billion in stock. The deal validates a thesis many saw coming: standalone AI coding tools face compression when the models underneath them get good enough to cut out the middleman.

AIDeveloper ToolsCursorSpaceXClaude CodeIndustry Analysis
Python Will Disappear. Everything Will Be TypeScript.

Python Will Disappear. Everything Will Be TypeScript.

Jun 17, 20265 min read

TypeScript surpassed Python on GitHub. npm has 2M+ packages. JS runs on servers, browsers, edge, and embedded systems. Python's fragmented tooling is playing catch-up to what npm solved a decade ago. The writing is on the wall.

TypeScriptPythonnpmDeveloper ToolsOpinionJavaScript
Zone-Based Policy Firewall: Cisco's Modern Approach to Traffic Control

Zone-Based Policy Firewall: Cisco's Modern Approach to Traffic Control

Jun 16, 20268 min read

A hands-on guide to Cisco's Zone-Based Policy Firewall covering why it replaced CBAC, zone membership rules, the self zone, inspect vs pass vs drop actions, the five-step configuration process, and real-world design patterns.

Network SecurityCiscoZPFFirewallsIOS ConfigurationInfrastructure
The Real Foundation of AI Is Not What You Think

The Real Foundation of AI Is Not What You Think

Jun 16, 20265 min read

Everyone talks about AI models and their capabilities. But the real story is the data pipeline underneath: collection, sorting, labeling, and the invisible workforce that makes it all possible.

AIDataMachine LearningData LabelingOpinionTech Industry
How I Mapped the Hidden Attack Surface of a Major Food Delivery Platform

How I Mapped the Hidden Attack Surface of a Major Food Delivery Platform

Jun 10, 202610 min read

A walkthrough of a real security assessment where I discovered unprotected origin servers, plaintext email services, and exposed cloud infrastructure behind a well-protected food delivery platform, all using passive reconnaissance techniques.

Security ResearchPenetration TestingReconnaissanceNetwork SecurityBug BountyInfrastructure
Firewalls: From Packet Filters to Next-Generation Defense

Firewalls: From Packet Filters to Next-Generation Defense

Jun 7, 20268 min read

A complete walkthrough of firewall technology covering the four generations of firewalls, architectural patterns like the screened subnet and DMZ, CBAC vs ZPF, and what firewalls actually cannot protect against.

Network SecurityFirewallsCiscoNGFWDMZInfrastructure
Access Control Lists (ACLs): The Gatekeepers of Network Traffic

Access Control Lists (ACLs): The Gatekeepers of Network Traffic

Jun 6, 20268 min read

A deep dive into how ACLs filter network traffic on Cisco routers, covering standard vs extended ACLs, wildcard masks, placement rules, IPv6 ACLs, and real-world configuration examples.

Network SecurityACLsCiscoPacket FilteringInfrastructure
AAA Framework: Authentication, Authorization, and Accounting

AAA Framework: Authentication, Authorization, and Accounting

Jun 5, 20264 min read

A practical guide to the AAA security framework covering authentication, authorization, accounting, RADIUS vs TACACS+, privilege levels, parser views, and server configuration.

cybersecuritynetworkingaaaradiustacacscisco
Secure Administrative Access: Locking Down Your Network Devices

Secure Administrative Access: Locking Down Your Network Devices

Jun 4, 20267 min read

A practical guide to securing administrative access on network devices covering password types, SSH configuration, brute-force protection, line security, and password recovery.

cybersecuritynetworkingsshciscopassword-security
Network Security Fundamentals: The CIA Triad and Beyond

Network Security Fundamentals: The CIA Triad and Beyond

Jun 3, 20266 min read

A comprehensive guide to network security fundamentals covering the CIA Triad, authentication, accountability, non-repudiation, and core security concepts every engineer should know.

cybersecuritynetworkingcloud-securityfundamentals
How I Reverse-Engineered 1,100 Neptun API Endpoints

How I Reverse-Engineered 1,100 Neptun API Endpoints

Jun 1, 20262 min read

A deep dive into building the most complete Python wrapper for Hungary's Neptun university system, covering 75+ controllers and 1,100+ endpoints.

pythonreverse-engineeringapiuniversity
Get new posts delivered to your inbox

Or to subscribe with one click.