Clinton Daniel
Clinton Daniel
  • Видео 85
  • Просмотров 361 639
OSI Model with Practical Demonstration
This video demonstrates the practical use of the OSI model. Specifically, this video covers the TCP/IP Stack. This is a simplified 5 Layer version that overlaps with the traditional 7 Layer version. TCP/IP is more applicable to modern networked systems. The demonstration contextually walks you through some labs that used Linux virtual machines. You can learn a lot about TCP/IP just from watching these demonstrations.
Просмотров: 1 281

Видео

Python Flask development with SQLite
Просмотров 23 тыс.Год назад
This example will walk you through creating a Python Flask app which uses a SQLite database to execute (C)reate, (R)ead, (U)pdate, and (D)elete operations. GitHub source code here: github.com/ISM6225/python-flask-sqlite
Developing a Flask app with Visual Studio Code
Просмотров 9 тыс.2 года назад
This tutorial based on: code.visualstudio.com/docs/python/tutorial-flask
SQL Injection on .NET Web Application Example for Learning Purposes
Просмотров 6 тыс.3 года назад
NOTE: This video is for learning purposes only. This video explains how a SQL Injection attack can be executed on a .NET Web Application that has not been developed with secure coding practices in Visual Studio. Source Code is available on GitHub here: github.com/cedanie2/SQL-Injection-for-Learning-Example and github.com/cedanie2/SQL-Injection-Example-Recorded
Solving Programming Problems in Kattis
Просмотров 6 тыс.3 года назад
This video explains how to fundamentally solve programming problems on the online Kattis platform. I provide a workflow that examines the problem, whiteboards a logical solution, builds the code in C#, and finally submits the code on the Kattis platform.
Python Dash Tutorial
Просмотров 2,6 тыс.3 года назад
I built this tutorial on Python Dash for my Data Visualization course at USF. To replicate this example you will need to: 1. Setup a GitHub Pages site. GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository in GitHub and publishes a website. You need to setup a “GitHub Pages” site on your GitHub account. To do this, follow this tutori...
OOP Introduction Explained with a C# Console Application
Просмотров 8 тыс.5 лет назад
This video explains the basic concepts of Object Oriented Programming with a C# Console Application.
Visual Studio 2019 integration with Git and GitHub demo
Просмотров 23 тыс.5 лет назад
This video demonstrates the integration of a local Git repository and a remote GitHub account repository using Visual Studio 2019.
MVC ASP.NET Core API with Database Example
Просмотров 6615 лет назад
This example demonstrates the use of MVC ASP.NET Core to create an application that gets data from an API, displays data in a web page, and then stores the data to a SQL Server Express database instance. Here is the link to the source code on GitHub: github.com/ISM6225/Simple_API_Database
MVC ASP.NET Core API Simple Example
Просмотров 2985 лет назад
This simple example demonstrates the use of an API to get data using an Http Client instance with MVC ASP.NET Core in C#. Here's the link to the source code in GitHub: github.com/ISM6225/API_Simple
Entity Framework on ASP.NET Core MVC Web Application with Database Example
Просмотров 6 тыс.5 лет назад
This video demonstrates how to create a simple MVC Web Application with a local SQL Server Database using the Entity Framework Core on ASP.NET Core. The source code can be downloaded from GitHub here: github.com/ISM6225/Entity-Framework-DB-MVC-Application-Example
MVC Models
Просмотров 3005 лет назад
Demonstrates the MVC Framework using the ASP.NET Core. Focuses on Models (M in MVC). The source code for this application can be downloaded from GitHub here: github.com/ISM6225/MVC-Models
MVC Basics Controllers Views
Просмотров 7225 лет назад
MVC Basics with ASP.NET Core Web Application Template. Also using C#. This video focuses on the Controllers and Views.
C# Selection Sort and Bubble Sort Algorithm Examples
Просмотров 2,2 тыс.5 лет назад
This video demonstrates a C# Console application that executes both Selection Sort and Bubble Sort Algorithms. The source code can be reviewed or downloaded from GitHub here: github.com/ISM6225/Sort
C# Big O Notation Example
Просмотров 2,8 тыс.5 лет назад
This C# Console application demonstrates Big O notation. The source code for this application can be downloaded from GitHub here: github.com/ISM6225/Big-0
C# Binary Search Algorithm Example
Просмотров 3,5 тыс.5 лет назад
C# Binary Search Algorithm Example
C# - Methods
Просмотров 4505 лет назад
C# - Methods
C# - Arrays
Просмотров 6255 лет назад
C# - Arrays
C# - Iteration Statements
Просмотров 7835 лет назад
C# - Iteration Statements
C# - Conditional Statement Examples
Просмотров 1 тыс.5 лет назад
C# - Conditional Statement Examples
Create C# HelloWorld Console Application and Publish to Git
Просмотров 5 тыс.5 лет назад
Create C# HelloWorld Console Application and Publish to Git
Install Visual Studio and Git Components
Просмотров 1,9 тыс.5 лет назад
Install Visual Studio and Git Components
Topic Modeling Example using R
Просмотров 8 тыс.5 лет назад
Topic Modeling Example using R
Data Mart Design - Populate Dimensions and Fact Tables
Просмотров 71 тыс.6 лет назад
Data Mart Design - Populate Dimensions and Fact Tables
Data Mart Design- Further Transformation of Staging Table
Просмотров 7 тыс.6 лет назад
Data Mart Design- Further Transformation of Staging Table
Data Mart Design - Problems with ETL and Staging
Просмотров 6 тыс.6 лет назад
Data Mart Design - Problems with ETL and Staging
Data Mart Design - ETL Process to Populate Staging Table
Просмотров 41 тыс.6 лет назад
Data Mart Design - ETL Process to Populate Staging Table
Data Mart Design - Table Construction
Просмотров 17 тыс.6 лет назад
Data Mart Design - Table Construction
USF DBA Dissertation Defense - 2018
Просмотров 3726 лет назад
USF DBA Dissertation Defense - 2018
ISM 3232 - Chapter 8
Просмотров 1236 лет назад
ISM 3232 - Chapter 8

Комментарии

  • @iLegault
    @iLegault 6 дней назад

    Finally a white man, got really tired of indians

  • @nada-rw6iy
    @nada-rw6iy Месяц назад

    THANK YOU!

  • @astralvolt6309
    @astralvolt6309 4 месяца назад

    Can you share me your previous videos

  • @Hasnainzahoor1996
    @Hasnainzahoor1996 4 месяца назад

    Hey! Thanks for the C# video on OOP. It's great for refreshing the core concepts, even though I'm building my CLI tool in TypeScript. The principles should apply just as well, right?

  • @learnenglishwithcumaali2883
    @learnenglishwithcumaali2883 6 месяцев назад

    Why would you keep all the values in a single FactTable? Is not a FactTable suppose to keep only agg values in order to limit the storage and the cots of DWH?

  • @ProactiveGaming
    @ProactiveGaming 7 месяцев назад

    Great explanation 👍

  • @loinguyen9331
    @loinguyen9331 7 месяцев назад

    thank you so much

  • @sohwz8987
    @sohwz8987 7 месяцев назад

    Nice video for computer science student 🫶

  • @EditingKing0088
    @EditingKing0088 8 месяцев назад

    Is this windows?

  • @asmegetachew2528
    @asmegetachew2528 9 месяцев назад

    Thank you Clinton!

  • @eleet321
    @eleet321 10 месяцев назад

    Hello my friend. I just want to say that video you made on Flask and SQLite is EXTREMELY useful!! I really wanted to add that video to my playlist so that I can come back to it, but I realized it was marked as a "RUclips kids" video which means I cannot add it to my playlist. Just FYI - hope you change that setting but either way, thanks so much for it and for the github link as well! Great stuff - cheers.

  • @ajeyarjun8718
    @ajeyarjun8718 Год назад

    This is Great

  • @rohitnath5545
    @rohitnath5545 Год назад

    amazing snowflake schema video. no BS

  • @quinnhogan545
    @quinnhogan545 Год назад

    Hello, great video. I know it's been a while, but can you perhaps speak on how you would take your data from a staging db and insert it into your fact table after all your dimensions are built, but this time you do not have any IDs for the dimensions in your staging table?

    • @clintondaniel5285
      @clintondaniel5285 Год назад

      I will be posting an updated version of the data mart design process using SQLite later this year. There are a lot of examples where the data mart design is useful for localized analysis/data science projects rather than enterprise scalable or service oriented deployment. Instead of using a Microsoft tool, I will be showing how all of the data engineering (ETL) is done using Python and SQLite. I'll see if I can include a part of the FACT table example where the ID is not available in a staging table.

  • @arturobrunocm
    @arturobrunocm Год назад

    Thank you for all the information shared, I’ve just finished the course project. Thanks!!

  • @reshandissanayake2772
    @reshandissanayake2772 Год назад

    This is the only series I found that defines datamart with a proper example. Thanks a lot Clinton!

  • @ShadSaleem
    @ShadSaleem Год назад

    Comprehensive explanation on data marts.

  • @JonathanChangTaipei
    @JonathanChangTaipei Год назад

    Very clear explanation on the logical process of building data warehouse and data mart.

  • @Dani-xh6pw
    @Dani-xh6pw Год назад

    hey clinton i hav found your ism 3232 lab videos really helpful for my course. Do you have a ISM 3232 lab 2 video? I can't find it on your channel

  • @matthewhauser9225
    @matthewhauser9225 Год назад

    Hey, I really appreciate this tutorial.

  • @JanUnitra
    @JanUnitra 2 года назад

    is it a good way of doing warehousing ? I always hear that the staging should be raw, no calculation, no changing etc. but you added surrogate keys ?

  • @aruukebaiakmatova1179
    @aruukebaiakmatova1179 2 года назад

    Very useful! Thank you

  • @aznfoever35
    @aznfoever35 2 года назад

    Super helpful!

  • @tahirkhan466
    @tahirkhan466 2 года назад

    can you make a tutorial in xamarin forms ?

  • @charbilrom3153
    @charbilrom3153 2 года назад

    where were these videos during my semester ? I understand everything at last

  • @charbilrom3153
    @charbilrom3153 2 года назад

    I finally understand logically process of etl after long semester.

  • @tincanpete
    @tincanpete 2 года назад

    That was really helpful, thank you!

  • @shashikantrrathod3617
    @shashikantrrathod3617 2 года назад

    Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?

    • @clintondaniel5285
      @clintondaniel5285 2 года назад

      This would be a useful feature. However, I'm not sure that it is available via the server-side. Most likely you would have to write JavaScript to accomplish this. Either way, it doesn't look like an easy process to do. Someone should contribute to the Dash project a module that makes this feature easy for developers.

  • @pedrobarrocas8673
    @pedrobarrocas8673 2 года назад

    You are the man, thank you so much! You are saving Panda Jardins

  • @swatik777yandexru
    @swatik777yandexru 2 года назад

    Very clear and excellent explaination! Thank you!

  • @sajjadmalik8209
    @sajjadmalik8209 2 года назад

    Thanks sir

  • @ericsos101
    @ericsos101 2 года назад

    Hi do you have the dataset?

  • @joyo2122
    @joyo2122 2 года назад

    you normally dont update staging tables or merge any id

  • @rokiahassan1220
    @rokiahassan1220 2 года назад

    I took this class and passes with B+

  • @ibiballer2003
    @ibiballer2003 2 года назад

    Wonderful tutorial

  • @ericsos101
    @ericsos101 3 года назад

    Such a wonderful project approach on data mart.Can you please share the dataset because i would love to follow through on hand on ...it will be much appreciated./.Thx again in advance

  • @shivanandatre
    @shivanandatre 3 года назад

    I am not able to see the Customer model in the dropdown while trying to add controller. Tried many things, any solution?

  • @ouaildjaidja1447
    @ouaildjaidja1447 3 года назад

    thank you so much !

  • @ronaldmudenyo6281
    @ronaldmudenyo6281 3 года назад

    Best video ever. You just helped me complete my project. Thanks for the video

  • @sandipbaidya2839
    @sandipbaidya2839 3 года назад

    I really enjoyed watching this video ::)

  • @ericsos101
    @ericsos101 3 года назад

    Can you please share the dataset you used?.. Thanks

  • @Виталий-к9ь
    @Виталий-к9ь 3 года назад

    контекст и модель обычно делают в разных папках Ну а так, в целом очень информативно.

  • @ASDAvlogs
    @ASDAvlogs 3 года назад

    Why are we performing conversion while loading into staging?

    • @kypdur4746
      @kypdur4746 2 года назад

      So as not to mess up the master table, if something goes wrong.

  • @abidvu2472
    @abidvu2472 3 года назад

    Thank you Clinton for a very concise and useful tutorial for SSIS. By the way, i'd appreciate it if anyone can help me on explaining further how I can build a staging table?

  • @chamathhasthuka
    @chamathhasthuka 3 года назад

    Thank you Sir. Could you please update more videos. And one suggestion please create playlists

  • @datafreak911
    @datafreak911 3 года назад

    Thanks for this nice video, would you do another one for how to do this project from beginning

  • @soumyapatra7893
    @soumyapatra7893 3 года назад

    Please make a video how to build application using .net core / API and ado.net.

  • @soumyapatra7893
    @soumyapatra7893 3 года назад

    Could you please make a video using ado.net and .net core with API.

  • @soumyapatra7893
    @soumyapatra7893 3 года назад

    How the hacker knows what is table name used in the application ??? You showed in the delete command. Pls explain

    • @clintondaniel5285
      @clintondaniel5285 3 года назад

      The example simply shows how SQL was allowed with no defense built into the design. Discovering object names, such as tables or variables, is another topic.

    • @attilaguba856
      @attilaguba856 2 года назад

      Literally he showed in this video how he can accessed to the db if it's not secured! Watch it again! Quite clear explanation to be honest!

  • @soumyapatra7893
    @soumyapatra7893 3 года назад

    What if the developer using store procedures ? Still it can be done by any hacker ?

    • @clintondaniel5285
      @clintondaniel5285 3 года назад

      The example I recorded here just shows a complete disregard to security. The developer is allowing SQL to be injected within the C# code. A stored procedure would be a better practice. However, it is not excluded from attack if not properly developed.

    • @attilaguba856
      @attilaguba856 2 года назад

      Get a login stuff simple and let the user only adding any infos after authenticated and give to method an [ Authorize ] attribute or the page! Check Identity stuff and you don't need to worry about so much!