Getting Started With JavaScript RESTful APIs
Introduction to RESTful APIs with JavaScript, Node.js, and Express. Build a simple API from scratch to fully understand the fundamentals.
Introduction to RESTful APIs with JavaScript, Node.js, and Express. Build a simple API from scratch to fully understand the fundamentals.
First look at the new features and updates in .NET 6. Visual Studio 2022, C# 10, ASP.NET Core 6 and .NET Maui – a new open-source, cross-platform UI framework evolved from Xamarin.
C# is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.
Python – Data Science Toolbox — Importing Data, Cleaning Data, pandas Foundations, Manipulating DataFrames and more.
Introduction to programming in Python. Environment setup, basic syntax and data types, collections, generators, decorators and object-oriented programming.
Scala is a high-level, general-purpose programming language with support for both object-oriented and functional programming. Scala is statically typed and compiled into Java bytecode (JVM instructions).
Data Structures & Algorithms Overview. Linked Lists, Stacks & Queues, Big O Notation, Recursion, Binary & Linear Searches.