Free
Everybody loves free!
Select Star SQL
This is an interactive book which aims to be the best place on the internet for learning SQL. It is free of charge, free of ads and doesn't require registration or downloads. It helps you learn by running queries against a real-world dataset to complete projects of consequence. It is not a mere reference page ' it conveys a mental model for writing SQL.
Build an App with Vue.js
In this tutorial we will be building a simple events bulletin board application that will allow users to add and remove events. To explore Vue's main features we will simply be working with local data on the client side, but towards the end we'll see how we can use the vue-resource package to send HTTP requests to a back end.
Free podcasting video course
There's never been a better time to make a podcast: podcasts are soaring in popularity, the tech is easier than ever, and there's still a lot of opportunity for new podcasters.
This free online course is everything you need to launch your own podcast and take advantage of this exciting new medium.
Recruiting Future
The Recruiting Future Podcast is the world's leading podcast on Talent Acquisition and regularly appears in the Chartable Global Business Top 100 chart. We have a massive responsibility to our audience to be the calm voice of continuity in an industry which is facing tremendous change and a high degree of uncertainty
The Ultimate Guide to Python Type Checking
In this guide, you will get a look into Python type checking. Traditionally, types have been handled by the Python interpreter in a flexible but implicit way. Recent versions of Python allow you to specify explicit type hints that can be used by different tools to help you develop your code more efficiently.