Singsys blog

Write ‘Clean Code’ to make your code look more elegant, readable and easily understandable

How to write clean code

 

1. Practice, practice, practice. And never be satisfied with the first thing that comes to mind. Always search for better ways to write clean and correct code.
2. Improve programming skills not just by reading code, writing code, reading books, watching screenshots and more but by implementing these codes.

(more…)

iPad Mini with Retina Display coming to India on Dec 7

iPad Mini with Retina Display

Apple’s iPad Air, Retina iPad mini is coming to India on Dec 7.  Apple has released the iPad Mini with Retina Display last month on its official online store. The iPad mini with Retina display was then available only in Australia, Austria, Belgium, Canada, China, Czech Republic, Denmark, Finland, France, Germany, Hong Kong, Hungary, Ireland, Italy, Japan, Luxembourg, Netherlands, Norway, Poland, Portugal, Singapore, Spain, Sweden, Switzerland, UK and US.

 

(more…)

Introduction to SCSS (Sassy CSS) and SCSS Functions

SCSS (Sassy CSS) and SCSS Functions

CSS is a powerful language used for making creative and attractive websites. Sassy CSS (SCSS) adds some powerful benefit to CSS that makes it more fantastic language by extending CSS and adding great features such as variables, mixins, nesting and much more. SCSS extension, i.e, file ending with “.scss” allows for more concise styling along with CSS. SCSS is the syntax for Sass. Every valid CSS3 stylesheet is a valid SCSS file with the same meaning and it extends all the features and functionality of CSS.

 

(more…)

Use MVC (Model View Controller) to separate the representation of information from the user’s interaction with it.

The Model-View-Controller paradigm applied to web applications lets you separately display code (for example, HTML and tag libraries that is rendered to the end users) from flow control logic (action classes that performs the required operations on the data) from the data model (data persisting inside the relational databases) to be displayed and updated by the application.

 

(more…)

Microsoft introduces Node.js Tools For Visual Studio

Today Microsoft has released Node.js tools for Visual Studio in Alpha which is one of the most popular platform for writing server side code.

 

(more…)