• You are here:
  • Home »
  • Author's Archive:

All posts by Dragos Stanciu

Improving an Angular Todo App to Manage Tasks via a REST API (Part 5)

In this article we’ll enhance the Angular Todo app to manage creating and updating tasks via our Django REST API. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial.

Continue reading

Connecting an Angular App to a REST API (Part 4)

In this article you’ll learn how to connect an Angular app to a REST API. This post is part of the Dockerized Django Back-end API with Angular Front-end Tutorial. Check out all the parts of the tutorial

Continue reading

Building an Angular App in a Secure and Compact Docker Image (Part 3)

This article will teach you how you can use Docker to build and run an Angular application. We will create a lightweight and efficient Docker image using Docker’s multi-stage builds feature to serve

Continue reading

Adding Detail Views to a Django DRF API in Docker (Part 2)

In this part of the tutorial, we will extend the basic Django DRF API built in the last part to handle creating, updating, and deleting items. This post is part of the Dockerized Django Back-end API with

Continue reading

Dockerized Django Back-end API with Angular Front-end Tutorial (Part 1)

In this multipart tutorial, you will learn how to build a production-ready REST API using Python and the Django REST Framework (DRF). You will interact with the API using an Angular app as the front-end

Continue reading

Design Patterns in Java: Observer Pattern

In this blog post, I will explain the observer design pattern, a type of behavioural design pattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns

Continue reading

Design Patterns in Java: Strategy Pattern

This blog post will help you understand how to use the strategy design pattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. Why Should You

Continue reading

Design Patterns in Java: Abstract Factory Pattern

This blog post describes how to use the abstract factory design pattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. Before you read on,

Continue reading

Design Patterns in Java: Simple Factory

In this blog post, I’ll briefly describe the simple factory pseudopattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. Why is the Simple

Continue reading

Design Patterns in Java: Factory Method Pattern

In this blog post, we’ll look into the factory method design pattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. Why Should You Use the

Continue reading