TypeScript

Developer

1 Problem, 24 Programming Languages

code_report created this video that looks at 24 programming language solutions (C, Go, C++, Rust, D, Clojure, Ruby, Elixir, Haskell, Racket, Python, APL, J, BQN, PHP, Scala, Erlang, Typescript, Javascript, Java, Kotlin, Swift, Dart, C#) to one problem. Solutions on GitHub: https://github.com/codereport/LeetCode/tree/master/Problem%20327P1 ADSP Podcast: https://adspthepodcast.com/ Array Cast: https://www.arraycast.com/

Read More
Developer

25 VS Code Productivity Tips and Speed Hacks

Learn 25 VS Code tips and tricks that will help you write code faster.

Read More
Developer Javascript

The Road to TypeScript

What does the road to official TypeScript support for Ember look like? What does it include, and what does it exclude, and why? Why has it taken this long? What does the future hold? What have we done which is distinctive from other frameworks? What are some of the possibilities for collaboration across the front-end […]

Read More
Developer

What is the Fastest Computer Language?

A constant source of debate for computer geeks, retired Microsoft engineer Dave Plummer takes us on a guided tour of 45 different computer languages and drag races each against one another using a prime sieve benchmark.

Read More
Power Apps

How to use Office Scripts in Excel & Power Automate

In this step-by-step tutorial, Kevin Stratvert shows you how you can use Office Scripts in Excel on the web to automate repetitive and mundane tasks. Additionally, learn how you can trigger you scripts automatically using Power Automate. With Power Automate, you can set a Teams message, an email, or other app to trigger your script.

Read More
Developer Javascript

How to Build a Shopping Cart with React and TypeScript

In this tutorial by Thomas Weibenfalk learn the fundamentals and how to build a ReactJS shopping cart with Typescript, Material UI, Styled Components and React-Query. This tutorial uses a free open API for dummy data to the items in the shop. React-Query hooks is used for fetching the data from the API. Styled Components is […]

Read More
Design Developer

Predicting the Future of the Web Development (2020 and 2025)

At ReactiveConf 2019 Richard Feldman ponders what technologies and trends will dominate the web development in 2020 and 2025? 

Read More
Developer Javascript

Adopting Typescript at Scale

I’ve always been fascinated by the reaction many JavaScript developers have to TypeScript. Many love it and many dislike it. The goal of TypeScript was to bring the order and type integrity found in languages like C# and Java, which makes building large, complex systems much easier. Others dislike it because it alters the anarchistic […]

Read More
Javascript

The 5 Coolest Features of TypeScript

Learn five of the coolest features of TypeScript from Technical Fellow, Anders Hejlsberg. How can TypeScript help editors better check and improve our JavaScript? How does TypeScript use Control Flow Analysis? How do we avoid the pyramid of doom with asynchronous callback hell? Learn these and why Anders is having so much fun creating compilers […]

Read More