web dev notes

Posts by author jmtalarn

September 03, 202011:15

What is Elm ? Elm is a functional language that compiles to JavaScript. And that means it moves the functional programming paradigm into…

web dev notes

Web developer. Backend + Frontend. Learning about designing user interfaces, improvement of user experience and its implementation.

Joan Maria Talarn Espelta

What is Elm? Baby don't hurt me, no more

September 03, 202011:15

What is Elm ? Elm is a functional language that compiles to JavaScript. And that means it moves the functional programming paradigm into…

One source of truth to run them all

April 06, 202013:10

This is an example of how different components implemented with different frontend frameworks or libraries can share the same Redux store. Different frameworks and libraries in same project The idea of the project is to implement the same component, a simple counter with two buttons, one to increase the value and other to decrease it. I decided to go with Webpack to build and bundle everything. Webpack has a large set of plugins and my thought was that there should be a loader in case I need it to load and build the resources. (I was right as I could check it)

Build and publish a Ionic App – Live update of Firebase backend with AngularJS

August 18, 201714:28

We wanted to create a kind of live update of the Firebase backend while the users were using the app avoiding to put Save button actions in order to save. The idea is to keep the backend updated while the user is creating or updating any element, these are ToDo items and category elements, in our application. So we needed to implement a system with the help of the library Angularfire and the $watch AngularJs function to make it happen.

Page:
12345
Copyright © 2020 jmtalarn., Built with Gatsby