- 22
- 123 067
camelCase
Germany
เข้าร่วมเมื่อ 3 ก.พ. 2021
Hey, I'm Franz, a passionate web developer and I hope I can introduce you to some exciting things about web programming here on my channel.
Of course I am very happy about feedback, likes or a subscription! :)
Of course I am very happy about feedback, likes or a subscription! :)
I Hacked the Most Insecure Online Shop in the World (Tutorial)
Every #webdeveloper should have at least a basic knowledge of the biggest #security vulnerabilities. That's why in this video I'll show you a few basics of #hacking using the #OWASP #JuiceShop, probably the best-known training application of its kind.
👨🏻💻 Check out CodeCrafters and get 40% off with my referral link: app.codecrafters.io/join?via=fbernack
🍿 Chapters:
00:00 Intro
01:27 The Juice Shop
02:14 XSS (Cross Site Scripting)
04:30 Score Board
07:30 SQL Injection
10:40 Manipulate Requests
🔗 Links:
Juice Shop GitHub Project: github.com/juice-shop/juice-shop
🧑💻 Further information:
Juice Shop Website: owasp.org/www-project-juice-shop/
OWASP Top Ten: owasp.org/www-project-top-ten/
License Codes: VOINKK4VUN4TLJ6C, VX5YXVKM8I8FSXA8, OHRMTVXNJQP3895M, OTQRUBEYV0BESSYT
👨🏻💻 Check out CodeCrafters and get 40% off with my referral link: app.codecrafters.io/join?via=fbernack
🍿 Chapters:
00:00 Intro
01:27 The Juice Shop
02:14 XSS (Cross Site Scripting)
04:30 Score Board
07:30 SQL Injection
10:40 Manipulate Requests
🔗 Links:
Juice Shop GitHub Project: github.com/juice-shop/juice-shop
🧑💻 Further information:
Juice Shop Website: owasp.org/www-project-juice-shop/
OWASP Top Ten: owasp.org/www-project-top-ten/
License Codes: VOINKK4VUN4TLJ6C, VX5YXVKM8I8FSXA8, OHRMTVXNJQP3895M, OTQRUBEYV0BESSYT
มุมมอง: 1 063
วีดีโอ
This AI Took Over My Computer (and Leaked My Passwords)
มุมมอง 1.1K21 วันที่ผ่านมา
In this video, I show you how easy it is to try out #ComputerUse, a new feature from the #AI company #Anthropic, which also released the chatbot #Claude. It allows the AI to take control of your computer and perform tasks such as controlling various programs. 🍿 Chapters: 00:00 Intro 01:03 Getting Started 02:03 Examples 03:55 Hacking Computer Use 05:16 My Conclusion 🔗 Links: Computer Use Referen...
6 Amazing Websites For Devs You Don't Know Yet
มุมมอง 19Kหลายเดือนก่อน
There are some really useful web tools out there to make your life as a web #developer easier. Let me introduce you to six fantastic #websites that I use on a daily basis. 🍿 Chapters: 00:00 Intro 00:22 Uiverse 01:27 Mocky 02:20 readme.so 03:11 Carbon 03:52 favicon.io 04:33 DevDocs 🔗 Links: Uiverse: uiverse.io Mocky: designer.mocky.io readme.so: readme.so Carbon: carbon.now.sh favicon.io: favico...
Create Your First Chrome Extension (That Adds This Button to LinkedIn)
มุมมอง 4084 หลายเดือนก่อน
Unfortunately the code you can see here, stopped working, as LinkedIn changed their DOM structure. I hope, it's still a valuable tutorial! :-) In this tutorial, I'll show you how to easily write a #Chrome extension that enriches #LinkedIn with useful AI functions by #OpenAI. All you need is a little knowledge of #JavaScript and #HTML. 🍿 Chapters: 00:00 Intro 00:59 Create a Chrome Extension 02:0...
The Book That Made Me a Better Developer
มุมมอง 3.1K5 หลายเดือนก่อน
Being a successful software developer involves more than just tackling technical challenges. In this video, I introduce the book "13 Habits of Highly Productive Developers" by Zeno Rocha. Discover best practices, tips, and tricks from experienced developers that you can start applying to your career right now. 👨🏻💻 Check out CodeCrafters and get 40% off with my referral link: app.codecrafters.i...
Popover API: Native Pop-Ups With HTML Only
มุมมอง 2.6K5 หลายเดือนก่อน
Since 2024 you can display #Popovers in the browser without writing a single line of JavaScript. There is the new #PopoverAPI for this purpose, the most important features of which I will show you in this short tutorial. 🍿 Chapters: 00:00 Intro 00:36 Create a Popover 01:28 Popover Modes 01:49 Backdrop 02:38 Styling Example 🔗 Links: Codepen Example: codepen.io/fbernack/pen/rNgmexV My Blogpost: m...
Why Google's IDX Is Not a VS Code Killer
มุมมอง 38K6 หลายเดือนก่อน
In this video, we dive into #Google's new development environment, #ProjectIDX, which is now in public beta. We'll explore its most important features, like workspaces running on Linux VMs, AI-supported programming with #Gemini and mobile previews for #Flutter projects. 🍿 Chapters: 00:00 Intro 00:29 What is Project IDX? 01:39 Workspaces 03:49 Previews 04:37 Flutter Development 05:47 Gemini 06:2...
2024 Java Streams Crash Course: Everything You Need to Know
มุมมอง 3157 หลายเดือนก่อน
In this video you will learn how to use #JavaStreams and why they should be part of every #Java developer's toolbox. Discover what map() and flatMap() are all about, how Streams improve the readability of your code and what the difference is between #declarative and #imperative programming. 🍿 Chapters: 00:00 Intro 00:39 Overview 03:19 Element Transformation 04:52 Stream Flattening 06:36 Streams...
Top 5 CSS Features for 2024
มุมมอง 22K8 หลายเดือนก่อน
In this video, I'll walk you through five great #CSS features that have recently become widely available. From the long-awaited #ContainerQueries to the powerful #has pseudo-class, and the convenience of #CSSNesting to the precision of #Subgrids, we'll explore how these tools can help you in your daily work. Stay ahead of the curve and unlock the full potential of CSS in 2024. 🍿 Chapters: 00:00...
2024 Jest Tutorial: Start with Unit Testing in JavaScript & Write Better Code
มุมมอง 5879 หลายเดือนก่อน
In this tutorial, I'll show you how to kickstart your #JavaScript testing with #Jest and embrace Test Driven Development (#TDD). You'll learn to set up Jest, write your first unit tests and follow the TDD cycle to ensure your code is both robust and reliable. Plus, I'll touch on using Jest to check your test coverage, making sure every part of your code is tested. My GitHub Repository: github.c...
Get Started With Qwik: The JavaScript Framework Game-Changer
มุมมอง 9K10 หลายเดือนก่อน
This video gives you an introduction to #Qwik, the new, super-fast #JavaScript framework. Get to know the essential concepts and develop your first Qwik web app. We go into #Resumability, #LazyLoading, #JavaScriptStreaming and so much more. My GitHub Repository: github.com/fbernack/qwik-tutorial 🍿 Chapters: 00:00 Intro 00:41 Hello, World! 01:23 What makes Qwik so special? 06:22 Preparations 07:...
Use GitHub Actions to Deploy to Vercel (Preview & Production Deployments)
มุมมอง 8Kปีที่แล้ว
In this video, I'll show you how to use #GitHubActions to deploy an Angular application to #Vercel. We will do production deployments as well as preview deployments for each new feature, which is developed on a separate branch. In addition, we'll include test automation in the pipeline. My GitHub Repository: github.com/fbernack/github-vercel-deploy 🧑💻 Further information: Install Angular CLI |...
How To Create a Web Scraper With GitHub Actions (That Makes My Baby Swim)
มุมมอง 874ปีที่แล้ว
I built myself a simple web scraper using GitHub Actions and Python's Beautiful Soup. In this tutorial I explain how you can easily create something like this yourself. My GitHub Repository: github.com/fbernack/baby-swimming-web-scraper 🧑💻 Further information: App Passwords | Google Help: support.google.com/accounts/answer/185833?hl=en Cron expression editor: crontab.guru 🍿 Chapters: 00:00 Int...
Google Earth Timelapse 1984-2020 Supercut
มุมมอง 1.7K3 ปีที่แล้ว
Google Earth hat ein fantastisches, neues Feature: Seit gestern kann man auf der Plattform Satellitenaufnahmen von 1984-2020 einsehen. Beeindruckend und erschreckend zugleich. Während Mega-Cities wie Dubai ein irres Wachstum hingelegt haben, schwinden auf der anderen Seite Gletscher, es findet die Rodung von Wäldern statt, wie am Hambacher Forst, und die australischen Waldbrände beeinträchtigen...
Ein Affe spielt Pong - mit seinen Gedanken
มุมมอง 3303 ปีที่แล้ว
Ein Affe spielt Pong - mit seinen Gedanken
Video aus für’s Klima: CO2-Bilanz von Zoom & Co
มุมมอง 5423 ปีที่แล้ว
Video aus für’s Klima: CO2-Bilanz von Zoom & Co
Eskalation im Cyberkrieg? - Hackerangriffe auf hunderttausende westliche Unternehmen
มุมมอง 9373 ปีที่แล้ว
Eskalation im Cyberkrieg? - Hackerangriffe auf hunderttausende westliche Unternehmen
Drei der teuersten Softwarefehler aller Zeiten
มุมมอง 1.4K3 ปีที่แล้ว
Drei der teuersten Softwarefehler aller Zeiten
Ein Quadrat ist kein Rechteck - Das Liskovsche Substitutionsprinzip
มุมมอง 7593 ปีที่แล้ว
Ein Quadrat ist kein Rechteck - Das Liskovsche Substitutionsprinzip