What is Test Driven development? Test driven development is focused on Micro-Activities (Units rather than Functional components) and we can define it as: “a proven discipline for delivering generic, independent and autonomous components that can be safely used to assemble large, sophisticated systems efficiently” […]
Author: pyrax
DESIGN THINKING
What is design thinking? According to David Kelley design thinking is described as human-centered approach to innovation that draws from the designer’s toolkit to integrate the needs of people, the possibilities of technology, and the requirements for business success.’ In a nutshell, design thinking […]
Enabling Auto-save on Sublime-Text IDE
While it may not seem like a big deal to keep pressing Ctrl+S its easier and time saving to enable auto-save in your IDE. For users of Sublime text the auto-save option is not included on the visual interface, you have to enable it […]
Linux Shell
Shell Environments Linux shell is made up of components that can be customized to the user’s preference using: VARIABLES: The most commonly customized part of the shell. FUNCTIONS: Defines the core functionalities of the shell ALIASES: Shortcuts Shell Variables and settings Global Profiles (All […]