Search
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
Track: Wall of Glass | Artist: Liam Gallagher | Album: As You Were
1.6.2017
Track: Wall of Glass | Artist: Liam Gallagher | Album: As You Were Read more
Roguelike Lets You Kill Your Evil Twin With Mind Bullets
12.4.2017
I’m laying down to recover health by bathing my photosynthetic skin in the sun when my evil twin leaps from a portal and starts firing a laser pistol at me. I’m about to conjure a couple of fireballs before my narcolepsy kicks in at the worst time. Just another day in Caves of Qud. It’s this week’s...
Password Rules Are Bullshit
10.3.2017
Of the many, many, many bad things about passwords, you know what the worst is? Password rules.
If we don't solve the password problem for users in my lifetime I am gonna haunt you from beyond the grave as a ghost pic.twitter.com/Tf9EnwgoZv— Jeff Atwood
Let's Encrypt Everything
23.11.2016
I'll admit I was late to the HTTPS party.
But post Snowden, and particularly after the result of the last election here in the US, it's clear that everything on the web should be encrypted by default.
Why?
You have an unalienable right to privacy, both in the real world
Can Software Make You Less Racist?
25.8.2016
I don't think we computer geeks appreciate how profoundly the rise of the smartphone, and Facebook, has changed the Internet audience. It's something that really only happened in the last five years, as smartphones and data plans dropped radically in price and became accessible – and addictive –...
Here's The Programming Game You Never Asked For
15.4.2016
You know what's universally regarded as un-fun by most programmers? Writing assembly language code.
As Steve McConnell said back in 1994:
Programmers working with high-level languages achieve better productivity and quality than those working with lower-level languages. Languages such as...
On HTML belts and ARIA braces (The Default Implicit ARIA semantics they didn’t want you to know about)
14.4.2015
The question of whether HTML elements need the addition of ARIA role attibutes to expose their semantics, is one that surfaces on a regular basis. The answer is maybe for a subset of elements, but increasingly no. ARIA roles add nothing to default semantics of most elements In some cases...