• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Codemotion Magazine

We code the future. Together

  • Discover
    • Events
    • Community
    • Partners
    • Become a partner
    • Hackathons
  • Watch
    • Talks
    • Playlists
    • Edu Paths
  • Magazine
    • Backend
    • Frontend
    • AI/ML
    • DevOps
    • Dev Life
    • Soft Skills
    • Infographics
  • Talent
    • Discover Talent
    • Jobs
    • Manifesto
  • Companies
  • For Business
    • ENEN
    • ITIT
    • ESES
  • Sign in
Home » You searched for typescript

Search Results for: typescript

How to Set Up a Cypress TypeScript Project

September 12, 2023 by Antonello Zanini

setup project, web development, framework, typescript cypress
facebooktwitterlinkedinreddit

Ensuring that your web applications work flawlessly across different browsers has become paramount. This is where Cypress comes into play. That end-to-end testing framework has gained popularity thanks to its simplicity, real-time feedback, and … Read more

Share on:facebooktwitterlinkedinreddit

How to Create an MDX Blog in TypeScript With Next.js

April 5, 2023 by Antonello Zanini

blog, next.js, mdx blog
facebooktwitterlinkedinreddit

MDX is a powerful combination of Markdown and React components that allows you to create dynamic and interactive content. This makes it the perfect markup language for creating a blog. Next.js natively supports MDX, so let's use both and create an … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:NextJS typescript

Frameworkless Approach: Building SPAs with Typescript and WebComponents

March 2, 2023 by Codemotion

best practices for micro-frontends
facebooktwitterlinkedinreddit

Frameworkless approach in 2023? In the long journey of the Web from the static content navigation system of the origins to the dynamic application platform of today, the web frameworks have played a key role to cover the gaps in the web … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:WebComponents

Typescript 10 Years After Release

October 17, 2022 by Codemotion

typescript release
facebooktwitterlinkedinreddit

The first TypeScript release was 10 years ago, in October 2021. Despite scepticism and the eternal search for a competitor that ends its reign, Typescript has become the choice for many developers that want to build a robust project and look beyond … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Frameworks Languages typescript

Video: Is It Possible to Go From YAML to TypeScript in Cloud Automation?

July 15, 2022 by Codemotion

cloud automation
facebooktwitterlinkedinreddit

Traditional tools like CloudFormation, ARM templates, and Terraform are based on text-based formats. This has many downsides, like a tendency to be tedious, iterative, and very bulky when it comes to reusing them. So, in this video with Software … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Terraform

Why You Should Use Typescript for Your Next Project

February 23, 2022 by Codemotion

facebooktwitterlinkedinreddit

What is TypeScript? TypeScript is a programming language first developed by Microsoft in 2012. Its main ambition is to improve the productivity of developing complex applications. It is an open-source language developed as a superset of … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Full Stack Developer Languages

Understanding the Role of Decorators in TypeScript

June 9, 2021 by Nathan Rozentals

Understanding the Role of Decorators in TypeScript
facebooktwitterlinkedinreddit

Decorators in TypeScript provide a way of programmatically tapping into the process of defining a class. Remember that a class definition describes the shape of a class, what properties it has, and what methods it defines. When an instance of a … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Frameworks

Why Should You Care to Learn TypeScript?

October 26, 2020 by Gabriella Giordano

coding
facebooktwitterlinkedinreddit

Table Of ContentsYou are already know TypeScript (almost)It is very easy to get started with TypeScriptCompilation has its adavantagesData binding is safer in TypeScriptTypeScript allows OOP like a proReuse code with type-safe genericsTypeScript has … Read more

Share on:facebooktwitterlinkedinreddit

Angular Control Flow: the Complete Guide

November 27, 2023 by Davide Passafaro

angular, control flow
facebooktwitterlinkedinreddit

Angular v17 was released some days ago with a ton of new features, a brand-new logo and the new blog angular.dev. In this article, I will dive into the new control flow, which will make you forget about directives … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Angular Control Flow

All About Svelte 5: Reactivity and Beyond

November 16, 2023 by Riccardo Degni

Collaborative coding. A group of developers working together. Kotlin introduction.
facebooktwitterlinkedinreddit

In the dynamic world of front-end development, efficiency, responsiveness, and user experience are crucial parameters for the success of any web application. Svelte, emerging as a novelty in the panorama of front-end frameworks, has gathered a … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:sviluppo software

Best Practices for Building a Scalable Vue.js Application

September 7, 2023 by Antonello Zanini

scalable vue.js application
facebooktwitterlinkedinreddit

Writing maintainable code is of paramount importance when building a scalable Vue.js application. The traditional Options API is good but often leads to messy code. Here is why Vue.js 3 introduced the Composition API as a powerful tool for achieving … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Vue.js

All About Code Llama: Meta’s New Coding AI

September 1, 2023 by Lucilla Tomassi

Chatbot AI
facebooktwitterlinkedinreddit

Meta has just released Code Llama, a comprehensive Language Model (LLM) that can use text prompts to generate code. According to the American company, Code Llama has the potential to make workflows faster and more efficient for experienced developers … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:AI Coding Tools News

The Best Color Manipulation Library in JavaScript

August 21, 2023 by Antonello Zanini

Javascript color library. Discover how to use it in this guide.
facebooktwitterlinkedinreddit

SASS comes with functions to programmatically modify colors, such as lighten() and darken(). These provide a practical approach to color manipulation in CSS. But what if you wanted to achieve the same result in plain JavaScript? Considering how … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:color manipulation

The Rise of ViteJS: Unraveling its Popularity

August 9, 2023 by Codemotion

ViteJS, javascript framework, what is it.
facebooktwitterlinkedinreddit

Contemporary web apps rely heavily on JavaScript and its ecosystem. No longer simply responsible for ad-hoc snippets in otherwise static pages, JavaScript is now the driving force for dynamic web apps whose functionality closely models that of native … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Frameworks JavaScript Web Design

React Component Libraries for Boosting Your UI Design

July 6, 2023 by Codemotion

react component librararies for UI design.
facebooktwitterlinkedinreddit

The world of React component libraries is vast and ever-changing. With so many options available, it can be difficult to decide which library is best suited for your project. To help you make an informed decision, we’ve compiled a comprehensive guide … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:React UI

The Most Common Questions About JavaScript: A Complete Guide

June 28, 2023 by Riccardo Degni

svelte, javascript frameworks, vue.js, angular, react libraries
facebooktwitterlinkedinreddit

Looking for a JavaScript guide? Discover everything about the leading language in web development: it's flexible, fun, and extremely powerful. But did you know that it has hidden features and "secret" capabilities that not everyone is aware of? In … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:Web Development

Designing Innovative HMIs with Web Technologies

June 13, 2023 by Codemotion

Human-Machine Interfaces (HMIs). React Redux.
facebooktwitterlinkedinreddit

In the realm of industrial automation, Human-Machine Interfaces (HMIs) play a crucial role in facilitating efficient control and monitoring of complex systems.Traditionally, Supervisory Control and Data Acquisition (SCADA) systems have been the go-to … Read more

Share on:facebooktwitterlinkedinreddit

A Complete Introduction to the React Library

June 9, 2023 by Riccardo Degni

React library: all you need to know about it.
facebooktwitterlinkedinreddit

Welcome to the world of React! If you are new to web development or want to expand your knowledge, this article is specifically designed for you. We will begin with an overview of what the React library is, its goals, and its distinctive strategy … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:React React Native Redux

How to Create a Multilingual Site in Next.js With next-i18next

May 8, 2023 by Antonello Zanini

This article explains how to create a multilingual site, with next.js using nexti18n.
facebooktwitterlinkedinreddit

Next.js provides built-in internationalized routing capabilities. At the same time, it does not offer a translation content management system. All it does is keep your locales and URLs synchronized. To actually create a multilingual site in Next.js, … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:NextJS

Bun Runtime: Speed Tests and Key Features

April 28, 2023 by Chukwudi Golden

bun runtime, speed test
facebooktwitterlinkedinreddit

Introduction Let's take a look at some key concepts to fully understand Bun runtime: the setting in which JavaScript code executes is referred to as the JavaScript runtime. It provides the event loop, memory allocation, and garbage collection … Read more

Share on:facebooktwitterlinkedinreddit

Tagged as:JavaScript typescript

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

Free Whitepaper: The Ultimate Azure Cybersecurity Handbook.

Codemotion Talent · Remote Jobs

Senior Backend Engineer

Unobravo
Full remote · TypeScript · Node.js · GraphQL · Amazon-Web-Services · Docker

Full Stack Senior .Net Developer

Lightcode
Full remote · .NET-Core · ASP.NET-MVC · C# · HTML/CSS · JavaScript

Full Stack Developer

Winelivery
Full remote · JavaScript · MySQL · Node.js · ReactJS · React-Native

Machine Learning Engineer

Tinexta
Full remote · Django · NLP · SQL · SQL-Server · Flask

Latest Articles

software development success

A Manifesto to Software Development Success 

Soft Skills

Infographic, visual studio code, project idx, codemotion, playlists, languages, tools for developers

Project Idx: A Visual Studio Code Competitor

Backend

angular, control flow

Angular Control Flow: the Complete Guide

Frontend

code mapping, code review best practices

Code Mapping: How It Works and 5 Compelling Use Cases

Backend

Footer

Discover

  • Events
  • Community
  • Partners
  • Become a partner
  • Hackathons

Watch

  • Talks
  • Playlists
  • Edu paths

Magazine

  • Tech articles

Talent

  • Discover talent
  • Jobs

Companies

  • Discover companies

For Business

  • Codemotion for companies

About

  • About us
  • Become a contributor
  • Work with us
  • Contact us

Follow Us

© Copyright Codemotion srl Via Marsala, 29/H, 00185 Roma P.IVA 12392791005 | Privacy policy | Terms and conditions