- 61
- 149 903
monroe programs
United States
Приєднався 1 жов 2020
I make programming tutorials
Tower: guide to the most powerful Rust crate
github.com/monroeclinton/tower-learn
docs.rs/tower/latest/tower/
tokio.rs/blog/2021-05-14-inventing-the-service-trait
docs.rs/tower/latest/tower/
tokio.rs/blog/2021-05-14-inventing-the-service-trait
Переглядів: 4 004
Відео
Create a chat application with Bun JavaScript runtime
Переглядів 4,8 тис.Рік тому
github.com/monroeclinton/bun-chat/ monroeprograms
Adding cursor support to my Wayland compositor in Rust
Переглядів 1,2 тис.Рік тому
github.com/monroeclinton/mwm/tree/wayland Series: ua-cam.com/play/PLbNIfdkl7dDgtbKAtSU_HgpjFCkQYnEQ7.html Twitter: monroeprograms monroeclinton.com/pointing-devices-in-linux/
Adding tiling layout to Wayland Compositor in Rust
Переглядів 1,4 тис.Рік тому
github.com/monroeclinton/mwm/tree/wayland Series: ua-cam.com/play/PLbNIfdkl7dDgtbKAtSU_HgpjFCkQYnEQ7.html
Building a compositor/window manager for Wayland in Rust: Getting started
Переглядів 13 тис.Рік тому
github.com/monroeclinton/mwm/tree/wayland Wayland: wayland.freedesktop.org/ wayland-book.com/
Create an HTTP proxy server in Rust with hyper
Переглядів 8 тис.Рік тому
In this video we use Tower, Tokio, and Hyper to build a simple HTTP proxy server github.com/monroeclinton/hyper-learn/ monroeprograms
How to easily create images from text (Stable Diffusion) (AMD/NVIDIA)
Переглядів 459Рік тому
NVIDIA: github.com/fboulnois/stable-diffusion-docker AMD: github.com/monroeclinton/stable-diffusion-docker Schedulers: huggingface.co/docs/diffusers/using-diffusers/schedulers
Compile Rust to WebAssembly to run on the web (web-sys/js-sys/wasm-bindgen)
Переглядів 2,4 тис.Рік тому
github.com/monroeclinton/wasm-learn rustwasm.github.io/wasm-bindgen/ rustwasm.github.io/wasm-bindgen/web-sys/index.html rustwasm.github.io/wasm-bindgen/contributing/js-sys/index.html
How to use Actix Web in Rust to make websites
Переглядів 5 тис.Рік тому
actix.rs/ docs.rs/actix-web/latest/actix_web/ github.com/monroeclinton/actix-web-learn
Install encrypted Arch Linux with dwm/dmenu/st
Переглядів 2 тис.Рік тому
wiki.archlinux.org/title/installation_guide github.com/monroeclinton/arch_install/ Swap: wiki.manjaro.org/index.php/Swap Thumbnail: www.flickr.com/photos/hendry/5208787780
Connect and manage databases with Rust (Diesel ORM)
Переглядів 9 тис.Рік тому
In this video I show you how to use the Diesel ORM in Rust, connect to and manage a PostgreSQL database github.com/monroeclinton/diesel-learn/ docs.rs/diesel/latest/diesel/ monroeprograms
HTTP requests in Rust - reqwest: Everything you need to know
Переглядів 10 тис.Рік тому
docs.rs/reqwest/latest/reqwest/ github.com/monroeclinton/reqwest-learning monroeclinton
Type checking fetch requests with TypeScript + zod
Переглядів 665Рік тому
Type checking fetch requests for Gibber Project: github.com/monroeclinton/gibber Website: monroeclinton.com Twitter: monroeprograms
Adding federation to Next.js/T3 Stack app
Переглядів 273Рік тому
Basic federation for Gibber Project: github.com/monroeclinton/gibber Website: monroeclinton.com Twitter: monroeprograms
How to build a window manager in Rust
Переглядів 61 тис.Рік тому
How to build a window manager in Rust
Converting mobile to desktop Next.js/T3 Stack app
Переглядів 581Рік тому
Converting mobile to desktop Next.js/T3 Stack app
Saving calendar events to a file in SerenityOS
Переглядів 262Рік тому
Saving calendar events to a file in SerenityOS
Self-referencing data structures in TypeScript
Переглядів 458Рік тому
Self-referencing data structures in TypeScript
Install esbuild to run TypeScript files fast
Переглядів 672Рік тому
Install esbuild to run TypeScript files fast
Adding roles to NextAuth.js/tRPC/T3 Stack
Переглядів 515Рік тому
Adding roles to NextAuth.js/tRPC/T3 Stack
Adding a mobile nav bar to React/T3 Stack/Next.js app
Переглядів 878Рік тому
Adding a mobile nav bar to React/T3 Stack/Next.js app
Adding notifications to our social network (Next.js/Prisma/T3 Stack/tRPC)
Переглядів 417Рік тому
Adding notifications to our social network (Next.js/Prisma/T3 Stack/tRPC)
Computed fields in Prisma/Next.js/tRPC/T3 Stack
Переглядів 281Рік тому
Computed fields in Prisma/Next.js/tRPC/T3 Stack
Protected routes using Next.js and NextAuth.js
Переглядів 133Рік тому
Protected routes using Next.js and NextAuth.js
Deleting accounts with NextAuth.js/tRPC/Next.js
Переглядів 131Рік тому
Deleting accounts with NextAuth.js/tRPC/Next.js
Adding search to Next.js/T3 Stack/tRPC app
Переглядів 229Рік тому
Adding search to Next.js/T3 Stack/tRPC app
Underrated video
As a beginner developer, should i use reqwest or parse it my self?
Finding the window manager tutorial was a great help. Do you mind sharing your Discord with me? I need your guidance on a few questions. Thank you!
Are you continuing to use this application as alternative to s3/minio? how many sites and nodes did you setup and what is your opinion after running it in production? would you have done anything differently if you could? TIA
I see dwm -> I like the video
log part is wrong. if you use externs like here "log" you would write log("hello"). but in your example you defined log but didnt use. you used the web-sys. with web-sys you write consele::log_1 etc. sorry for pointing out but didnt see a correction in the description.
you're right, not sure why I did that
How did u test while developing ?
How do threads, channels and exporting non blocking functions from Rust/wasm work? I know it's a pain with Nodejs+napi (thread safe functions and all that craziness) - can you accidentally block or deadlock the main JS thread from wasm like you can with Nodejs+napi?
Thanks for a great beginner episode 👌
Dude are you alive?
Great video
The types of people that explain *exactly* what their videos are about in like, less than a minute and then immediately bring up a code editor - you the real REALLL legends bruv. Thank god UA-cam still got people like you around man ❤
thank you for this!!
Did you find a way to avoid the layout manual step? Is it possible to set certain values like the secret token or similar without doing the manual step? Just wondering in an automated scenario, like Terraform or Argocd how this could fit
you could write a shell script that is run that sets everything up
Thanks, i also made one on my own using docs, but how can i do get requests to the service from the curl
what is thhe text editor in 1.36
Neovim + plugins
Thanks!
great video, thanks
Bruh.. If a person has to read the manuals anyway.. you are only providing examples.. You may need help with learning presentations
please stop edusplaining
Why is this channel not having enough view. Neat stuff 🤘🏽
Brillant !
this was very good, thank you
Nice
I'm finding hard that rust fn should call the ts function. I want to send json req from rust to '.ts' fn . is there any guide on that?
really great video bro .. keep it up
what patches do you use?
Excellent vídeo! thanks!
Really helpful explanation! Finally, someone who cares about validating the file that got uploaded and also thinks of malicious actors 😅Big up!
thank you for making these videos, and the article, really helpful :)
shoutout to user named user
great stuff!
Awesome work man
Do you use Void Linux as OS ?
great vid
is this faster than minio? since its written in rust
it's less resource intensive, so it can scale better
I really love it!
so loud keyboard
Chad dwm neovim user to the rescue Thanks bud
"calling publish() will send the message to all subscribers of a topic except the socket that called .publish()" so you cant see your own message on chat
Very good content!
hi thanks for this video, how do i know what my s3 webendpoint url is?
thanks i figured it out
Nice video 🦀
thanks, this has been very helpful
How can I generate entities from an existing database? Do I have to write all the tables of my database? 😳
what text editor is that?
neovim
Hi, just found this video. Really cool content! I have a question, what plugin do you use so that there is type hint on the right in your vim/neovim?
github.com/rust-lang/rust.vim
He is teaching to create a window manager while using itself (the window manager) lol
Wayland?
look at my new series
is smithey essentially a wlroots equivalent but for rust?
pretty much yeah
dude this is so helful