JavaScript

Showing posts with label JavaScript. Show all posts

Embarking on the financial tech journey is like navigating a digital chessboard where every move counts. In this realm, software isn't just a tool - it's the strategist, the game-changer. Journey into the world of financial software, a realm where algorithms wield influence, transactions dance in microseconds, and security is the unsung hero - https://keenethics.com/services-web-development-node.

 

It's a playground for innovation and a battleground for precision, where every line of code echoes in the corridors of fiscal power. Greetings from the complex world of financial software, where every byte carries the weight of wealth.

Published by on under Editorial | JavaScript

TypeScript is an open-source programming language, which extends JavaScript to bring static types to modern JavaScript. TypeScript language is designed, developed, and maintained by Microsoft to provide developers the ability to develop JavaScript applications for both client-side and server-side (Node.js) execution.

 

Microsoft announces TypeScript 4.4, which adds some new features and enhancements. Here's everything that you would like to know about the new features which are part of this release.

Published by on under JavaScript | News

Web development is an ever-evolving process that requires constant innovation and upgrades to quench the demand for game-changing technology with each passing year. Most developers prefer JavaScript for front-end development, which is backed strongly by NodeJS for back-end development in recent times.

 

The reason being that NodeJS is a program that works well with JS functionality and adapts effortlessly with the backend syntax. NodeJS also plays a vital role in developing apps with an interactive user experience that ultimately enhances the ROI.

 

Besides web development, NodeJS also plays a part in mobile application development nowadays. So, let’s find out from this blog what is NodeJS and what are the splendid features that make it a popular choice among web developers worldwide.

Published by on under Editorial | GuestPost

TypeScript is an open-source programming language, which extends JavaScript to bring static types to modern JavaScript. TypeScript language is designed, developed, and maintained by Microsoft to provide developers the ability to develop JavaScript applications for both client-side and server-side (Node.js) execution.

 

Microsoft announces TypeScript 4.2, which adds some new features and enhancements. Here's everything that you would like to know about the new features which are part of this release.

Published by on under JavaScript | News

Microsoft announces the general availability of the WebView2 control that enables you to embed web technologies in your native web applications. The control is based on the new Chromium-based Microsoft Edge web browser and is a successor to the old EdgeHTML based WebView.

 

Along with this announcement, Microsoft now officially released a forward-compatible WebView2 SDK and a production-ready WebView2 Runtime. For details, continue reading further.

Published by on under CSS | HTML

Microsoft released 26 short videos on YouTube that offers beginners to jumpstart in learning Node.js, the server-side JavaScript runtime for building apps. Though the series won't cover every single thing about Node.js but will give you the essential knowledge to get started with Node.

 

If you are an absolute beginner and would like to learn Node.js, here's the complete list of videos that Microsoft published for you on YouTube.

Published by on under JavaScript | News

Microsoft releases TypeScript 4.0. This version of the language represents the next generation of TypeScript releases, as Microsoft dives deeper into expressivity, productivity, and scalability.

 

With TypeScript 4.0, though there are no major breaking changes, it contains a set of new features that will boost your productivity to build web applications without writing any JavaScript code.

Published by on under JavaScript | News

jQuery Team has released version 3.5, that includes some new features, security bug fixes and more. According to the team, the main change in this release is a security fix, and it's possible you will need to change your own code to adapt.

 

Here's everything that you like to know about the latest changes, and how to download the latest version of jQuery 3.5.

Published by on under JavaScript | jQuery

An interface in TypeScript contains only the declaration of the methods and properties, but not the implementation. It is the responsibility of the class that implements the interface by providing implementation for all the members of the interface.

 

Today, in this TypeScript Tutorial, we will learn how to work with Interfaces in TypeScript. Continue reading to learn more.

Published by on under CodeProject | DZone

Just like any other OOPs supported languages, TypeScript also allows you to inherit a base class. In the last article, we learned how to create class in TypeScript. We have also learned how to create a constructor and how to instantiate a class object.

 

In this article of the TypeScript Tutorial for beginners series, we will learn how to inherit a TypeScript class. Continue reading to learn it today.

Published by on under CodeProject | DZone

Earlier in the TypeScript Tutorial series (Getting started with TypeScript) we learnt about the TypeScript configuration file, variable declaration and basic data types. I hope that was neat and clear to understand the very basics of TypeScript.

 

Today in this article, we will learn how to define a class and instantiate class object. Continue reading to learn about it today.

Published by on under CodeProject | DZone

Like JavaScript and any other languages, TypeScript also provides basic data types to handle numbers, strings etc. Some common data types in TypeScript are: number, string, boolean, enum, void, null, undefined, any, never, Array and tuple.

 

Let's learn more about these basic data types of TypeScript, which you will need to use always. Let's learn with suitable examples.

Published by on under CodeProject | DZone

In the previous few chapters of the TypeScript Tutorial series we have learned how to install TypeScript and then begin with creating a simple HelloWorld application. We have also learned about TypeScript configuration file (tsconfig.json).

 

In this chapter we will learn various ways to declare variables in TypeScript. Continue reading to learn more about it.

Published by on under CodeProject | DZone

The tsconfig.json file allows you to specify the root level files and the compiler options that requires to compile a TypeScript project. The presence of this file in a directory specifies that the said directory is the TypeScript project root.

 

In this chapter of the TypeScript Tutorial series we will learn about tsconfig.json, it's various properties and how to extend it.

Published by on under CodeProject | DZone

If you have read the previous chapter of the TypeScript Tutorial series, you have already learned how to install Node.js and TypeScript and might have already installed those. Now, it's the time to go a step further to learn how to write code in TpeScript.

 

In this article, we will learn how to create a simple HelloWorld application, compile it and run it. Continue reading to know more.

Published by on under CodeProject | DZone

TypeScript is an open-source programming language, developed and maintained by Microsoft, and hosted in GitHub. TypeScript is a superset of JavaScript and can be used to develop JavaScript applications for both client-side and server-side.

 

This post will cover how to install Node.js and then proceed with installation of TypeScript using the Node Package Manager.

Published by on under CodeProject | DZone

If you want to display more information in a small space of a webpage, you want to use 'Toggle panel'. This way user only have to click on a link or a tab (based on your design) to display the information within that less space. The other pane will collapse automatically to give a toggle effect.

 

In this tutorial, we will learn how to create the effect in a HTML web page using only CSS. We will not use any JavaScript for this. Continue reading to learn more.

Published by on under CSS | HTML

There could be some possible business cases where we need to insert a HTML element inside a post. This should not be a static one but a dynamically injected at the middle of the article. So, what to do in such case? How can we insert it by writing some code?

 

Today in this blog post, we are going to see the same with the help of jQuery code. This will not only reduce the burden of writing huge code, but also give a better performance.

Published by on under HTML | JavaScript

Microsoft Virtual Academy is organizing a live event for the developers who has basic knowledge of JavaScript and looking forward to improve their JavaScript skill. Join Microsoft experts Christopher Harrison and Gabrielle Crevecoeur on 28th October and take your skills to the next level.

 

It’s a whole day event for experienced developers and yes, it’s completely free. So, don't miss! Read more to find out details and registration link for the event.

Published by on under Events | JavaScript