-
JavaScript
Javascript Window Size Example
Say that you are working on an app that among other things uses a lot of differently sized windows, and…
Read More » -
Ruby
An Introduction to APIs with Phoenix
Phoenix is taking the internet by storm, with good reason. It’s productive, fault-tolerant, concurrent, safe as a compiled language, and…
Read More » -
Ruby
Comparing Rails and Phoenix: Part II
In the first post of this two-part series, we touched on generating a new application and talked about the entry…
Read More » -
Web Dev
Embrace the power of teaching to learn better
You’re learning a new programming paradigm, trying to understand functional programming and JavaScript. It’s going well and you’re completing tutorials…
Read More » -
Python
Python Send Email Example
In this example, by using Python 3.4, we’ll learn how to send mails using Python’s smtplib module. SMTP stands for…
Read More » -
Ruby
Comparing Rails and Phoenix: Part I
As I was thinking about this article a few weeks ago, I was excited when I saw that Chris McCord,…
Read More » -
jQuery
jQuery Enable/Disable Example
The aim of this example is to show you how to enable/disable the html elements by using jQuery. In some…
Read More » -
Angular.js
How to build Angular 2 apps using Observable Data Services – Pitfalls to avoid
In this post we are going to see how an Angular 2 application can be built around the concept of…
Read More » -
JavaScript
Javascript Refresh / Reload Example
When Javascript first started to be used on webpages, it had a very big advantage to it: It allowed the…
Read More »