Sublime Text Multiple FilesSometimes you want to be able to easily work with two or more files at one time. You […] February 18, 2017 in Text Editors tagged files / editor / text by Mike
Sublime Text ProjectsIn Sublime Text you can set up a “project” that has more than one folder and more than […] February 18, 2017 in Text Editors by Mike
Convert Case OnlineDo you need to convert some text from one case to another? Perhaps you left the Caps lock […] February 17, 2017 in Text Editors tagged editor / text / convert / case by Mike
Sublime Text EditorThe Sublime text editor is one of the more popular text editors out there for developers. It is […] January 21, 2017 in Text Editors tagged editor / emmet / text by Mike
Grunt IntroductionGrunt is a JavaScript task runner. As the website https://gruntjs.com/ says: “In one word: automation. The less work […] January 1, 2017 in JavaScript tagged task / runner / JavaScript / node / npm by Mike
AbstrationHere is what Wikipedia says about Abstraction (software engineering): “In software engineering and computer science, abstraction is a […] December 4, 2016 in Programming tagged abstraction by Mike
Source-to-source CompilerHere is what Wikipedia says about a source-to-source compiler: “A source-to-source compiler, transcompiler or transpiler is a type […] December 4, 2016 in Programming tagged compiler by Mike
JavaScript Arrays pushAdding Array Elements You can add elements to an array with the JavaScript array push() method. The push() […] December 3, 2016 in JavaScript tagged JavaScript Arrays by Mike
JavaScript Random NumbersRandom Numbers You use the Math.Random() function to generate a number between 0 (inclusive) and 1 (exclusive). You […] December 3, 2016 in JavaScript tagged random by Mike
Programming ParadigmsWikipedia has an article on programming paradigms. Wikipedia says: “Programming paradigms are a way to classify programming languages […] November 26, 2016 in Programming tagged programming / dynamic / object / static / oop / functional / imperative / declarative / paradigm by Mike
Lambda Programming LanguageHere is a definition of a lambda language from a discussion in stackoverflow.com: “A lambda language, is a […] November 5, 2016 in JavaScript / Programming tagged lambda by Mike
React IntroductionWikipedia says the following: “React (sometimes styled React.js or ReactJS) is an open-source JavaScript library providing a view […] October 24, 2016 in JavaScript tagged library / Mobile / JavaScript / React / Angular by Mike