Make a Chatroom with Deno and Websockets

Overview This course navigates through the process of creating a real-time chatroom application utilizing Deno and WebSockets. It delves into establishing WebSocket connections, managing real-time bi-directional communication between the server (Deno) and clients, and handling connection lifecycles for robust chat interactions. Participants learn how Deno’s secure runtime environment is leveraged to build server-side components and […]
Deno Jump Start

Overview This course provides an introduction to Deno, a secure runtime for JavaScript and TypeScript that aims to address the shortcomings of Node.js. It covers Deno’s features, including its default security settings, support for modern JavaScript features out of the box, and its built-in utilities for dependency inspection and code formatting. The course also explains […]
Learn UI Design

This massive UI design course teaches you to build beautiful and well-functioning user interfaces using HTML and CSS. It’s filled with interactive tutorials to ensure that the knowledge sticks with you. Created by Gary Simon, the most popular online instructor on this subject.
GraphQL Crash Course

Overview This course introduces GraphQL, a query language for APIs that provides a complete and understandable description of the data in your API, allowing clients to ask for exactly what they need and nothing more. It covers the core concepts of how GraphQL differs from traditional REST API design by enabling declarative data fetching and […]
Coding Challenges

Overview This course is centered around solving coding challenges, a fundamental skill for improving problem-solving abilities and software development proficiency. It encompasses a wide range of exercises from basic algorithms and data structures to complex problems that mimic real-world scenarios. Participants learn to approach problems methodically, develop efficient algorithms, and write code that is both […]
Learn Responsive Web Design

This course will take you to a professional level in responsive web design. You’ll learn to build advanced layouts while solving fun coding challenges along the way.
From Figma to Code

Practice making high-quality mockups a reality in the browser with five stunning projects created by a UI expert and coded by you.
Flutter Masterclass

This in-depth course is designed to teach you how to build sophisticated Flutter applications from scratch. You’ll explore custom themes, global state management, animations, and database integration.
Flutter Forms

This course covers essential Flutter Form components like Text Editing Controllers and the Form widget, along with form validation and error feedback techniques. You’ll gain practical knowledge through concise, step-by-step video lessons.
Flutter Animations

This course introduces the implementation of animations in Flutter, Google’s UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase. It focuses on Flutter’s animation framework, which provides a structured process to transition widgets from one state to another in a smooth, visually appealing manner. The course covers the […]
Chakra UI Crash Course

This course covers Chakra UI, a modular and accessible component library that enables developers to build React applications with speed and efficiency. It focuses on Chakra UI’s utility-first design, which allows for rapid styling of applications with sensible defaults and responsive designs out of the box. The course explores the extensive range of components available […]
TypeScript Masterclass

This TypeScript course offers a comprehensive journey through the essentials and advanced features of TypeScript, designed to equip learners with a robust set of skills for type-safe web development. Starting with the basics of TypeScript, including its benefits, installation, and compilation, the course progresses through type annotations, advanced types, and configuration techniques to optimize development […]