The dynamic programmer
Home
We will mock our Firebase database to test our storage service.
Replacing local storage with Firebase was very easy due to our architecture and the ease of use of Firebase.
Upgrading our tv series application to version 5
We will be adding validation to our form and displaying errors to the user.
We are able to add and list records, not we need to be able to edit and delete those records.
We will use localStorage to store and load our data so it persist between sessions.
We will improve on the previous refactoring where we removed dependencies on the framework.
The default application template comes with standard for linting, but I have been using eslint latelly and really like it.
In this post we will refactor the elements to reduce their dependency on the library.
In this post we will build a simple application with choo that list a series of tv shows, we will look at how to use the choo-cli and how to do some testing.
A personal interpretation of our need for UI components in web development and the story so far.
HyperTerm, the hackable terminal, another tool running on top of electron.
A quick note about the differences after hearing this terms confused multiple times in the same week.
A bit tricker but not impossible.
After 6 years of Jekyll it was time to switch.
The mix task test.watch doesn't run the migration as mix test does.
Ecto (or Phoenix) automatically add created and update field to your models.
A series of notes while I play (once again) with Elixir.
Use the brand attribute.
DevOps and the benefits that spawn from it are undeniable, but I'm worry we (the industry) is pushing it in the wrong way.
I moved support for Redis into another module to exercise the transport plug-in API.
From added support to Redis as a transport to bug fixes and various improvements in the API and over all usage experience.
We will be making some changes on the application to calculate traveled distance and speed based on duration and the distance between to sets of coordinates.
On our application we are uploading files to a server, we need to delete the files from the device once we are done..
I want to display the current and maximun speed of the current session on the home page.