Jessica Deen
Jessica Deen
  • 15
  • 151 404
Getting Started with Fermyon on Azure!
Fermyon's mission is to build open source, WebAssembly-powered cloud tools, with the aim of simplifying and unlocking technologies for all.
In this video I walk you through how easy it is to get started using Fermyon on Azure!
Learn more here: github.com/fermyon/installer
มุมมอง: 644

วีดีโอ

Developing With CONFIDENCE (Even In An ABSTRACTED World)
มุมมอง 1.6K3 ปีที่แล้ว
Don't forget to hit that like button, tap that bell notification, and click subscribe if this video helped you! P.S If you just want the demo, it starts around 13:25! Links: - (Bridge to Kubernetes) docs.microsoft.com/visualstudio/containers/overview-bridge-to-kubernetes?view=vs-2019&WT.mc_id=devops-12600-jessde - (Visual Studio Code Extension) code.visualstudio.com/docs/containers/bridge-to-ku...
UBIQUITI BREACH?!?! What to do?!?
มุมมอง 9023 ปีที่แล้ว
Don't forget to hit that like button, tap that bell notification, and click subscribe if this video helped you! If you're wondering why reset MFA if you had it enabled the answer is simple: we don't know what information was compromised in the breach. In the event your recovery keys were included in stolen data, all a hacker needs to have is that recovery key, or any secret key to generate new ...
Home Network Tips and Tricks you can do RIGHT NOW!!!
มุมมอง 1.9K3 ปีที่แล้ว
Don't forget to hit that like button, tap that bell notification, and click subscribe if this video helped you! Links MoCA and Powerline Adapters: - MoCA 2.5 Network Adapter for Ethernet over Coax (amzn.to/3oAPq2E) - TP Link AV600 Powerline Ethernet Adapter (supports up to 600mbps) (amzn.to/2K9lZFY) - NexusLink Powerline Ethernet Adapter (supports up to 1200mbps) (amzn.to/3bvXRbU) Routers: - Ne...
Getting Started with Ghost (self-hosted): Beginner Edition!
มุมมอง 76K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Links: - Ghost Setup Docs: jldeen.dev/setup-ghost - Running Ghost on Azure Blog Post: jldeen.dev/running-ghost-on-azure - My dotfiles: jldeen.dev/jldeen-does-dotfiles - kubectx: github.com/ahmetb/kubectx - Free Azure: jldeen.dev/yt/free-azure Gear I use: - Sony a6400 - Sigma 16mm f/1.4 lens - iPad Pro (2018) - Magic Keyboard for iPad Pro - Luma...
From App to Cloud: Dockerfiles and Using Environment Variables at Runtime
มุมมอง 6K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Links: - Free Azure: jldeen.dev/yt/free-azure - Try Azure Container Instances (FOR FREE): jldeen.dev/try-aci - Google Cloud Run Example/Docs: jldeen.dev/google-cloud-run-env-var - AWS Fargate Example/Docs: jldeen.dev/AWS-Task-Definition Other Resources: - My Blog Post on Setcap and Libcap in Linux: jldeen.dev/how-to-fix-tcp-80-bind-permission-d...
Deploying a Container to Azure from an iPad!!!
มุมมอง 1.3K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Links: - Free Azure: jldeen.dev/yt/free-azure - Try Azure Container Instances: jldeen.dev/try-aci - ACI Overview: jldeen.dev/aci-overview - ACI Quickstart: jldeen.dev/aci-quickstart - Crochunter Files and ACI examples: jldeen.dev/crochunter-dockerfile-demo - Last week's video: jldeen.dev/Dockerfile-aka-app-RTFM - Docker Desktop Download Windows...
Writing a Dockerfile from Scratch (aka the RTFM for your app!)
มุมมอง 3.4K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Timestamps: Basic Dockerfile: 0:00 - 14:15 Non-root Dockerfile: 14:16 - 19:36 Multistage Dockerfile: 19:37 - 32:43 Links: - Crochunter Files and Dockerfile examples: jldeen.dev/crochunter-dockerfile-demo - Dockerfile commands: jldeen.dev/dockerfile-reference-cmds - Last week's video: jldeen.dev/waffles-whiskey-whales - Docker Desktop Download W...
Waffles, Whiskey, and Whales | Containers 101
มุมมอง 1.8K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Links: - Docker Desktop Download Windows and macOS: jldeen.dev/docker-desktop - Docker Download Linux: jldeen.dev/docker-engine-distro - Portainer: jldeen.dev/portainer Note: Windows needs Hyper-V enabled to support Docker Desktop: Docs to help can be found here: jldeen.dev/docker-desktop-windows Powershell command (run as admin) to enable Hype...
Getting started with Calico Network Policy in Kubernetes
มุมมอง 8K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Example command to enable calico within Azure Kubernetes Service (specifically the network-policy flag): az aks create \ resource-group $RESOURCE_GROUP_NAME \ name $CLUSTER_NAME \ node-count 1 \ generate-ssh-keys \ network-plugin azure \ network-policy calico Example command to enable calico within Google Kubernetes Engine on a new cluster (spe...
Getting Started with Azure Application Gateway (with an existing Kubernetes cluster)
มุมมอง 11K4 ปีที่แล้ว
Hit the subscribe button if this video helped you! Links: - Application Gateway Blog Post: jldeen.dev/4c5 - My dotfiles: jldeen.dev/jldeen-does-dotfiles - kubectx: github.com/ahmetb/kubectx - Free Azure: jldeen.dev/yt/free-azure - Blog post - AKS, Helm and Azure DNS (routing) jldeen.dev/aks-dns-helm - Azure Docs - Installing a new ingress controller: jldeen.dev/yt/appgw-ingress-docs - Azure Doc...
How to setup Azure Artifacts inside a Docker Container (with Draft and Kubernetes)
มุมมอง 2.6K5 ปีที่แล้ว
Quick walk through of Azure Artifact Pre-requisite done prior to Jessica Deen's Build19 From Zero to DevOps Super Hero: The Container Edition
Getting started with CI/CD for Kubernetes, featuring Jfrog, Helm and Draft!
มุมมอง 7K5 ปีที่แล้ว
This is more than HelloWorld! Checkout this high level demo done during webinar with Jfrog; focuses on real-world chat project with Maven. Full CI/CD using Azure Pipelines, starting from scratch, ending with a full Kubernetes deployment. We walk through the following: - Azure Pipelines from GitHub (Get started from the marketplace) - Setup azure-pipelines.yaml - Setup Draft locally for Java Spr...
Getting started with Kubernetes Ingress Controllers and TLS certificates
มุมมอง 29K5 ปีที่แล้ว
Follow along as I walk through setting up a vanilla Kubernetes cluster with an Nginx Ingress controller, certificate manager, and certificate cluster issuer all in about 15 minutes. You can also check out the accompanied blog post here: jessicadeen.com/kubernetes-ingress-controllers-and-certificates-the-walkthrough/
DemoChat to Kubernetes on Azure using Codefresh
มุมมอง 7996 ปีที่แล้ว
Hey Y'all! Come check out my latest video where I demo how to deploy a web application, Demochat, to a Kubernetes Cluster on Microsoft Azure using Codefresh for continuous integration (CI) and continuous deployment (CD). Follow me on Twitter @jldeen and checkout my blog, jessicadeen.com.

ความคิดเห็น

  • @iFestral
    @iFestral 2 หลายเดือนก่อน

    What is the terminal or theme you are using in VScode?

  • @yokooomori2439
    @yokooomori2439 5 หลายเดือนก่อน

    ghost install local -bash: ghost: command not found

  • @vishnuprasad.m9627
    @vishnuprasad.m9627 6 หลายเดือนก่อน

    Hi Jessica, This is a really good demo for application gateway in azure with AKS cluster. I have a doubt ie, Can we setup two application gateways using the helm so that we can use different loadbalancer for different namespace, like one gateway can be used to deploy application in one namespace and another one for application in other namespace like dev and test. Currently I can use single AGIC and can route traffic through that single IP we allocated. Is it possible to configure like that.

  • @Page_moger
    @Page_moger 7 หลายเดือนก่อน

    Amazing Jessica, just what I needed. Can you upload something to add ghost to an Angular project?

  • @sma0000
    @sma0000 8 หลายเดือนก่อน

    I'll now have to first go see a visual studio installation video :D That's the kind of non-techie I am :(

  • @yosefholi
    @yosefholi 9 หลายเดือนก่อน

    Too bad she stopped this! It was really good.

  • @TechMadeleine
    @TechMadeleine ปีที่แล้ว

    Nice video, keep them coming :)

  • @Ghost-CMS
    @Ghost-CMS ปีที่แล้ว

    Thanks for the intro! 👻 Would be great to see more coming :)

  • @vincentyuan4758
    @vincentyuan4758 ปีที่แล้ว

    Thanks for sharing, I just got started to use Ghost, one issue that I met was using this with multiple computers, as the path of the config is different, it does not work even if I use relative path, the error is always the Index.js is not found but it is literally there, I am kind of lost. Anyone has any ideas?

  • @veloaddict
    @veloaddict ปีที่แล้ว

    great, you can read a documentation

  • @andybrice2711
    @andybrice2711 ปีที่แล้ว

    Finally a CMS which look user-friendly and extensible enough that we might be able to leave behind the technical debt of WordPress.

  • @labirachi
    @labirachi ปีที่แล้ว

    Thank you so much

  • @soren-1184
    @soren-1184 ปีที่แล้ว

    One tip, don't get an ASUS router.

  • @humairaabbasi3467
    @humairaabbasi3467 ปีที่แล้ว

    Is the Ghost free?? Or its paid? Can anyone explain to me a lil bit?? I have almost zero knowledge of coding. How can I use it? TIA

  • @f0rkz21
    @f0rkz21 ปีที่แล้ว

    Hello Jessica! Hope all is well. Dropping by to say I feel heard through your voice. Glad to hear some of the same challenges exist in the business. Loved the keynote!

  • @marypaul9627
    @marypaul9627 ปีที่แล้ว

    HI how can i reach you for some help in this topic?

  • @apidas
    @apidas ปีที่แล้ว

    Thank you Jess!

  • @kintahroh
    @kintahroh ปีที่แล้ว

    Connect stripe to ghost on selfhostet ghost . Today i dosent understand . Plz show us

  • @ishandinuka590
    @ishandinuka590 ปีที่แล้ว

    Can you continue this series?

  • @marcchen4574
    @marcchen4574 ปีที่แล้ว

    I stayed for the complete talk after hearing your first 30 seconds summary....really like people who is able to get straight to the point

  • @-magdubien-etre7439
    @-magdubien-etre7439 ปีที่แล้ว

    nice tuto

  • @CPTAwesomeGT31
    @CPTAwesomeGT31 ปีที่แล้ว

    How can I just sign in to an existing blog on ghost locally? It seems to only give me the option to create a new account but I just want to use an existing account.

  • @vince530
    @vince530 2 ปีที่แล้ว

    THANK YOU SO MUCH FOR THIS!! it is very helpful, i understand everything, thankyou, i subscribed!

  • @LeoouBeats
    @LeoouBeats 2 ปีที่แล้ว

    Felt the need to comment in this video. You're so good at teaching, thank you for the valuable info!

  • @javi_labs3769
    @javi_labs3769 2 ปีที่แล้ว

    Awesome video, I liked the way you explained every step of the process. Thanks for sharing!

  • @ArifKamaruzaman
    @ArifKamaruzaman 2 ปีที่แล้ว

    I deployed ghost in docker using template. It's a mess. I have no idea where to configure it. I'll try using compose next.

  • @iluvdogscom
    @iluvdogscom 2 ปีที่แล้ว

    Thank you Jessica for your inspiration!

  • @sidefxs
    @sidefxs 2 ปีที่แล้ว

    Can you use the new ARM VMs?

  • @akadiryigit
    @akadiryigit 2 ปีที่แล้ว

    Thanks for helping It was perfect video for beginners :)

  • @theyzilay
    @theyzilay 2 ปีที่แล้ว

    At 8:42, you can actually open site in new tab with one click, you see an icon at view site tab, just click on it :)

  • @jplopezmolinari
    @jplopezmolinari 2 ปีที่แล้ว

    Where ur part 2? 🥹

  • @lenyabloko
    @lenyabloko 2 ปีที่แล้ว

    Thank you

  • @arpanchakraborty9874
    @arpanchakraborty9874 2 ปีที่แล้ว

    Nice and clear explanation. Thanks very much.

  • @magicmanj32
    @magicmanj32 2 ปีที่แล้ว

    Is there a next part

  • @xmathurinx
    @xmathurinx 2 ปีที่แล้ว

    More Kubernetes videos!

  • @Dinosareformen
    @Dinosareformen 2 ปีที่แล้ว

    where is the part 2? :(

  • @dmmeteo
    @dmmeteo 2 ปีที่แล้ว

    You will have no such problems with dockerfile syntax if you use 'Dockerfile' as file extension. So you should just change name of your file to e.g.: 'foo.Dockerfile' and that's it.

  • @sabuein
    @sabuein 2 ปีที่แล้ว

    Thank you, Jessica, so much, for everything.

  • @sabuein
    @sabuein 2 ปีที่แล้ว

    Thank you.

  • @sabuein
    @sabuein 2 ปีที่แล้ว

    Thank you.

  • @ashyaura
    @ashyaura 2 ปีที่แล้ว

    so you don't even need to pay to start using ghost? ahhh I wish I knew before I paid

  • @adamisherwood6708
    @adamisherwood6708 2 ปีที่แล้ว

    What a great presence on screen you give. It’s the reason I subscribed to you. Very professional. Thanks for a great introduction.

  • @MossMan4288
    @MossMan4288 2 ปีที่แล้ว

    As someone who's been feeling less and less optimistic about Medium ever since their algorithm change, I'm looking into alternatives that are similar. Does Ghost pay you at all? Is there a follower system or analytics based on view or reading time? I mean sure, it looks like you have more control over how it looks and functions based on the fact that you apparently have to be an amateur coder just to set the thing up, but I'm wondering what the actual benefits are of writing through something like this other than it just being a way to organize posts how you want. I mean, not that Medium pays for sh!t, but still, at least the possibility is there.

  • @Spydaw
    @Spydaw 2 ปีที่แล้ว

    Great video, thank you. How did you get those symbols in your prompt?

  • @lopeznotplato
    @lopeznotplato 2 ปีที่แล้ว

    A year waiting for the continuation of this series. Please continue it, it has been of great help. Thanks!

  • @BlackPrimeMinister
    @BlackPrimeMinister 2 ปีที่แล้ว

    Come back, Jessica! Your Github is active, so we know you're not a ghost (ha!) Happy 2022!

  • @animeshn1555
    @animeshn1555 2 ปีที่แล้ว

    I usually managing everything from my Android phone with terminal....

  • @annukulthakran2834
    @annukulthakran2834 2 ปีที่แล้ว

    Hey anyone know how can I translate my whole theme into Thai language? I have been trying a lot, but no success

  • @BarryAnime
    @BarryAnime 2 ปีที่แล้ว

    amazing video, this really helps me getting started

  • @Diegoalllll
    @Diegoalllll 2 ปีที่แล้ว

    I ran into errors when i started installing it locally