Resources by Type

Blog's

The SQL Tutorial for Data Analysis

This tutorial is designed for people who want to answer questions with data. For many, SQL is the "meat and potatoes" of data analysis'it's used for accessing, cleaning, and analyzing data that's stored in databases. In particular, this tutorial is meant for aspiring analysts who have used Excel a little bit but have no coding experience.

Learn Data Analytics in Bash

If you go through these 7 articles, you will learn how to do basic data cleaning, data formatting and analytics via the command line. On the top of that you will have your own data server to practice _ we will use that not only here, but in my future SQL and Python tutorials too.

Getting Started with CSS Grid

This module provides a gentle beginning to your path towards CSS mastery with the basics of how it works, what the syntax looks like, and how you can start using it to add styling to HTML.

The R Manuals

The following manuals for R were created on Debian Linux and may differ from the manuals for Mac or Windows on platform-specific pages, but most parts will be identical for all platforms.

TypeScript for Beginners

This seires will show you how to get started with TypeScript. We will begin the tutorial by discussing the features and installation process of TypeScript. After that, we will write some code and learn how to compile it to JavaScript.

Rust By Example

Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries. To get even more out of these examples, don't forget to install Rust locally and check out the official docs. Additionally for the curious, you can also check out the source code for this site.

Learn node interactively

This document is intended for readers who know at least a little bit of a couple of things: a scripting language like JavaScript, Ruby, Python, Perl, etc. If you aren't a programmer yet then it is probably easier to start by reading JavaScript for Cats. _ git and github. These are the open source collaboration tools that people in the node community use to share modules. You just need to know the basics.

iOS Developer Roadmap

This is a tree-like compilation of topics highly relevant to iOS development. Both image and text version are generated from human readable content file.

30 Days of Swift

This project was totally inspired by Sam Lu's 100 Days of Swift project, after read his Medium post I made a decision to put my every single day to write Swift, this's the final code of 30 tiny Swift projects.

Deep Dive Into Modern Web Development

Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.