Søren Spangsberg Jørgensen
Søren Spangsberg Jørgensen
  • Видео 196
  • Просмотров 1 541 494

Видео

Installing LocalWP
Просмотров 369 месяцев назад
Installing LocalWP
How to setup a simple CI-CD pipeline using GitHub Actions and render.com
Просмотров 8 тыс.Год назад
Updated GitHub repo used for this video: github.com/sspangsberg/MEN_RESTAPI_EASV_S23
Deploying a REST-API on render.com - 01 - Intro
Просмотров 1,1 тыс.Год назад
Deploying a REST-API on render.com - 01 - Intro
Deploying a REST-API on render.com - 02 - Deploy
Просмотров 8 тыс.Год назад
Deploying a REST-API on render.com - 02 - Deploy
CI/CD with GitHub Actions - 01 - Introduction
Просмотров 5683 года назад
In this video series I demonstrate how we can setup a CI/CD workflow pipeline to automate our testing and deployment tasks. This is conducted using a MongoDB-ExpressJS-NodeJS REST API. Link to GitHub: github.com/sspangsberg/mongo_mongoose_nodejs_api
CI/CD with GitHub Actions - 02 - Creating workflow file
Просмотров 5293 года назад
In this video series I demonstrate how we can setup a CI/CD workflow pipeline to automate our testing and deployment tasks. This is conducted using a MongoDB-ExpressJS-NodeJS REST API. Link to GitHub: github.com/sspangsberg/mongo_mongoose_nodejs_api
CI/CD with GitHub Actions - 03 - Extending with deployment job
Просмотров 3273 года назад
In this video series I demonstrate how we can setup a CI/CD workflow pipeline to automate our testing and deployment tasks. This is conducted using a MongoDB-ExpressJS-NodeJS REST API. Link to GitHub: github.com/sspangsberg/mongo_mongoose_nodejs_api
CI/CD with GitHub Actions - 04 - Final tweaks etc.
Просмотров 1863 года назад
In this video series I demonstrate how we can setup a CI/CD workflow pipeline to automate our testing and deployment tasks. This is conducted using a MongoDB-ExpressJS-NodeJS REST API. Link to GitHub: github.com/sspangsberg/mongo_mongoose_nodejs_api
Linear Data Structures - 03 - LinkedList
Просмотров 1683 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ.
Linear Data Structures - 06 - Iterator
Просмотров 993 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ.
Linear Data Structures - 05 - Stack
Просмотров 1063 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ.
Linear Data Structures - 04 - Deque as a Queue
Просмотров 1313 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ.
Linear Data Structures - 02 - ArrayList
Просмотров 1543 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ.
Linear Data Structures - 01 - Introduction
Просмотров 3503 года назад
This video series is about linear data structures (ArrayLists, LinkedList, Queues, Deques and Stacks). I talk about the theory, time complexity and demonstrate them in Java and IntelliJ
Deploying ExpressJS app to Heroku - Setting env variables
Просмотров 9 тыс.3 года назад
Deploying ExpressJS app to Heroku - Setting env variables
Deploying ExpressJS app to Heroku
Просмотров 5873 года назад
Deploying ExpressJS app to Heroku
Unit Testing with JUnit and IntelliJ - 01 - Setting up our first unit test
Просмотров 2,4 тыс.3 года назад
Unit Testing with JUnit and IntelliJ - 01 - Setting up our first unit test
Unit Testing with JUnit and IntelliJ - 03 - Invalid input testing
Просмотров 1,1 тыс.3 года назад
Unit Testing with JUnit and IntelliJ - 03 - Invalid input testing
Unit Testing with JUnit and IntelliJ - 02 - Additional Annotations
Просмотров 3803 года назад
Unit Testing with JUnit and IntelliJ - 02 - Additional Annotations
Testing a REST API with Mocha & Chai - 06 - Refactoring a bit
Просмотров 1,6 тыс.3 года назад
Testing a REST API with Mocha & Chai - 06 - Refactoring a bit
Testing a REST API with Mocha & Chai - 05 - Test DB routes
Просмотров 4,4 тыс.3 года назад
Testing a REST API with Mocha & Chai - 05 - Test DB routes
Testing a REST API with Mocha & Chai - 04 - Test API welcome route
Просмотров 10 тыс.3 года назад
Testing a REST API with Mocha & Chai - 04 - Test API welcome route
Testing a REST API with Mocha & Chai - 03 - First simple test
Просмотров 6 тыс.3 года назад
Testing a REST API with Mocha & Chai - 03 - First simple test
Testing a REST API with Mocha & Chai - 02 - Install Test Dependencies
Просмотров 7 тыс.3 года назад
Testing a REST API with Mocha & Chai - 02 - Install Test Dependencies
Testing a REST API with Mocha & Chai - 01 - Introduction
Просмотров 12 тыс.3 года назад
Testing a REST API with Mocha & Chai - 01 - Introduction
Unit Testing Introduction and JUnit
Просмотров 6993 года назад
Unit Testing Introduction and JUnit
Unit Testing with PHP Unit
Просмотров 66 тыс.3 года назад
Unit Testing with PHP Unit
Intro to recursive algorithms in IntelliJ
Просмотров 5433 года назад
Intro to recursive algorithms in IntelliJ
Rock-Paper-Scissor in Java - Clone repo and demo game in IntelliJ
Просмотров 5573 года назад
Rock-Paper-Scissor in Java - Clone repo and demo game in IntelliJ

Комментарии

  • @RobertVeale
    @RobertVeale 5 часов назад

    How did you get the error display to look as you did? I know....not expecting an answer after all this time.

  • @Latigo
    @Latigo 5 дней назад

    Thanks a bunch for your help!

  • @yeisonmonroy-7987
    @yeisonmonroy-7987 24 дня назад

    Thanks so much, this really help me to improve my sklills to make my own business 😊

  • @isaacsxmsLOUIV
    @isaacsxmsLOUIV Месяц назад

    for anyone who might be having problems with the routing returning 404 on Ubuntu, since im doing it on WSL, i got the error aswell and it might be the same reason as yours, i found this on StackOverflow 1 - Enable mod_rewrite on the apache server: sudo a2enmod rewrite 2 - Edit /etc/apache2/apache2.conf, changing the "AllowOverride" directive for the /var/www directory (which is my main document root): AllowOverride All 3- Then restart the Apache server: service apache2 restart

  • @rahatnadeem3027
    @rahatnadeem3027 Месяц назад

    I can't find the video to connect it to frontend. Please help

  • @sakshamjain3998
    @sakshamjain3998 Месяц назад

    Thankyou for the lecture sir it cleared my doubt <3

  • @un1kum42
    @un1kum42 2 месяца назад

    I am sorry that I have to say, that I as a German, had to laugh about your name but after that you saved my ass with that video.

  • @itsanurag1111
    @itsanurag1111 2 месяца назад

    why to put startdate inside department

  • @taiwan.1
    @taiwan.1 2 месяца назад

    Very Very Under-rated video! Thanks!

  • @taiwan.1
    @taiwan.1 2 месяца назад

    this is an underrated video!

  • @amaan_awesome
    @amaan_awesome 2 месяца назад

    are you teaching or studying?

  • @idkwhattowritelmao
    @idkwhattowritelmao 2 месяца назад

    Yo bro, you rlly helped me, thank you!

  • @davidebertoni719
    @davidebertoni719 2 месяца назад

    Nice, this is pretty useful as a starting point to learn javafx

  • @gracefulleey
    @gracefulleey 2 месяца назад

    Hi, thanks for the helpful video! I would like to have the updated link to the conversion guide. It seems like the link is invalid.

  • @BluePaneTechnologies-nu4hh
    @BluePaneTechnologies-nu4hh 3 месяца назад

    thnx

  • @sercanio
    @sercanio 3 месяца назад

    Very descriptive, thanks!

  • @Lordseriouspig
    @Lordseriouspig 3 месяца назад

    Hey mate, really helpful, but I'm getting deprecation warnings for useUnifiedTopoligy and useNewUrlParser. How can I avoid this?

  • @MeriemTaiebEzzraimi
    @MeriemTaiebEzzraimi 3 месяца назад

    THAAAAANK YOUUUUU DO MUCCHHHH

  • @skincarver666
    @skincarver666 3 месяца назад

    Was able to make a relational data model without any prior experience. This model will be used for many great things.

  • @apurbaafiat6012
    @apurbaafiat6012 3 месяца назад

    Best video ever....don't stop uploading man

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

    Hi, the converting document link is not working :(

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

    I got this error and tried many ways but couldn't solve this pleasee HELP

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

    This man saved my life! Thank you 🥳

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

    For one to one relationship we have to create a different table?

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

    tysm bro ! <3

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

    Thank you for this video! Extremely helpful.

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

    And what about 1 to 1 relation?

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

    require() of ES Module is not supported

  • @afterpill
    @afterpill 5 месяцев назад

    Great!

  • @starexrex
    @starexrex 5 месяцев назад

    You using xampp so you wrong

  • @nahiyanishtiaque1283
    @nahiyanishtiaque1283 5 месяцев назад

    What do you do with the derived attribute?

  • @rohith__1709
    @rohith__1709 5 месяцев назад

    Where does the number of employees gone

  • @creepydog3903
    @creepydog3903 5 месяцев назад

    Missing required parameter for [Route: loans.update] [URI: loans/{loan}] [Missing parameter: loan]. help me

  • @sobkhed1716
    @sobkhed1716 5 месяцев назад

    thank you it was very helpful

  • @KnowhowtoCI
    @KnowhowtoCI 5 месяцев назад

    What in case of 1:1 ?

    • @KnowhowtoCI
      @KnowhowtoCI 5 месяцев назад

      So not 1:n instead 1:1 :D

  • @MatinKZ
    @MatinKZ 5 месяцев назад

    the guid has problem :)

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

    Thank you very much. It helps with my assignment.

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

    This has helped me so much! Thank you!

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

    hi, what happened to the relations 'manages' and 'works_for'?

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

    it's amazing how you explain all this details I am confused about. Other RUclipsrs don't do this and then we get lost.

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

    it was chinese for me untill i found you❤

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

    saved my project thank you so much!

  • @JohnWick-tv6wr
    @JohnWick-tv6wr 6 месяцев назад

    Great Explanation. I have one think to say. I think you missed a Derived Attribute called NumbersOfEmployees. Is there any intention for that? If you really missed it, give me a idea how to do that. Thank you.

  • @James-eo2wh
    @James-eo2wh 6 месяцев назад

    Isn’t initials dependent on first name and last name for 3NF

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

    Excellent Job !!!

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

    Does anyone know the software he is using to create ER diagram? Plz tell me

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

    Great video! Thanks

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

    Ahmed says thanks

  • @user-jw4ln3gl9m
    @user-jw4ln3gl9m 6 месяцев назад

    unable to test in postman after finishing this second step building the CREATE. what could be the issue? i followed your steps but here is the error i get: !! functions: Failed to load function definition from source: FirebaseError: Functions codebase could not be analyzed successfully. It may have a syntax or runtime error

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

    Thanx. Good job.