hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 17 February, 2020 UTC

Moving from Vanilla JavaScript to a Reusable Vue Component

I recently wrote an article explaining how you can create a countdown timer using HTML, CSS and JavaScript. Now, let’s look at how we can make that a reusable component by porting it into Vue using basic features that the framework provides. Why... The ... more


Thursday, 13 February, 2020 UTC

Why JavaScript is Eating HTML

Web development is always changing. One trend in particular has become very popular lately, and it fundamentally goes against the conventional wisdom about how a web page should be made. It is exciting for... The post Why JavaScript is Eating HTML appeared ... more


Wednesday, 12 February, 2020 UTC

Building an Images Gallery using PixiJS and WebGL

Sometimes, we have to go a little further than HTML, CSS, and JavaScript to create the UI we need, and instead use other resources, like SVG, WebGL, canvas, and others. For example, the most amazing effects can be created with WebGL,... The post Building ... more


Tuesday, 11 February, 2020 UTC

How to Fetch and Parse RSS Feeds in JavaScript

Say you have an RSS feed like this one. The goal is to request that RSS feed, parse it, and do something useful with the data in it. RSS is XML, and XML is... The post How to Fetch and Parse RSS Feeds in JavaScript appeared first on WBD. ... more


Friday, 7 February, 2020 UTC

Custom Styling Form Inputs With Modern CSS Features

It’s entirely possible to build custom checkboxes, radio buttons, and toggle switches these days, while staying semantic and accessible. We don’t even need a single line of JavaScript or extra HTML elements! It’s actually... The post Custom Styling Form ... more


Wednesday, 5 February, 2020 UTC

Heuristic evaluation of Amazon Prime Video — UX case study

JavaScript Blocked Two of the users in our case were expert user. One of the user was using browser with disabled JavaScript from previous session and forgot to turn it on. This setting led... The post Heuristic evaluation of Amazon Prime Video — UX ... more


Friday, 31 January, 2020 UTC

Understanding Immutability in JavaScript | CSS-Tricks

If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment. While it’s possible to reassign variables and... The post Understanding Immutability in JavaScript ... more


Monday, 20 January, 2020 UTC

Recreating The Arduino Pushbutton Using SVG And — Smashing Magazine

About The Author Uri Shaked is the co-founder of Wokwi, a platform for teaching Arduino, IoT and Electronics. He co-organizes the IoT Makers and JavaScript Israel meetup groups, … More about Uri … HTML... The post Recreating The Arduino Pushbutton Using ... more


Monday, 20 January, 2020 UTC

Getting Started with Front End Testing — JavaScript January

You can also check multiple pages and screen sizes and run multiple tests by adding to the promise array in your test function. You can define the viewport for each test (to test various... The post Getting Started with Front End Testing — JavaScript ... more


Thursday, 16 January, 2020 UTC

Thinking Through Styling Options for Web Components

Where do you put styles in web components? I’m assuming that we’re using the Shadow DOM here as, to me, that’s one of the big draws of a web component: a platform thing that... The post Thinking Through Styling Options for Web Components appeared first ... more


Thursday, 9 January, 2020 UTC

Understanding Async Await | CSS-Tricks

When writing code for the web, eventually you’ll need to do some process that might take a few moments to complete. JavaScript can’t really multitask, so we’ll need a way to handle those long-running... The post Understanding Async Await | CSS-Tricks ... more


Thursday, 2 January, 2020 UTC

How to Build Your Resume on npm

Just yesterday, Ali Churcher shared a neat way to make a resume using a CSS Grid layout. Let’s build off that a bit by creating a template that we can spin up whenever we... The post How to Build Your Resume on npm appeared first on WBD. ... more


Sunday, 24 November, 2019 UTC

Getting Started With An Express And ES6+ JavaScript Stack — Smashing Magazine

About The Author Jamie is a 16-year-old Full Stack Developer located in Texas. He has particular interests in teaching, Machine Learning, and Computer Vision, and is in the … More about Jamie … A... The post Getting Started With An Express And ES6+ JavaScript ... more


Saturday, 23 November, 2019 UTC

Is There a Viable Alternative to Javascript?

The jury is still out on whether JavaScript is a good thing, or a bad thing, so in this article we’ll look at the pros, the cons, and the alternatives to JavaScript. The short... The post Is There a Viable Alternative to Javascript? appeared first on ... more


Saturday, 23 November, 2019 UTC

Getting Started With An Express And ES6+ JavaScript Stack — Smashing Magazine

About The Author Jamie is a 16-year-old Full Stack Developer located in Texas. He has particular interests in teaching, Machine Learning, and Computer Vision, and is in the … More about Jamie … A... The post Getting Started With An Express And ES6+ JavaScript ... more


Friday, 22 November, 2019 UTC

Is There a Viable Alternative to Javascript?

The jury is still out on whether JavaScript is a good thing, or a bad thing, so in this article we’ll look at the pros, the cons, and the alternatives to JavaScript. The short... The post Is There a Viable Alternative to Javascript? appeared first on ... more


Friday, 22 November, 2019 UTC

Getting Started With An Express And ES6+ JavaScript Stack — Smashing Magazine

About The Author Jamie is a 16-year-old Full Stack Developer located in Texas. He has particular interests in teaching, Machine Learning, and Computer Vision, and is in the … More about Jamie … A... The post Getting Started With An Express And ES6+ JavaScript ... more


Thursday, 21 November, 2019 UTC

Is There a Viable Alternative to Javascript?

The jury is still out on whether JavaScript is a good thing, or a bad thing, so in this article we’ll look at the pros, the cons, and the alternatives to JavaScript. The short... The post Is There a Viable Alternative to Javascript? appeared first on ... more


Tuesday, 12 November, 2019 UTC

Making an Audio Waveform Visualizer with Vanilla JavaScript

As a UI designer, I’m constantly reminded of the value of knowing how to code. I pride myself on thinking of the developers on my team while designing user interfaces. But sometimes, I step... The post Making an Audio Waveform Visualizer with Vanilla ... more


Thursday, 31 October, 2019 UTC

Comparing the Different Types of Native JavaScript Popups

JavaScript has a variety of built-in popup APIs that display special UI for user interaction. Famously: alert("Hello, World!"); The UI for this varies from browser to browser, but generally you’ll see a little window... The post Comparing the ... more


Monday, 28 October, 2019 UTC

Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine

About The Author His interest for web development started back when he opened a website for the first time as a child and asked himself why it was so slow. Through his career he... The post Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine ... more


Monday, 28 October, 2019 UTC

Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine

About The Author His interest for web development started back when he opened a website for the first time as a child and asked himself why it was so slow. Through his career he... The post Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine ... more


Saturday, 26 October, 2019 UTC

Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine

About The Author His interest for web development started back when he opened a website for the first time as a child and asked himself why it was so slow. Through his career he... The post Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine ... more


Saturday, 26 October, 2019 UTC

Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine

About The Author His interest for web development started back when he opened a website for the first time as a child and asked himself why it was so slow. Through his career he... The post Writing Asynchronous Tasks In Modern JavaScript — Smashing Magazine ... more


Monday, 21 October, 2019 UTC

Options for Hosting Your Own Non-JavaScript-Based Analytics

There are loads of analytics platforms to help you track visitor and usage data on your sites. Perhaps most notably Google Analytics, which is widely used (including on this site), probably due to it’s... The post Options for Hosting Your Own Non-JavaScript-Based ... more


Sunday, 20 October, 2019 UTC

Options for Hosting Your Own Non-JavaScript-Based Analytics

There are loads of analytics platforms to help you track visitor and usage data on your sites. Perhaps most notably Google Analytics, which is widely used (including on this site), probably due to it’s... The post Options for Hosting Your Own Non-JavaScript-Based ... more


Saturday, 19 October, 2019 UTC

Options for Hosting Your Own Non-JavaScript-Based Analytics

There are loads of analytics platforms to help you track visitor and usage data on your sites. Perhaps most notably Google Analytics, which is widely used (including on this site), probably due to it’s... The post Options for Hosting Your Own Non-JavaScript-Based ... more


Friday, 13 September, 2019 UTC

Weekly Platform News: Apple Deploys Web Components, Progressive HTML Rendering, Self-Hosting Critical Resources

In this week’s roundup, Apple gets into web components, how Instagram is insta-loading scripts, and some food for thought for self-hosting critical resources. Apple deploys web components built using Stencil The new Apple Music... The post Weekly Platform ... more


Wednesday, 11 September, 2019 UTC

Moving Your JavaScript Development To Bash On Windows — Smashing Magazine

About The Author Burke Holland is a front-end developer living in Nashville, TN; the greatest city in the world. He enjoys JavaScript a lot because it’s the only way he … More about Burke... The post Moving Your JavaScript Development To Bash On Windows ... more


Saturday, 7 September, 2019 UTC

Weekly Platform News: Text Spacing Bookmarklet, Top-Level Await, New AMP Loading Indicator

In this week’s roundup, a handy bookmarklet for inspecting typography, using await to tinker with how JavaScript modules import one another, plus Facebook’s in-app browser is only posing as one. Let’s get into the... The post Weekly Platform News: Text ... more