Skip to main content

previous disabled Page of 4
and
  1. No Access

    Video Segment

    Introduction to Django

    This video segment gives an introduction to Django and shows you how to create your first Django project and Django app.

    Coen de Groot in Django Essentials, Part 1 (2024)

  2. No Access

    Video Segment

    Key HTML tags

    This segment explains the HTML tags behind a simple web page.

    Coen de Groot in Django Essentials, Part 1 (2024)

  3. No Access

    Video Segment

    Template tags and filters

    This segment covers Django’s main template tags for loo** over data, using inheritance to avoid duplication, and if/else to show conditional contents. It also discusses some useful template tags, for showing...

    Coen de Groot in Django Essentials, Part 1 (2024)

  4. No Access

    Video Segment

    Defining the database structure

    Before you can save data in a relational database you need to define its structure. This video segment describes how to define the models in your ORM and migrate the structure to your database engine.

    Coen de Groot in Django Essentials, Part 1 (2024)

  5. No Access

    Video Segment

    Summary

    This segment summarizes the contents of this video.

    Coen de Groot in Django Essentials, Part 1 (2024)

  6. No Access

    Video Segment

    Views and urlpatterns

    In this segment, you will see how to create your first, very simple, Django view and bring it all together into a viewable web page.

    Coen de Groot in Django Essentials, Part 1 (2024)

  7. No Access

    Video Segment

    Django templates

    This video segment shows how to take some HTML, put it in a template and render the template. It also covers using a context to pass variable data to a template.

    Coen de Groot in Django Essentials, Part 1 (2024)

  8. No Access

    Video Segment

    Introduction to Django’s ORM

    This segment introduces the ORM, a key component of Django, what it is for and what it can do. It briefly covers relational databases and describes how the ORM is a link between them and your Python code.

    Coen de Groot in Django Essentials, Part 1 (2024)

  9. No Access

    Video Segment

    Django’s admin panel

    This video segment explains and demonstrates Django’s admin panel, a powerful built-in system for viewing and maintaining your data.

    Coen de Groot in Django Essentials, Part 1 (2024)

  10. No Access

    Video Segment

    Es module support

    In this video we show you how es module works and what you need to do. We look into the syntax of import from and import type from.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  11. No Access

    Video Segment

    Tuples and enums

    In this video we show you how to define tuples and enums in typescript and what their super powers are.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  12. No Access

    Video Segment

    Any, never and unknown

    In this video we show you the top level and bottom level types in typescript and how you can use them.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  13. No Access

    Video Segment

    Spread operator & Rest parameters

    In this video we look into the spread operator and rest parameters. We show you how typescript deals with these concepts.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  14. No Access

    Video Segment

    Introducing IoT, new .NET 6 features, SignalR and Blazor

    This video segment provides an overview of new .NET 6 features. Following this, it explains what SignalR and Blazor WebAssembly are.

    Fiodar Sazanavets in Build a Distributed IoT Cluster on .NET 6 (2022)

  15. No Access

    Video Segment

    Ts-node to the rescue

    In this video we show you how to use the tool ts-node if you want to interact with typescript code. It is a tool that I need to teach you.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  16. No Access

    Video Segment

    Set up a SignalR hub

    This video segment shows how to set up a SignalR hub, which will host SignalR endpoints on the server.

    Fiodar Sazanavets in Build a Distributed IoT Cluster on .NET 6 (2022)

  17. No Access

    Video Segment

    Deno, the new node.js

    In this video I want to show you a new modern runtime that can execute typescript directly. This platform is been created by Ryan Dahl the creator of node.js.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

  18. No Access

    Video Segment

    Set up a device management view on the web application

    This video segment shows how to build IoT device management web view by using Blazor WebAssembly.

    Fiodar Sazanavets in Build a Distributed IoT Cluster on .NET 6 (2022)

  19. No Access

    Video Segment

    Secure SignalR endpoints for both web UI clients and IoT devices

    This video segment shows how to apply security to SignalR endpoints. It shows how to use login-based authentication on the Blazor web view and how to use client certificate authentication on IoT devices.

    Fiodar Sazanavets in Build a Distributed IoT Cluster on .NET 6 (2022)

  20. No Access

    Video Segment

    Work with npx

    In this video we demonstrate how to work with npx as a tool to temporaly download a node package and execute it.

    Joris Hermans in JavaScript to TypeScript in Node.js (2022)

previous disabled Page of 4