https://medium.com/swlh/5-things-you-can-do-to-prepare-for-vue-3-0-444ee70588ef

5 Things You Can Do to Prepare For Vue 3.0

In 2019, Vue has had a crazy rise in popularity. Its number of weekly downloads doubled from 600K to 1.2M. The highly-anticipated Vue 3.0 — the next iteration of this framework — is scheduled to be released some point in Q1 of 2020. There are a ton of efficiency, syntax, and optimization changes that are planned … Read more

https://medium.com/better-programming/callbacks-vs-promises-in-javascript-1f074e93a3b5

Callbacks vs. Promises in JavaScript

If you’re new to JavaScript and have a hard time trying to understand how promises work, hopefully this article will assist you in understanding them more clearly. With that said, this article is aimed at those who are a little unsure about promises. This post won’t be going over executing promises using async/await (although they’re the same … Read more

https://htmldom.dev/

how to manage HTML DOM with vanilla JavaScript only?

GitHub 01 — Add or remove class from an elementbasic 02 — Allow to enter particular characters onlyintermediate 03 — Append to an elementbasic 04 — Attach or detach an event handlerbasic 05 — Calculate the size of scrollbarintermediate 06 — Change the website faviconintermediate 07 — Check an element against a selectorbasic 08 — Check if an element has given classbasic 09 — Check if an element is a descendant of anotherbasic … Read more

https://itnext.io/form-validation-with-html-vuejs-54ec18e473aa

Form Validation with HTML & Vuejs

They say that most web apps are just HTML forms. Well, forms need validation and thankfully, HTML5 comes with many great in-built form validation capabilities for things like email, numbers, max, min, etc. You can even write your own validation rules with patterns. In this article, I will talk about how you can leverage HTML5 validation … Read more

https://9elements.com/blog/pure-css-diagonal-layouts/

Create Diagonal Layouts Like It’s 2020

TL/DR: Diagonal layouts are great. You can build them easily with CSS. Take a look at this CodePen to see how it works. Layouts with diagonal sections are quite popular for several years now. It is not the new hot stuff, and you will probably not find it in the articles titled “Design trends for 2020”. But I … Read more

https://www.smashingmagazine.com/2020/02/headless-wordpress-site-jamstack/

How To Create A Headless WordPress Site On The JAMstack

In the first article of this series, we walked through Smashing Magazine’s journey from WordPress to the JAMstack. We covered the reasons for the change, the benefits that came with it, and hurdles that were encountered along the way. Like any large engineering project, the team came out the other end knowing more about the spectrum of … Read more