Author: Faisal Rashid
How to build a JavaScript Library
If you’re a developer it’s almost certain that you’ve used Code Libraries. In simple terms, a Code Library is a collection of reusable code that you can use in your program. Like most of us, I know how to plug libraries into my programs and use them, but used to get scary for me each […]
Continue Reading...JavaScript vs jQuery for DOM Manipulation
jQuery has been the savior for so many new and coming Web Developers, including myself. If you wanted to learn Web Development back in the day, learning jQuery was an absolute given. This was mainly because jQuery took much of the cross-browser compatibility issues out and enabled developers to write code without having to worry […]
Continue Reading...How to Write an Unbeatable Tic-Tac-Toe in JavaScript
Writing small puzzle games is a nice way of improving your programming skills as those games tend to present you with challenge after challenge and force you to really put tremendous thought into writing your code. One such game is the classic Tic-Tac-Toe. In this little walk-through (read long and descriptive) about writing an unbeatable tic-tac-toe, […]
Continue Reading...