What programming languages should you learn?
A guide for aspiring web developers on choosing programming languages, covering essential frontend (HTML, CSS, JavaScript) and backend options.
A guide for aspiring web developers on choosing programming languages, covering essential frontend (HTML, CSS, JavaScript) and backend options.
A beginner's guide to structuring an Express.js application with MongoDB, covering models, routes, controllers, services, and repositories for clean code.
A tutorial on building a simple HTTP/2 server using the Vapor 4 framework for server-side Swift development.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
A guide to seeding databases for backend testing, covering methods like create vs. insertMany and when to use each.
A developer's reflection on the fundamental differences between frontend and backend development, focusing on user perception vs. system communication.
First part of a tutorial series on building a GraphQL application using ASP.Net Core and TypeScript, covering core concepts and advantages.
Learn how to pass extra data to Django REST Framework serializers before saving to the database, similar to Django forms' commit=False pattern.
A guide to implementing data validation and proper error response handling for REST APIs, covering validation rules and the Problem Details standard.
An article arguing that SQL is one of the most valuable and enduring technical skills across various roles like engineering and product management.
Building a Python/Django tool to semi-automate backend manual tasks, making them faster to complete.
A tutorial on building a REST API using Node.js, Express, and PostgreSQL, covering setup, database connection, and server configuration.
A visual guide to setting up a Firebase project and enabling email/password authentication for web applications.
Critique of the 'Full Stack Developer' role, arguing it leads to poor code quality and undervalues specialized front-end skills like HTML and CSS.
A tutorial on implementing token-based authentication in Django REST Framework for secure API user identification.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
A tutorial on setting up a Node.js backend server using HapiJS for a React application, covering basic server creation and project structure.
A tutorial on building a REST API using the Koa.js framework for Node.js, covering setup, features, and testing.