Quantcast
Channel: < Code Topology />
Browsing all 43 articles
Browse latest View live

What is a TypeScript ?

TypeScript is an open-source,strongly typed, object oriented, compiled language. It is a super set of JavaScript which is compiled to JavaScript. Features of TypeScript: 1.… The post What is a...

View Article



Classes in TypeScript

TypeScript supports most of the Object Oriented Programming concepts. One of them is Class. Class is a template which describes the structure of object which… The post Classes in TypeScript appeared...

View Article

TypeScript Interfaces with Example

So far we have covered data types, classes in typescript. In this tutorial, we will cover typescript interfaces, what they are and how to use… The post TypeScript Interfaces with Example appeared first...

View Article

Primitive Data Types in Typescript

Once you are familiar with What is a TypeScript, next step is to learn about its data type which is crucial part in any programming… The post Primitive Data Types in Typescript appeared first on <...

View Article

User Defined Data Types in TypeScript With Example

We have seen primitive data type in typescript tutorials, now lets have a closer look at user defined data types in typescript. Array : Array… The post User Defined Data Types in TypeScript With...

View Article


What is PHP : Its Usage, Example, Latest Version

PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, sessions, e-commerce applications.It is a… The post What is PHP : Its Usage, Example,...

View Article

TypeScript Interface Vs Class

We have covered typescript interface and class in our previous tutorials. Lets have a closer look at their differences: Parameter TypeScript Class TypeScript Interface Definition… The post TypeScript...

View Article

What is JavaScript: It’s Example, Usage

JavaScript is a most popular client side scripting language developed by Brendan Eich. Originally it was named as “LiveScript” but later its name is changed… The post What is JavaScript: It’s Example,...

View Article


JavaScript Loops with an Example

Loops in any programming language are used to execute specific set of code again and again as long as certain conditions are met. There are… The post JavaScript Loops with an Example appeared first on...

View Article


15 Useful JavaScript String Methods

JavaScript string methods allows us to perform operations on string literals and String Objects. There are more than 20 string methods available in JavaScript. Out… The post 15 Useful JavaScript String...

View Article

JavaScript map function: Everything you need to know

Sometimes you need to iterate through array and perform some operation and push result in new array. There are multiple ways to do it by… The post JavaScript map function: Everything you need to know...

View Article

What is stopImmediatePropagation() in jQuery?

stopImmeidatePropagation() in jQuery is used to prevent other event handlers from being executed on the same element. Let’s see its syntax and example. Syntax As… The post What is...

View Article

jQuery ajax() Method With Example

jQuery ajax() method is used to make asynchronous HTTP requests. In this tutorial, we will see how to make AJAX calls using jquery ajax() method.… The post jQuery ajax() Method With Example appeared...

View Article


What’s New in TypeScript 4.4 Beta Version

Microsoft has released typescript 4.4 beta version and it’s due in late august to be released as a production release. To install this beta version… The post What’s New in TypeScript 4.4 Beta Version...

View Article

PHP Session: How to pass variable value from one page to another

A PHP session (or any session!) is a mechanism of storing multiple values across the application pages. It’s a kind of temporary storage that gets… The post PHP Session: How to pass variable value from...

View Article


Here’s What You Get in Adobe Magento 2.4.3 Open Source Release

As many of you know, Adobe has released Magento 2.4.3 version on the 10th of August 2021 along with security-only patches 2.4.2-p2 and 2.3.7-p1, which… The post Here’s What You Get in Adobe Magento...

View Article

[Updated] A Quick Update on Angular 13 Release

Google’s TypeScript based framework Angular gets a major production release every six months. Angular 13 production release is finally rolled out and developers can do… The post [Updated] A Quick...

View Article


What is HTTPS: It’s Working and Disadvantages

What is HTTPS? HTTPS stands for Hypertext Transfer Protocol – Secured. This is a secured version of HTTP. Https is a primary protocol that is… The post What is HTTPS: It’s Working and Disadvantages...

View Article

New Laravel v8.70 Released – Check Features and Changes

Laravel v8.70 is now released with many new features like JS class, can() method, –requests flag for controller and model to create a FormRequest class… The post New Laravel v8.70 Released – Check...

View Article

JavaScript: Four Major Differences between var and let

var and let both are used to declare a variable in javascript but there are few differences between these two in the below aspects. Let’s… The post JavaScript: Four Major Differences between var and...

View Article
Browsing all 43 articles
Browse latest View live




Latest Images