Search
Build An Animated Image Search with Vue.js (Solution to Code Challenge #8)
18.4.2018
Yet to take the code challenge #8 to build an animated image search? You can still do so! Send in your solutions using the co
10 Amazing CodePen Demos for April 2018
12.4.2018
A collection of interesting CodePen demos that you should check out
Getting Started with Python and MongoDB
3.4.2018
You can get started with MongoDB and your favorite programming language by leveraging one of its drivers, many of which are maintained by MongoDB engineers, an
Destructuring and Function Arguments
3.4.2018
The JavaScript language has benefitted from some really awesome new features over the past few years, including arrow functions, the spread operator, and default function argument values. Even if your browser doesn’t yet support proposed JavaScript API syntax additions, you can use a tool...
15 Interesting JavaScript and CSS Libraries for April 2018
3.4.2018
We share with you a collection of awesome and free resources for this April
Script & Style Show: Episode 5: Q&A
1.4.2018
On this week’s episode: Todd’s back from vacation while David’s knee-deep in a Firefox Debugger breakpoint UI update. We eventually move on to viewer questions that range form JavaScript knowledge, the Array.flatten controversy, front-end testing (TDD vs. BDD), and mastering...
How To Make Netflix-Like Swipers in Vue
23.3.2018
If you have been building for the web for a little while, you would have like me encountered at least some issues when making swipers - for some reason, they always seem to have a mind of their ow
5 Crucial Concepts for Learning d3.js and How to Understand Them
23.3.2018
You may have already heard about d3.js, the dazzling JavaScript library that lets you create beautiful charts and graphics with just a few lines of code. You might have seen some of the fantastic examples of D3 in action, or you may have heard that the New York Times uses it to create...
Exchange Rates and Currency Conversion with fixer.io (Sponsored)
22.3.2018
My most stressful tasks as a coder have always revolved around money. Whether you’re coding a site for a client, your own business, or your employer, you want to be damn sure that any handling of currency is accurate, secure, and localized. We always want our code to work but when...
8 Awesome and Free PHP Books
21.3.2018
In this article we share with you a list of interesting books for learning PHP
15 Interesting JavaScript and CSS Libraries for March 2018
12.3.2018
In this article we share with you a collection of some of our most favourite libraries for March
Force a React Component to Re-Render
7.3.2018
The beauty of React components is that they automagically render and update based on a change in state or props; simply update the state from any place and suddenly your UI element updates — awesome! There may be a case, however, where you simply want to brute force a fresh render of a React...
Phone Number Validation with numverify (Sponsored)
6.3.2018
When we think about form validation, phone numbers aren’t the most pressing bit of information to validate, but if the phone number is absolutely critical to your business or application, you’ll want to do all you can to precisely ensure the number is correct. And the truth is most...
10 Amazing CodePen Demos for March 2018
28.2.2018
We share with you a collection of some of the most interesting CodePen demos for March
Crypto God or Just a Human? Find Out How Much You Know About Crypto
23.2.2018
You think you know everything about crypto? Time to check how much
Freebie: 2 Beautiful Checkout Forms with Bootstrap 4
20.2.2018
We present you two free Bootstrap 4 checkout forms that are easy to set up and use, and will save you a lot of time
10 Free Programming Books You Should Read in 2018
24.1.2018
A collection of interesting programming books you should check out in 2018
The Best of CodePen for 2017
19.12.2017
We share with you a collection of the best CodePen demos for 2017
The Best JavaScript and CSS Libraries for 2017
13.12.2017
In this article we share with you a collection of the best libraries and resources of 2017
10 Useful Git Tips
24.11.2017
In this tutorial we share with you a collection of tips that will help you manage your git repositories