From 0 to IDE in NEOVIM from scratch | FREE COURSE // EP 1
https://x.com/typecraft_dev🚨🚨🚨 DISCLAIMER 🚨🚨🚨I incorrectly refer to lua tables as "tuples" in this video. For some reason my brain was stuck on the wor...
This beginner tutorial shows how to make beats and record in FL Studio. I cover topics such as mixing, recording, drum kits, production, and plugins.► Websit...
Creating Your Own Qt Applications...It's Easy! - YouTube
I've done some videos in the past creating GTK apps, but today I'm creating my very first Qt app using 'Qt Designer' and 'pyqt5'. Creating a Qt app with the...
Can This Non-Developer Create His Own GTK App? (Haskell & Python)
About a month ago, I suddenly had the urge to learn how to create my own GTK application. In a community poll, I asked my viewers if I should do this using ...
Download Android Tools: https://www.getdroidtips.com/download-adb/
Download TWRP: https://twrp.me/Devices/
Download LineageOS For MicroG: https://lineage.microg.org/
Join LBRY And Support The Channel: https://lbry.tv/$/invite/@LinuxLounge:b
Buy Me A Coffee: https://ko-fi.com/linuxlounge
Follow Me On Mastodon For Channel Updates and News: https://fosstodon.org/web/accounts/170495
Support The Channel On Patreon: https://www.patreon.com/linuxlounge
Authenticating on multiple GitHub accounts using SSH - YouTube
We look at how the generate the ssh keys and apply then on Github. Then how to tell your system where to find these keys and how to pick the correct one when...
Robocopy is the best backup solution for Windows. This tutorial shows the steps I use to generate backups for personal computers and for file servers. Here is the robocopy command I used:
robocopy \\server\share Z:\backup /MIR /MT /R:5 /W:15 /NS /NC /NFL /NDL /NP /LOG+:\rlogs\log.txt
(Note: use quotes for any path that includes a space like "\\server\office docs")
Also, make sure to create a folder called "rlogs" on the C drive.
This video shows how to install and run jekyll on windows10 by using RubyInstaller. It also shows How to create a new jekyll project and how to run it.
Hey! I've made this neat little Obsidian plugin that I'm excited to share with you.
QuickAdd: https://github.com/chhoumann/quickadd
QuickAdd Q&A: https://bagerbach.com/blog/how-to-use-quick-add-for-obsidian-with-examples/
Make sure you subscribe and turn on alerts so you don't miss a thing.
My Book Notes: https://bagerbach.com/books
My Notion Templates: https://bagerbach.com/notion-templates
Get two books in audiobook format for free with a 30-day trial of Audible: https://amzn.to/2F7Ml5R
💌 Sign up for my newsletter for exclusive resources and knowledge:
http://bagerbach.com/newsletter
🌎 My website & blog: http://bagerbach.com
📕 Check out my book notes: https://bagerbach.com/books
🎁 Check out my Notion Templates: https://bagerbach.com/notion-templates
🐦 Twitter: https://twitter.com/chrisbbh
Always up for talking to you if you'd like. Feel free to @ me on Twitter (@chrisbbh) or shoot me an email at christian@bagerbach.com. I'll try to respond as quickly as I can :)
Timestamps:
00:00 Intro
01:00 Installation
01:45 Capture to daily note
03:30 Renaming choices
04:00 Capture Choice settings
10:30 Template Choices - create new note
14:00 Multi choices
15:00 Capture choice linebreaks
15:45 Macros - capture new note from template to Kanban Board
20:00 How macros work
27:00 Simple capture to Kanban Board
28:00 Advanced features
28:50 Installing user scripts - installation of Zettelizer script
31:00 Customizing and using the Zettelizer script
35:00 Format Syntax
35:45 QuickAdd API
39:20 Inline JavaScript
42:30 Exporting multiple functions and variables from a module
42:50 Importing modules
43:00 Outro
tags
#obsidian #obsidianmd
I discovered the area of Personal Knowledge Management this year, and it's been a rewarding journey to develop a system that works for me, and that now houses the majority of my writing from years gone by. In this video, I explain some of the ways that I approach this topic (as well as briefly going off piste to discuss why I like the terminology of a 'digital knowledge garden'.) Enjoy!
Timestamps:
00:00 Introduction - Cultivating a digital knowledge garden (otherwise known as PKM)
01:23 What I want to achieve with this system
03:28 World after midnight - a world with too much information
04:53 Some principles that I'm trying to apply to my knowledge garden
07:54 How do I actually go about cultivating my garden?
08:58 'Deep dive' on capturing information
11:43 ''Deep dive' on idea generation
13:34 The trade-offs that result from flexible systems
14:08 Mistakes I've made in my structuring
16:21 Demo of searching database with filters and queries
18:23 Further resources
18:36 What's coming up next?
Further resources
- Building a Second Brain: An Overview https://fortelabs.co/blog/basboverview/
- Ali Abdaal The Second Brain - A Life-Changing Productivity System https://www.youtube.com/watch?v=OP3dA2GcAh8
- Note Wars: The Age of the Linked Note https://www.youtube.com/watch?v=YWkCmR3KkLs
- What is PKM? What is Personal Knowledge Management? https://www.youtube.com/watch?v=Q2WBHyqRsxA
- World after Midnight TED Talk - https://www.youtube.com/watch?v=EjSuaeVfE9I
Attribution:
Icons from Freepik at Flaticon.com
Aprende a crear una aplicación web Backend y Frontend, utilizando Nodejs, Mysql, Express y otras tecnologías de Javascript. En este ejemplo crearemos una aplicacion de Enlaces, que sera un CRUD de nodejs, más un Login y Registro utilizando Mysql, ademas de proteger nuestras rutas del servidor y estilizar nuestra aplicación con CSS, Bootstrap4, y Handlebars.
INDICE DEL TUTORIAL
1. Backend, Creando el servidor: 04:08
2. Mysql, Conexión: 31:55
3. Views (Template Engine): 53:28
4. Guardar datos en Mysql: 01:10:26
5. Obteniendo Datos desde Mysql: 01:17:35
6. Eliminando Datos de Mysql: 01:33:47
7. Actualizar Datos de Mysql: 01:40:58
8. Mensajes de connect-flash y navegación: 01:53:27
9. Registro de Usuarios en Mysql: 02:11:28
10. Login de Usuarios en Mysql: 02:50:56
11. Protegiendo Rutas del servidor: 03:12:12
12. Datos Privados: 03:31:05
CÓDIGO FINAL:
https://github.com/FaztTech/nodejs-mysql-links/tree/version-2018
CURSO DE JAVASCRIPT
https://youtu.be/RqQ1d1qEWlE
CURSO DE NODEJS
https://youtu.be/BhvLIzVL8_o
MAS EJEMPLOS DE JAVASCRIPT ORIENTADO A OBJETOS
https://youtu.be/nqre9kKFRpc
CURSO DE GIT:
https://youtu.be/HiXLkL42tMU
VIDEO DE VSCODE:
https://youtu.be/zbycB-Yetb0
VISITA MI SITIO WEB PARA MÁS CURSOS Y TUTORIALES
http://www.faztweb.com
http://blog.faztweb.com
FAZT CODE - YOUTUBE:
https://www.youtube.com/channel/UCMn28O1sQGochG94HdlthbA/videos
TWITTER
http://twitter.com/fazttech
INSTAGRAM
https://www.instagram.com/fazttech/
FACEBOOK
http://facebook.com/fazttech
COMUNIDAD EN DISCORD
https://discord.gg/37PHuNw
#javascript #nodejs #mysql #bootstrap4 #expressjs #handlebars
#crud