• jmtalarn.com

    The site home index page.

  • Web dev notes

    Web Dev Notes: Where I jot down tech insights, resources on technology and web development and handy tips to remember.

  • CV

    Explore my CV to learn about my background, experience, education, certifications, and projects.

  • Book

    Review 'Fundamentos Web' on Amazon – your go-to guide for mastering the essentials of web development.

Web dev notes blog

Page
1
2
3
4
5
6
7
8
Web development, Blogging

Migrate a blog from Wordpress to Jekyll

In this case the situation was the end of life of Openshift v2, the platform I used to host (for free) the WordPress blog. As I was not yet accepted in the program of Openshift v3 I decided to try an alternative. So I had access to a static hosting and I moved all the content from Wordpress to Jekyll. Jekyll is a static site generator and as I described in a previous post there is nothing bad with that if you use the correct tools.

wordpressblogbloggingstatic web sitesjekyll
22, September 2017
App development, Web development

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

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.

androidangularjsappcordovafirebasehtmlionicnodejsstrikethru
18, August 2017
App development, Web development

Build and publish a Ionic App – Cordova plugins

Ionic provide you a framework to quickly implement with your web development skills a nice native application. Although, not everything is provided in the framework and if you want to get native features working with your application you will need to add some Cordova plugins to your project.

androidangularjsappcordovafirebasehtmlionicnodejsstrikethru
11, August 2017
Web development

Free practical courses to learn about modern web development

Four FREE practical courses about modern web development that will put you on the track of the web modern development. AngularJS, Progressive Web Applications (a.k.a. PWA), Javascript with ES6 new features, Firebase and React.js. All of these cover from basic to advanced aspects of the web development, but necessary if you want to be on top.

angularjscsshtmljavascriptprogressive web applicationspwareactjsweb
4, August 2017
App development, Web development

Build and publish a Ionic App – Angular application structure: directives

As we can create components like controllers, factories and services with code that can be reused in many parts of an AngularJs application, you could do the same by creating directives as reusable parts of code that applies to the HTML elements.

androidangularjsappfirebasegooglehtmlionicnodejsplay storeproductivitystrikethru
28, July 2017
App development, Web development

Build and publish a Ionic App – Angular application structure: services and factories

In any application sometimes you need to share some code or common functionalities among the components of the application. One way to do it is using a services pattern. In AngularJs Applications there are three ways to create them: services and factories.

androidangularjsappfirebasegooglehtmlionicnodejsplay storeproductivitystrikethru
27, July 2017
Page
1
2
3
4
5
6
7
8
blog