Jenny LaiGit with it!: A Starter Version of Handy Dandy Cheatsheet of Git CommandsI have to admit that there are times when I brain fart and forget a Git command. Then I blankly stare at the screen and watch the keystroke…Jul 14, 2017Jul 14, 2017
Jenny LaiBack to Basics: Sorting Continued…Let’s dive straight back into it and continue with sorting!Jul 3, 2017Jul 3, 2017
Jenny LaiBack to Basics: Searching & SortingSorting algorithm is an algorithm that dictates the specific order a data set is arranged and stored. Not only does this allow for better…Jun 27, 2017Jun 27, 2017
Jenny LaiBack to the Basics: Problem Solving with AlgorithmsAlgorithms put the science in computer science and allow for more robust programming. In programming, algorithms are used for problem…Jun 25, 2017Jun 25, 2017
Jenny LaiSimple Made Easy: Getting More (Clojure)To continue on from my previous post about the basics of Clojure, here’s MORE clojure…Jun 19, 2017Jun 19, 2017
Jenny LaiSimple Made Easy: Getting Some (Clojure)This past weekend I attended a Lisp workshop to get a crash course in Clojure. I wanted to expand my horizon and learn a functional…Jun 6, 2017Jun 6, 2017
Jenny LaijQuery: .append() vs .appendTo()When you want to add element(s) onto the DOM, one way you go about this is to use jQuery’s DOM manipulation methods. The methods .append()…May 29, 2017May 29, 2017
Jenny LaiCSS: The Difference Between the Position PropertiesIn my previous post, I wrote about the display position and how it helps you layout the elements on your page with CSS. To further control…May 22, 2017May 22, 2017
Jenny LaiCSS: The Display PropertyWhen you design a website, each page is your canvas. The elements that you create will take up a defined allocated amount of space on your…May 19, 2017May 19, 2017
Jenny LaiThe Difference Between ID and ClassWhen I was reviewing object oriented CSS, I came across class and id for HTML element definition. I knew that both were similar in that…May 19, 2017May 19, 2017