Carlo Miguel Dy

Carlo Miguel Dy

Subscribe to Carlo Miguel Dy
Receive the latest updates directly to your inbox.

Getting Started with Nuxt + Composition API + TypeScript

Carlo Miguel Dy
November 12
In this article, it assumes you have the basic knowledge and understanding of:

Building a RESTful API with NestJS and MongoDB (Mongoose)

Carlo Miguel Dy
November 12
We will learn how to implement a RESTful API for a simple todo application using NestJS framework. But what is NestJS?

Getting Started with Repository Pattern in Laravel using Inheritance and Dependency Injection

Carlo Miguel Dy
November 12
This article assumes that you have a basic understanding and fundamentals of PHP and the Laravel framework. Before we get into the topic we first must understand what is Repository pattern:

Going Serverless with Nuxt (Composition API) + AWS Amplify + TypeScript

Carlo Miguel Dy
November 12
In this article we will be learning how we can integrate AWS Amplify with-in a Nuxt app. We will be going over from setting up an AWS account (but not covered, will give you a link instead) and until we can create and fetch all Todos. The app that we will be building for this tutorial is just a basic Todo app, since the scope of this tutorial is to teach you how you will be able to use AWS Amplify with Nuxt.

Getting started with Vue 3 + Pinia Store + TypeScript by building a Grocery List App

Carlo Miguel Dy
November 12
Let's build a grocery list application using Vue 3 with Typescript and the Vue store Pinia! I just found out that Edward have tweeted about publishing the documentation for Pinia so I thought I'd share how we can create a simple application using this store.

Dependency Injection with Vue 3

Carlo Miguel Dy
November 12
In this article we will be learning how to use Vue's provide and inject.

Building a simple blog site with Next.js + Strapi API

Carlo Miguel Dy
November 12
We'll learn how we can build a blog site with Next.js and Strapi as our Headless CMS. With these two technologies combined, you can already have a blog up and ready as quickly as you can. So if you have opened this article so I assume you understand or familiar with the basics of React / Next js. With that all said, let's get started.

Building a simple Grocery App in Flutter with Supabase

Carlo Miguel Dy
November 12
In this article I will show you how you can build an application using Flutter with Supabase as a backend. Supabase is a Firebase alternative which uses Postgres, so that's something different and that's even amazing. Postgres is also a relational database which is also open source and a powerful tool.

Data Modeling with Flutter using freezed package

Carlo Miguel Dy
November 12
In this post we'll cover how you can create a data model using freezed package in Flutter and learn about a few techniques that I know and have been using when building projects. We will be using JSONPlacheolder to consume a REST API with dio as our HTTP client and create a data model for the /users endpoint to the Flutter application.