Navigated to jmtalarn.com ~ web dev notes blog
  • 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
Blogging, Web development

Upgrade Ghost blog to 0.11.0 on Openshift platform

I installed Ghost as my blogging platform some time ago and I have been updating it for each Ghost update. All this is running and hosted by the RedHat OpenShift platform.

ghostblogopenshift
30, September 2016
Web development

How to build an Accelerated Mobile Page (AMP)?

What is an AMP page? An AMP page is a page built specifically to render fast as static content with the resulting save of time and bytes to the final client. To achieve the goal these page are using the three following techniques:

AMP
23, September 2016
Web development

HTML Documents

The HTML (which stands for HyperText Markup Language) is the base of the documents creating the Hypertext, or extending the concept to all media available, the Hypermedia. In these documents we can set the information showed on the Hypertext terminal. The most common implementation is the well known "World Wide Web" where their hypertext terminals are generally the Web Browsers.

html
15, September 2016
Web development

web services - xml based vs json based

When we talk about a web services we are referring to a software installed on a server with the function to provide a communication and interaction with other machines, acting as clients, using the posibilities that a web server can provide to communicate basically through the HTTP protocol.

web servicesxmljson
7, September 2016
Web development

Basic concepts about web servers

When we talk about web server we are referring indistinctly to the software providing web content and the machine is running it. Generally a web server is a software providing web content to the clients connected to them, usually web browsers. This software is running listening on a port and when a client makes a request over the http protocol to a determined resource, usually via the get method, it is sent to the client as response.

web servers
1, September 2016
Web development

random data generator for tests

Many times your imagination is over when you are testing some data introduction and your form inputs are finally filled with boring and repetitive text that doesn't help you. Instead of using non-sense words or useless terms you can use some of the following generators to get data and text in order to fill your forms. This will help you to have a results in your tests more close to the final data that could be filled in your applications.

testingmock datarandom
12, August 2016
Page
1
2
3
4
5
6
7
8
blog