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:

 052 Tmux | File Type: video/mp4 | Duration: Unknown

Tmux is a terminal multiplexer. We will explore how to create new sessions, windows and panes alone with various key bindings and configurations. Finally, we will also learn how to use Tmuxinator to create custom configurations for various projects.

 051 SVG | File Type: video/mp4 | Duration: Unknown

SVG or Scalable Vector Graphics is a language for describing two-dimensional graphics in XML. In this episode, we will explore various ways to draw different shapes, filters and gradients with SVG ending off with a little addition of interactivity by manipulating the SVG with JavaScript.

 050 DOM | File Type: video/mp4 | Duration: Unknown

DOM or Document Object Model is a cross-platform and language-independent convention for representing and interacting with objects found in HTML. In this episode, we will explore traversing the DOM tree, adding/removing attributes/elements/style and also what is document fragments.

 049 CloudFlare | File Type: video/mp4 | Duration: Unknown

CloudFlare makes our websites secure and load faster. We can get started with it with just some simple DNS settings to host our pages from github, aws ec2 or even our own computer. In this episode, with CloudFlare's free plan we will explore DNS records, CDN, apps and more!

 048 PhantomJS | File Type: video/mp4 | Duration: Unknown

PhantomJS is a headless Webkit. We can make use of it to do some website testing, screen capture, page automating and network monitoring. We will explore all these features of PhantomJS in this episode.

 047 Styleguide | File Type: video/mp4 | Duration: Unknown

Automatic living styleguide helps to create styleguides from documentation in our CSS styles. We will explore 2 tools KSS-Node and StyleDocco with CSS and CSS pre-processor, SASS along with its plugin in GruntJS build tool.

 046 Regex | File Type: video/mp4 | Duration: Unknown

Regular expressions or regex is a symbolic language to describe a pattern of characters so that we can match it with a required set. We can use regex pattern amtching across various programming languages to detect and match patterns as required.

 045 Bower | File Type: video/mp4 | Duration: Unknown

Bower is a client-side package manager. We will explore how to install, uninstall, define dependencies as well as integrate the modules with RequireJS.

 044 Node | File Type: video/mp4 | Duration: Unknown

NodeJS is a V8 engine based event-driven I/O platform to build applications. In this episode we will explore the concepts of asynchronous, non-blocking programs along with how to schedule or delay the execution of a function with event loops and child processes. Lastly, we will end off with a simple TCP chat server.

 043 SQL | File Type: video/mp4 | Duration: Unknown

SQL is a structured query language for databases. In this episode we will create a simple database on our Solar System planets and their moons. We will explore both a GUI Sequel Pro for viewing SQL as well as SQLfiddle, a web based version to run SQL statements. Then we will display the data create using php and sinatra (ruby).

 042 BackboneJS | File Type: video/mp4 | Duration: Unknown

BackboneJS is a client-side MV* framework that will help us structure our code, provide templates to inject the data as well as render a fast changes UI with ajax. In this episode we will create a simple client-side reading list of computing books!

 041 Vim | File Type: video/mp4 | Duration: Unknown

Vim is an extension of Vi editor, a powerful text editor used with much configurations and customisations among developers. With many keystrokes and shortcuts, we can achieve enchanced productivity given the high learning curve. In this episode we will review the basics of Vim with a simple outline of software design patterns.

 040 Sinatra | File Type: video/mp4 | Duration: Unknown

Sinatra is a simple domain-specific language that is minimalistic. In this episode, we will explore the basics of Sinatra such as routing, templates, sessions, errors with a simple project based on Prisoner's Dilemma!

 039 Vagrant | File Type: video/mp4 | Duration: Unknown

Vagrant creates reproducible, portable development environments that can be packaged and passed on to other developers to create an exact copy. In this episode, we will learn how to installed virtual machines with packages as well as view them in the host machine. We will run Vagrant with a simple html page and a NodeJS "hello world" project.

 038 Alfred | File Type: video/mp4 | Duration: Unknown

Alfred is a productivity tool on the Mac OSX system that allows us to search for many things or perform various actions with just hot keys at hand. In this episode we will look at features such as find, search, calculator, contacts. As developers, we will also learn how to run shell scripts and even create/edit themes and workflows! Alfred certainly adds a tonne of fun in our daily workflow.

Comments

Login or signup comment.