javascript
Immersive Transition Effect
Dependencies CodyFrame (CodyHouse front-end framework) Tutorial We can start creating two block elements, one used for a media item (e.g., video/image) and the other for generic content. During the scrolling, the media element should get fixed once it reaches the center of the viewport. From that point on, it should scale up to animate in a … Read more
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
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
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
New to JAMstack? Everything You Need to Know to Get Started
When we first wrote this post, the JAMstack ecosystem was still in its infancy. That was +/- 5 years ago. Back then, the Netlify founders came to us with a proposition. They had just come up with the term “JAMstack” to work around the negative connotation of “static web” and were asking if we would help to promote it. … Read more