Free

Everybody loves free!

Resource type
Cost
Skill level
Certificate

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.

React Distilled

Digesting React is a project-based introduction to React, the most popular JavaScript library for building reusable UI. You're not only going to learn about the theories, but you're actually going to put what you've learned into practice by creating React based applications.

Learn React for Free

Consider this course React 101 - this is the perfect starting point for any React beginner. You'll learn key React features while building two apps and practice what you learn through interactive coding challenges and exercises along the way.

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.

Ricardo Vargas' Blog

Technical articles published by Ricardo Vargas globally in order to help you better understand topics like project management, blockchain, agility, crisis and risk management and techniques related to portfolio selection.

Resourceful Designer

Are you a home-based graphic designer? Do you run your own graphic design business? Are you working towards starting a graphic design business? Do you dream of one day working for yourself? If you answered yes to any of these questions you've come to the right place!

learnR

If you are a finance student, I hope my blogs will help improve your ability of implementation. If you are a student with the background of computer science and want to do something in finance, I hope my blogs will make sense and offer much intuition.

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

Recruiting Daily

With over 100K strong in our network, RecruitingDaily.com is part of the RecruitingDaily.com, LLC family of Recruiting and HR communities. Our goal is to provide information that is meaningful. Without compromise, our community comes first.

Recruiting Blogs

With over 100K strong in our network, RecruitingBlogs.com is part of the RecruitingDaily.com, LLC family of Recruiting and HR communities. Our goal is to provide information that is meaningful. Without compromise, our community comes first.

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.