Build Podcast show

Build Podcast

Summary: Build Podcast is a show about technology tools for design and development. Each episode, Sayanee will be creating a screencast that will take you through step-by-step in using one tool to build a little project, all in the fun spirit of hacking, creating and building stuff!

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Sayanee
  • Copyright: Everything on this website belongs to YOU under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

Podcasts:

 067 Swift | File Type: video/mp4 | Duration: Unknown

Swift is a new programming language developed by Apple. In this episode, we will go through some of the basic language attributes such as var, let, control flow, optionals, closures and class.

 066 ES2015 | File Type: video/mp4 | Duration: Unknown

ES2015 is the next version of standardised JavaScript. In this episode, we will use Babel JS as the transpiler to code in ES2015. We will go through some features like const, let, map, set, array and string functions as well as promises. Refer to the book Exploring ES6 for an in-depth overview.

 065 Atom | File Type: video/mp4 | Duration: Unknown

Atom is a hackable text editor. In this episode, we will go through the various settings, packages, themes and also create a super simple package.

 064 Redis | File Type: video/mp4 | Duration: Unknown

in-memory data structure store

 063 Socket IO | File Type: video/mp4 | Duration: Unknown

Socket IO is a framework based on Web Sockets that enables real-time communication with duplex connection over TCP. In this episode, we will play with the technology Web Socket and learn how to emit and receive events from a server or client. Finally, we will explore Socket IO as a framework to detect emit, send, disconnect and broadcast events to multiple clients and server.

 062 Mocha | File Type: video/mp4 | Duration: Unknown

Mocha is a JavaScript testing library for node and browser. In this episode we will learn how to use mocha with the assertion library chai and use it with hooks, asynchronous test, various reporters and options. Finally we will also learn how to do a stub, calculate test coverage and open up a standalone browser for testing!

 061 Docker | File Type: video/mp4 | Duration: Unknown

Docker is a platform for distributed apps. We will learn how to create isolated environment for apps based on docker. We will create 2 simple apps with nginx and nodejs with various docker commands and see how we can replicate that exact environment.

 060 Gulp | File Type: video/mp4 | Duration: Unknown

Gulp is a streaming build system. In this episode we will go through the basics of installing gulp with a few tasks as well as watching the tasks while we develop.

 059 Git Flow | File Type: video/mp4 | Duration: Unknown

Git Flow is a git branch model. In this episode, we will create a git repository and then add the git flow branching model to it. We will also explore how to start a feature, hotfix of a release with the command line or SourceTree App. Finally, we will find out how to display the git commits in a graph.

 058 RSpec | File Type: video/mp4 | Duration: Unknown

RSpec is a testing tool for ruby programming language. In this episode, we will explore some common features of testing ushc as matchers, hooks, factories for initialising data and stubs.

 057 Ghost | File Type: video/mp4 | Duration: Unknown

Ghost is a NodeJS based blogging platform. In this episode, we will explore how to run Ghost on ghost.org and our local machine, create the simplest theme possible to understand the structure of the blog, and finally host it ourself on AWS EC2.

 056 AngularJS | File Type: video/mp4 | Duration: Unknown

AngularJS is a frontend JavaScript framework. In this episode we will build a tiny project to learn on how to implement controllers, hide or show certain sections of the dom, change styling conditionally all in the fun of building single-page-applications.

 055 Ubuntu | File Type: video/mp4 | Duration: Unknown

Ubuntu is a user-friendly linux distribution. In this episode, we will explore some very common Linux commands for file or text manipulation, networking, file compression in terminal, so that next time we come across a unix-like or linux-like operating system with no GUI, we will be able to get around it.

 054 D3JS | File Type: video/mp4 | Duration: Unknown

D3JS or data-driven documents is a powerful library to visualize data. In this episode we will learn how to display data using html and css, svg as well as external data in file formats such as json or csv. We will end off by plotting some charts to explore transition, scaling and axis with a tiny project on the growth of world population!

 053 Command line apps | File Type: video/mp4 | Duration: Unknown

Command line apps provide automation, one time batch processing or even execute an app in the command line. In this episode we will see how we can create such apps in cli using a programming language of our choice such as NodeJS and Ruby. We will then move on to create a full-fledged apps using Commander (with NodeJS) and Thor (with Ruby) to create a skeleton for a started web project.

Comments

Login or signup comment.