Here is my github account : https://github.com/ZnTDoubleD
Author Archives: zntdoubled
Version Controlling
Version control (also known as revision control or source control) is a category of processes and tools designed to keep track of multiple different versions of software, content, documents, websites and other information in development. Any system that provides change tracking and control over programming source code and documentation can be considered version control software. The practice has beenContinue reading “Version Controlling”
SOLID Principles
This enables developers to combine data with the same purpose/functionality in one class to deal with the sole purpose there, regardless of the entire application. But, this Object-oriented programming doesn’t prevent confusing or unmaintainable programs. As such, five guidelines were developed by Robert C. Martin. These five guidelines/principles made it easy for developers to createContinue reading “SOLID Principles”
JavaScript Variable
Variables are used to store values or expressions. Declare Variables in JavaScript Before using a variable, we first need to declare it. We declare a JavaScript variable with the var keyword: Example: var name; After the declaration, the variable has no value. We can assign a value to the variable either while declaring the variable or after declaring theContinue reading “JavaScript Variable”
Introduction to Javascript
What is JavaScript? JavaScript is a very powerful client-side scripting language. JavaScript is used mainly for enhancing the interaction of a user with the webpage. In other words, you can make your webpage more lively and interactive, with the help of JavaScript. JavaScript is also being used widely in game development and Mobile application development.
My First Blog Post
Im Damsiri Dilanjan (DoubleD). Im 21 years old and currently reading for a Software Engineering degree at SLIIT. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.