Intro to SvelteKit
A tutorial introducing SvelteKit, covering setup, file-based routing, API endpoints, and layouts for building Svelte applications.
Alex Merced — Developer and technical writer sharing in-depth insights on data engineering, Apache Iceberg, data lakehouse architectures, Python tooling, and modern analytics platforms, with a strong focus on practical, hands-on learning.
333 articles from this blog
A tutorial introducing SvelteKit, covering setup, file-based routing, API endpoints, and layouts for building Svelte applications.
An introductory guide to NextJS, covering its core features like file-based routing, static generation, and server-side rendering.
A tutorial on connecting a Ruby Sinatra application to a PostgreSQL database using the Sequel ORM for basic data operations.
A beginner-friendly introduction to the Ruby Sinatra web framework, covering installation, basic routes, and URL parameters.
A side-by-side comparison of basic syntax in 10 programming languages, covering console output, variables, and collections.
A tutorial on getting started with the Masonite Python web framework, covering setup, routing, and creating a basic JSON API.
A tutorial on building a TypeScript-based API using the FoalTS framework, covering setup, routing, and controllers.
A beginner's tutorial on building a basic JSON API using the Python Flask web framework, covering setup, routing, and CRUD operations.
A guide to creating script management for Deno projects, similar to npm scripts in Node.js, using a custom TypeScript runner.
A tutorial on building a basic API using Deno, covering import maps, deps.ts, and CRUD operations with the Pogo framework.
A tutorial on setting up a development environment with Express.js and Neo4j using Docker and Docker Compose.
A tutorial on building a web server with the Fastify framework and using the Liquid templating language for dynamic HTML generation.
A beginner's guide to writing unit tests for React components using Jest and React Testing Library, covering core concepts and practical examples.
A comprehensive 2021 guide covering React functional components, hooks, state management, project generators, and best practices.
A guide to various methods for conditional rendering in React components, including if/else, ternary operators, and switch statements.
A history of JavaScript bundlers, from early script tags to modern tools like Webpack, Rollup, Parcel, Snowpack, and Vite, explaining the problems each solved.
A comprehensive guide to JavaScript functions, covering declarations, expressions, return values, and best practices for effective function design.
SolidJS is a frontend framework combining React's familiar syntax with Svelte's compilation approach for better performance and smaller bundles.
A guide to using Pipenv for managing Python virtual environments, focusing on deterministic dependency resolution with Pipfile.lock.
A guide covering two methods for deploying Node.js and Deno.js applications to the Heroku platform, including setup and configuration steps.