Tag: Web development
-
Web scraping with Puppeteer and Chrome Headless
Posted on November 22, 2017, Level beginner Resource Length short
Emad Ehsan put together article about how to get started with Web Scraping in Chrome Headless. Chrome Headless is going to be industry leader in Automated Testing of web applications. Puppeteer is the official tool for Chrome Headless by Google Chrome team.
Tags web-development big-data machine-learning
-
Host static site with Hugo and Firebase for free
Posted on November 21, 2017, Level intermediate Resource Length short
Ariya Hidayat short and to the point post about hosting static web site with Firebase. He decided to abandon WordPress for his blog and switch to Hugo to generate the content and Firebase to host it. How did the authoring workflow change due to this switch?
Tags web-development programming containers
-
Science behind gamification - why it works
Posted on October 27, 2017, Level beginner Resource Length long
Jenny Mudarri neat article on gamification and why it works. It's no secret that playing games is fun, but that's not the only reason we keep coming back for more. After all, games are designed with the human brain in mind...
Tags web-development app-development ux
-
Privacy and trustworthiness for web notifications
Posted on October 25, 2017, Level beginner Resource Length short
The Internet Engineering Task Force (IETF) nice short article / announcement about privacy of web notifications. HTTPS (HTTP over TLS) is possibly the most widely used security protocol in existence. HTTPS is a two-party protocol; it involves a single client and a single server. This aspect of the protocol limits the ways in which it can be used.
Tags programming web-development infosec
-
Introduction to Generators in PHP
Posted on October 14, 2017, Level intermediate Resource Length long
Niklas Keller excellent blog post focusing on generators in PHP. Generators are special functions in PHP. Whenever a function contains yield, it's no longer a normal function anymore, but always returns a Generator.
Tags programming php web-development
-
Host your blog for free
Posted on October 13, 2017, Level beginner Resource Length short
Cyrille Hemidy blog post describing how to host your static web site for free. Site is generated with Hugo generator, free SSL certificate and security provided by Cloudflare, and CI/CD provided via GitHub and Netlify.
Tags web-development programming
-
Erlang tutorial for PHP developers
Posted on October 12, 2017, Level beginner Resource Length medium
Marcelog published article intended for PHP developers that want to understand and start learning and coding Erlang applications. Author tried to point out main differences between these two distant worlds from a general perspective.
Tags erlang programming php web-development
-
Image Effects with CSS
Posted on October 11, 2017, Level beginner Resource Length medium
Bennett Feely nice write-up on using one or more newer CSS properties (background-blend-mode, mix-blend-mode, or filter) and how it gives us a surprising amount of possibilities to manipulate a single source image.
Tags css programming web-development
-
My $169 development Chromebook
Posted on July 28, 2017, Level beginner Resource Length long
Kenneth White excellent blog post exploring his experience with using Chromebook as his main development station after 2 weeks of usage.
Tags programming web-development
-
9 Tips To Become A Better Front End Developer
Posted on July 27, 2017, Level beginner Resource Length medium
Harrison Davis has written article in which he collected 9 tips how to become better front end developer.
Tags programming web-development
-
7 Best Practices for JSON Web Tokens
Posted on May 28, 2017, Level intermediate Resource Length medium
Neil Madden has written about best practices for JSON Web Tokens (JWTs, pronounced "jots").
Tags json infosec web-development
-
Resource Hints - What is Preload, Prefetch, and Preconnect?
Posted on January 30, 2017, Level beginner Resource Length long
Brian Jackson good article xploring current resource hints and directives which can be another great way to boost the performance on your website or web application.
Tags performance css frontend web-development miscellaneous