Newest Articles
Build a Simple Movie Reviews Website in Rails 6, part 2
Sunday, December 15, 2019
This is part 2 of our in-depth tutorial on building a movie reviews website in the Rails framework.
Build a Simple Movie Reviews Website in Rails 6, part 1
Saturday, December 14, 2019
Are you ready to build your first project in Rails? You've read about Ruby and it's most popular Ruby on Rails framework; you've read about MVC and learned some basic SQL; now's the time to build that first project!
The Ultimate List of Productivity Boosters for Developers
Thursday, December 5, 2019
Productivity can be hard to improve, even if you're a talented web developer. Here's a list of tips and tricks that might help you boost your productivity as a web developer.
Multiplication table using nested for loops
Tuesday, December 3, 2019
Nested for loops in JavaScript can help us with a number of coding tasks. In this article, we'll see how to use it to build a multiplication table and a domain-name generator.
Working with maps in JavaScript
Monday, December 2, 2019
The map data structure is another data structure in JS that derives from the Object prototype. In this article, we're taking an in-depth look at maps in JS.
Working with arrays in JavaScript
Monday, December 2, 2019
JS array prototype, array methods, array use cases, and a number of tips and tricks - we're going to cover all of that and more in this in-depth tutorial on arrays in JavaScript.
Working with sets in JavaScript
Sunday, December 1, 2019
This is an in-depth introduction to sets in JavaScript. A set is a special kind of a collection in JavaScript, holding only unique values.
Life Advice from Jordan Peterson
Wednesday, November 27, 2019
There is more to life than coding. In this article, we learn some insights from Jordan Peterson.
Life Advice from Matthew McConaughey
Wednesday, November 27, 2019
Besides coding, us developers need to 'debug' other problems in life. Here are some great life lessons from the charismatic Matthew McConaughey.
Practicing JavaScript by playing with SVGs on YouTube web app
Wednesday, November 27, 2019
DOM manipulation, working with SVGs and JavaScript events - we cover all of that in this beginner-friendly tutorial.