CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Michael

How Server side scriptings works?

Server-side scripting, we use to develop Dynamic Web pages. During Web development, depending on the design of the website, Programmers will decide whether to use Client side scripting Server side scripting, or both. Through this article, we are going to briefly look, at how server-side scripts work. When we access a website from our Computer, […]

Node.js – Errors – How do we handle errors (Error handling)?

Errors occur when something went wrong, during the Program execution. There are different types of errors and these should be handled properly in the program to avoid abnormal program termination. Node.js provides different ways to handle the errors generated while running the Applications in the Node.js run-time environment. We can handle the errors using try..catch […]

Electron JS – An Introduction

Electron is an Open Source framework used to develop User Interface Applications. It is one of the main GUI frameworks; with web technologies like JavaScript, HTML, and CSS to develop Desktop GUI Applications. Using Electron we can develop cross-platform Applications; which means we can run these applications on Windows, Mac, and Linux Operating Systems. Electron […]

AngularJS – Directives

Directives are used to direct something. It is so simple, right? 🙂 Yes, it is simple also when we use them in AngularJS. But we need to follow some guidelines, creating and using them in AngularJS. What is that something directive direct? That is the behavior of the elements. We use AngularJS with HTML. HTML […]

AngularJS – Expressions

In our previous Article “AngularJS – Introduction“, we quickly looked into AngularJS. Now on, through the series of Articles, I would like to explain more about AngularJS and its components. Expressions in AngularJS are used to evaluate the given expressions and can be written in double curly braces or using the ng-bind directive. For example, […]

AngularJS – Introduction

AngularJS is a JavaScript framework used to develop JavaScript based web-applications. Using AngularJS we can quickly develop and manage Single Page or Large Scale web-applications. It allows dynamic views in web applications. It is fully extensible and also flexible to work with other libraries. Architecture it supports AngularJS supports MVW Architecture; which is Model-View-Whatever Architecture. […]

Vue.js – An Introduction

Vue.js is a JavaScript framework used to develop Single Page Applications and can be extended to develop Enterprise Applications too. Hence, Vue.js is called a progressive framework as it allows to start building the applications with minimal effort and can adapt additional libraries to extend the functionality depending on the requirements. The core library of […]

Node.js – Events – A brief discussion

As discussed in our previous article, “Node.js – An Introduction“; it uses a Single Thread Event model to handle concurrent client requests. That said, Node.js supports an event-driven model to handle the requests. Some kind of objects periodically issues the events, and some objects will listen to these events. The objects that emit the events […]

Scroll to top
Exit mobile version