Semi-automated tasks - Building SaaS #11
Building a Python/Django tool to semi-automate backend manual tasks, making them faster to complete.
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.
Explains Laravel view models as a pattern to separate data transformation from controllers and models, improving code structure and maintainability.
A tutorial on building a full-featured GraphQL server using Apollo Server and Express, covering authentication, database integration, and more.
A software engineer shares his experience starting a new role as a senior backend developer at the telemedicine company Doctor on Demand.
Explores the use cases for Apple's CloudKit as a backend service for mobile apps, comparing it to Firebase and custom backends.
Part 18 of a series on building an app with Angular and ASP.NET Core, focusing on reactive forms and data submission.
A developer's tutorial on building an app with Angular Reactive Forms and ASP.NET Core, covering forms, routing, and dependency injection.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
Author explains why authentication will be taught in a separate course, not within the main JavaScript curriculum, to avoid overwhelming beginners.
A Twitter engineer shares insights and lessons learned from launching GraphQL at scale, handling billions of daily queries.
A tutorial on implementing a custom HTTP Basic authentication scheme within the ASP.NET Core 2.0 authentication framework.
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.