
For this month, we ranked some Web Development articles to pick the Top 20 stories that can help advance your career.
- The Five Top Reasons to Use JavaScript by Richard Kenneth Eng
- I’m a Front-End Cheater by catrina
- Cool Javascript 9: Named arguments — Functions that get and return Objects by Adrià Fontcuberta
- Good Programmer vs Average Programmer by javinpaul
- Advanced Coding Skills, Techniques and Ideas by Mohamed Aladdin
- Advanced Web Development and Deployment Workflow by Amir Off
- Startup. Simple production setup. by Mike Gavrilov
- How we avoided if/else and wrote extendable code with Strategy Patternby Abhinav Dhasmana
- 12 Frameworks for Mobile Hybrid Apps by Jscrambler
- The Hard Thing About Learning Hard Things by Haseeb Qureshi
- The Cost Of JavaScript In 2018 by Addy Osmani
- Best Tools to Become a Productive Developer — 2018 by Simranjit Kamboj
- How and why I build code faster than 100 people together in a room
- 10 Things You Will Eventually Learn About JavaScript Projects by The Cat with a Dragon Tattoo
- On Switching Code Editors
- Uber releases Fusion.js, a plugin-based isomorphic web framework
- 5 Amazing Developers Who Make Interesting Comrades by Ravi Shankar Rajan
- Angular 7 is coming by Valentyn Yakymenko
- A Basic HTML5 Template For Any Project
Javascript : Convert HTML + CSS to PDF. Print supported, very sharp and not blurry by David Mellul

Janeth Kent
Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.
Related Posts
A Java approach: While loop
Hello everyone and welcome back! After having made a short, but full-bodied, introduction about cycles, today we are finally going to see the first implementations that use what we have called…
A Java approach: The Cycles - Introduction
Hello everyone and welcome back! Until now, we have been talking about variables and selection structures, going to consider some of the fundamental aspects of these two concepts. Theoretically, to…
A Java approach: boolean variables
The previous time, we talked extensively about Boolean variables, trying to outline the main operations that can be carried out at a practical level. Of all the cases examined, we have…
Java Sorting Algorithms: Quick Sort
Welcome back to this overview about the Java world! Today, we are going to talk about a renowned sorting algorithm: the Quick Sort. The Quick Sort is not very suitable for educational purposes because…
What is Webpack and how does it work
WebPack is basically a packer of modules or module bundler, but thanks to one of its components, the plugins, can be used as tasks runner, ie we can do tasks…
JavaScript challenge for old developers
Let's take a moment to discuss your relationship with JavaScript before delving into technical aspects. If you're anything like me, you've been working with HTML for a long time, occasionally using…
Useful jQuery code snippets for responsive websites
When you have to manage a web project, jQuery can be of great help. In this article, we have compiled some jQuery tips and tricks for making and enhancing responsive…
Best Websites to Learn Coding Online
You know and we know that it’s totally possible to learn to code for free... If you can teach yourself how to write code, you gain a competitive edge over your…
How to Become a Full Stack Developer in 2018
A full stack developer is someone who can work on the development of all layers of an app or program. That means that they are familiar with both the front…
The Importance of Other People to the Success of Your Website
The old adage about it not being what you know but who you know, although not entirely accurate, does hold a grain of truth. Your first job as a website…
11 Guides for Front-end Developers
Enjoy our Guides series for for Front-end Developers and don’t forget to let us know in the comments of any others that we haven’t yet included. 1. Can I animate…? Can I…
PHP Libraries For Summer 2016
Here are our picks for the 12 most useful and interesting open-source PHP libraries that you should check out this summer! Monolog With Monolog you can create advanced logging systems by sending…