antoniovdlc
  • Code
  • Career
  • Product
  • About

An alternative approach to structuring a vuex store

4 years ago 3 min read CodeJavaScript
When using vuex to manage the state of a large-enough Vue project, it can sometimes be difficult to manage, even more so when using modules. To try to add a sensible approach to managing vuex stores, here is a proposal.
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

One-way state management in vanilla JavaScript

4 years ago 5 min read CodeJavaScript
Ever wonder what were the basic building blocks of one-way state management libraries such as redux or vuex? Well, you are in the right place as we will be looking at re-implementing one-way state management in vanilla JavaScript.
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Node package code starter setup

4 years ago 4 min read CodeJavaScriptNode
Want to write an open-source library targeting Node, but don't know where to start? Just curious about a fellow open-source library author's default setup for Node packages? Have 5 minutes of your time? Look no further, I got you covered!
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Implementing a basic calculator in JavaScript, the hard way!

4 years ago 5 min read CodeJavaScript
Ok, so let's quickly get this out of the way. If you want to implement a basic calculator in JavaScript that correctly handles +, -, *, and / operations, do the following (in order
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

A look at PostgreSQL migrations in Node

4 years ago 3 min read CodeNodePostgreSQL
Data migrations are a common operation for any application with a persistence layer. In this post we will look at how to set a simple data migration on a PostgreSQL database in a Node back-end.
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz
Newer Posts
Page 7 of 9
Older Posts
Powered by Ghost
  • Contact