Dave Lobos
banner
davelobos.dev
Dave Lobos
@davelobos.dev
Web Developer from Mexico - JavaScript Enthusiast.

https://davelobos.dev/
Most businesses would not benefit from developing a native mobile app, it would be wiser for them to focus their time and resources on building a solid web application only.

davelobos.dev/250930-does-...
Dave Lobos | Does Your Business Need a Native Mobile App?
For the vast majority of businesses, the answer is clear: you'd be wiser to focus your time and resources on building a web application only. For many use cases, attempting to build and maintain nativ...
davelobos.dev
October 1, 2025 at 12:34 AM
At the core of every SPA is a routing system that manages what the user sees as they navigate through the application. In this article, we'll break down how to implement a barebones SPA router using nothing but Vanilla JavaScript. 🍦

davelobos.dev/250719-simpl...
Dave Lobos | Simple Single-Page App Routing with Vanilla JavaScript
A minimal example of implementing SPA routing to understand the core concepts behind the fancy frameworks and libraries, using only Vanilla JavaScript.
davelobos.dev
July 20, 2025 at 4:47 AM
⚠️ When you clone a repository from an untrusted source, you're not just getting the application's code; you're also getting all of its dependencies. These dependencies can contain malicious scripts that could potentially access your file system, etc...

davelobos.dev/250718-secur...
Dave Lobos | Securely Running Third-Party Node.js Apps with Docker Compose
Running third-party code on your machine always comes with a certain level of risk. This article will show you how to create a secure, isolated environment for any Node.js application using Docker Com...
davelobos.dev
July 19, 2025 at 7:19 AM