This is apparently the most loved CRUD app of 2023

2024 ж. 18 Мам.
128 473 Рет қаралды

We all have our own favorite tech stack, but is there a tech stack that can rule them all?
Well, according to stack overflow, there is! In this video, we look at creating a crud app using the most loved tech stack.
This video was sponsored by Fl0. You can check out their awesome product using the following link
www.producthunt.com/products/fl0
Join this channel to get access to perks:
/ @dreamsofcode
My socials:
Discord: / discord
Twitter: / dreamsofcode_io
My Equipment:
Voice over: kit.co/dreamsofcode/voiceover
Coding: kit.co/dreamsofcode/coding
Video Links:
Github: github.com/dreamsofcode-io/mo...
FL0: www.producthunt.com/products/fl0
00:00 Intro
00:28 Most loved stack
01:57 Getting started
03:58 Deployment
07:36 Create Method
13:24 Read Method
15:11 Update Method
17:27 Delete Method

Пікірлер
  • Woud love to see pagination and filtering

    @ekekw930@ekekw9307 ай бұрын
    • This please!

      @logicweaver7152@logicweaver71527 ай бұрын
    • Yes please!

      @avishjha4030@avishjha40307 ай бұрын
    • +1

      @DK-yz9sk@DK-yz9sk7 ай бұрын
    • yes and also how you would handle authorization you probably don't just want anybody update/deleting entries in the database

      @atrocitus777@atrocitus7777 ай бұрын
    • Absolutely!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • i would love to see the production ready version of this and a detailed video of all the steps implemented in here

    @yasser_khouader@yasser_khouader6 ай бұрын
  • Would love to see a full course on this

    @_manne@_manne7 ай бұрын
  • Awesome video! Helped me solve a lot of problems I was making while building a crud with axum. Would like to see a production ready one

    @MegaPacoquinha@MegaPacoquinha7 ай бұрын
  • densely packed with knowledge and great pacing of the video

    @lagcisco@lagcisco7 ай бұрын
  • This is insane. everthing is in one. Keep up the good work.

    @swoopertr@swoopertr6 ай бұрын
  • Loved the foundation reference! Such a great book and loving the series

    @danielbolivar9134@danielbolivar91347 ай бұрын
    • It's so good!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Loved the Foundation reference. Great book!

    @polyglotusamericanus4163@polyglotusamericanus41637 ай бұрын
  • Your channel is amazing, Please keep up this great work

    @mantra578@mantra5787 ай бұрын
  • Love to see a series diving deeper into production ready features

    @petertillemans2231@petertillemans22313 ай бұрын
  • congratz on 50K subs, soon it will be 100K, your content is good and insightful

    @mr.togrul--9383@mr.togrul--93837 ай бұрын
  • loved the video. really quality stuff here. ❤

    @AZisk@AZisk7 ай бұрын
    • Thank you!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Awesome content! Thanks.

    @smarterlife7331@smarterlife73316 ай бұрын
  • recently wrote a CRUD app with the same stack except using diesel instead of sqlx. But after a while diesel was slowing me down and made things overly complicated, so I started using sqlx for new functions (am planning to replace everything with sqlx at some point).

    @SandwichMitGurke@SandwichMitGurke7 ай бұрын
    • If you use mongodb you can write straight up queries in rust. Rust is the best language for mongodb and vice versa.

      @kalasmournrex1470@kalasmournrex14706 ай бұрын
  • best flow ad ive seen so far, the video was good too

    @user-xp4mm1zu2y@user-xp4mm1zu2y5 ай бұрын
  • This was so well done... I'd love to see you do something like this with svelte and maybe some of the more advanced tpoics too.

    @DeviantFox@DeviantFox4 ай бұрын
  • Love your videos! Id love to see your setup for writing elixir apps! Sad it wasn’t chosen here 😂

    @derekallred7251@derekallred7251Ай бұрын
  • Love your work!

    @scaffus@scaffus7 ай бұрын
    • Thank you so much! I appreciate your support a lot!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Hi, I really enjoy your videos ! I'd love to see more production-"ready" content and more Rust backends. Yes pagination and filtering please

    @mugiwara3535@mugiwara35356 ай бұрын
  • I like the tech stack, but honestly I’m most impressed with the sponsor. That looks sick. And the pricing seems decent too.

    @wackytheshaggy@wackytheshaggy6 ай бұрын
  • I subbed. I'm waiting for that video 😂

    @oz4549@oz45496 ай бұрын
  • This channel is a gem!

    @maxterrain@maxterrain7 ай бұрын
  • Learnt more about rust here than so many other “intro” to rust.

    @thegrumpydeveloper@thegrumpydeveloper6 ай бұрын
  • Techstack deez

    @livghit@livghit7 ай бұрын
    • nutzzzz

      @thepisewigeon@thepisewigeon7 ай бұрын
    • Deez what

      @cyanide5188@cyanide51886 ай бұрын
    • @@cyanide5188 🥜

      @thepisewigeon@thepisewigeon6 ай бұрын
  • Another excellent video of yours! Thank you very much for all the effort you put on your videos. Answering one question you made at the beginning of your video, I'd love to see how you deploy your applications to a custom home lab machine

    @3luizcunha@3luizcunha5 ай бұрын
    • Thank you! I appreciate the kind words. I'm planning on starting another channel very soon which will be more focused on Homelab. I'll make sure to do an announcement when my first video goes live 😁

      @dreamsofcode@dreamsofcode5 ай бұрын
  • cool. keep learning and keep growing :)

    @acloudmonk@acloudmonk6 ай бұрын
  • Personally I find RUST web frameworks lacking in basic functionality for any non-trivial apps. We had to write a lot of code to make the developmen more efficient. I'd say that the current status of Rust in production requires writing a lot of helper code to solve problems that were solved by other frameworks. So if time to market is what interests you, I'd use another language and framework.

    @1oglop1@1oglop17 ай бұрын
    • Same as GO. "Just use standard library" bros are always there to tell you that you don't need anything, write your own. As if time is not important in business. As If I can tell my PMs that I need 3 times more time to develop something that it can be done in a week in Laravel, Django or NextJS. But hey, at least our final product that is late to the market will be faster. Nobody will use it but hey, look at how performant it is.

      @IvanRandomDude@IvanRandomDude7 ай бұрын
    • There is some truth to this, but the real reason you write a lot of "helper code" is because rust does not allow you to get away with not handling errors. Especially in Axum where you have to return a response and not a anyhow::Error. In the long term you will have to do this in other languages and rust will shine in due time.

      @mintx1720@mintx17207 ай бұрын
    • Examples?

      @leonardeuler4@leonardeuler46 ай бұрын
  • Thanks for the video. Are you using a Neovim distro or is this all custom?

    @CristianHeredia0@CristianHeredia07 ай бұрын
  • Thanks I'm curious how many hours did this video take to create? Your production quality is superb. Would like to see a mirror of this in Go - Perhaps a production-tier course?

    @guitaripod@guitaripod7 ай бұрын
    • Thank you so much! I really appreciate that. It probably took around 30 hours total. My script initially wasn't that great so I had to re-record a bunch of audio! That's a great idea! I'll add it to my backlog.

      @dreamsofcode@dreamsofcode7 ай бұрын
    • @@dreamsofcodethe idea that you are able to acheive this level of quality in only 30 hours is incredible. Quite in awe of your channel in general, well done! 🚀

      @codetothemoon@codetothemoon7 ай бұрын
    • @@codetothemoon Thank you! I'm a huge fan of yours as well!

      @dreamsofcode@dreamsofcode7 ай бұрын
    • @dreamsofcode @codetothemoon I love both of your channels, and love seeing the mutual respect. Cheers to you both!

      @AnthonyBullard@AnthonyBullard5 ай бұрын
  • When you said 'stack' I wronly expected also a Gui setup. Any change to see something like that (Gui+Crud) worked out?

    @stupid4President@stupid4President6 ай бұрын
  • Would love to see a full course

    @davidleslie5415@davidleslie54157 ай бұрын
  • very good video more like this would be cool

    @cunny1307@cunny13077 ай бұрын
  • I would love to see the production ready version.

    @TarasShabatin@TarasShabatin5 ай бұрын
  • Very nice video thanks

    @Simiaaaa@Simiaaaa7 ай бұрын
  • Thank you very much for this video. It's really REALLY cool. In the next videos, could you show us: - how to use a logging facade + implementation - how to write tests for this CRUD app using something like @Testcontainers (in Java world) - how to return the id from the insert statement if the id is from a db sequence. For example, my insert statement is like this: insert into my_table ( id, column_name) values (nextval('my_sequence'), 'some name') - how to call another web service, how to generate traceId, spanId and have them written in logging messages - how to use micrometer in Rust - how to use OpenId, OAuth2 in Rust FL0 looks really nice. However, the free tier gives us only 256 MB of memory (it might be ok for a Rust app. I'm coming from the Java world, so 256 MB is very little for me). An alternative solution is Oracle Cloud. Its free tier gives you 4 ARM cpu cores, 24 GB of memory, 200 GB hard disk, a free Oracle db which doesn't use those cpu, memory and hard disk (not sure if Rust can work with Oracle db). I can run docker containers there for a Postgres db, a Jenkins server, a Elasticsearch + Fluentd + Kibana for viewing logs.

    @avalagum7957@avalagum79577 ай бұрын
    • These are some awesome suggestions! Thank you! Testcontainers are amazing, I use them for rust projects as well 😁. That's a great idea for a video. Oracle cloud sounds interesting as well, I'll check it out for another video! Thank you again

      @dreamsofcode@dreamsofcode7 ай бұрын
    • INSERT INTO my_table () values ( RETURNING id; you can return more columns, or * , as you want

      @falkkon9488@falkkon94887 ай бұрын
  • Hi, you could do a video that goes through all the process of arch linux installation with your setup?

    @lucasvieira6783@lucasvieira67837 ай бұрын
  • thank you!

    @PeterNirschl@PeterNirschl7 ай бұрын
    • Thank you so much! I really appreciate the support.

      @dreamsofcode@dreamsofcode7 ай бұрын
  • I wish the real world requirements were always this precise.

    @wlockuz4467@wlockuz44677 ай бұрын
  • thanks

    @yos2413@yos24136 ай бұрын
  • I really like the video and trying to follow along. Just stuck with an error compiling after adding the create_quote handler. Is the code available on github?

    @popplestones886@popplestones8867 ай бұрын
  • Excellent video. One important bit missed that's also missing in your repo, the `cargo chef cook` also requires a `--release` flag for the Docker caching to work. Without that, it'll still do a full release build every time on the `cargo build`.

    @RyanBreaker@RyanBreaker6 ай бұрын
    • Good catch!

      @dreamsofcode@dreamsofcode6 ай бұрын
  • The `--release` flag should also be added to the `cargo chef cook` command if you're building your app in release mode!

    @Alan910127@Alan9101277 ай бұрын
    • It didn't work out for me. The build failed due to --release flag in cargo chef cook

      @HenrikKleist@HenrikKleist7 ай бұрын
  • Axum with sqlx is my currently favourite tech stack as 4 now.

    @Augustine_354@Augustine_3546 ай бұрын
  • Would love to see a full production app using go

    @andrecavaco8321@andrecavaco83217 ай бұрын
  • what is the plugin for toml to know latest version? thank you for the content 🤙

    @brencancer@brencancer7 ай бұрын
  • Tempted to subscribe now!

    @mysterry2000@mysterry20007 ай бұрын
  • I'd love to see more production-"ready" content and more Rust backends.

    @erisonveshi8406@erisonveshi84065 ай бұрын
  • AWS provides free tier for a lot of things and I'm using it with my projects for years

    @LukasSkywalker_@LukasSkywalker_5 ай бұрын
  • Production!

    @nan0ponk@nan0ponk5 ай бұрын
  • I will be trying out your sponsor for my new app real soon

    @AnthonyBullard@AnthonyBullard5 ай бұрын
  • Great video!! BTW I'm thinking about switching to a Linux distro, particularly the one you have, but I really wanna have it look like your UI which is sick.. A tutorial on this would be great!! Great videos as always.

    @abplayzz@abplayzz7 ай бұрын
    • This is MacOS…

      @FarhadOmid@FarhadOmid7 ай бұрын
    • @@FarhadOmid it's not, it's Arch Linux.

      @abplayzz@abplayzz7 ай бұрын
    • ​@@abplayzzthose windows look just like in MacOS tho

      @dargkkast6469@dargkkast64697 ай бұрын
    • kzhead.info/sun/drp8cqyAfYqNgX0/bejne.html @@FarhadOmid

      @abplayzz@abplayzz7 ай бұрын
    • @@dargkkast6469 I am wondering how does he minimize those windows, there's literally just one button on the window bar...

      @abplayzz@abplayzz7 ай бұрын
  • Excellent video, well structured, and the audio is perfect👌 I would like to say though, having entire lines of code flash in make it VERY hard to follow along. Having your cursor spit out the characters, even when sped up, which you do at times, is much more readable. Also, Phoenix+Liveview when? 🤩

    @dreadmondays@dreadmondays6 ай бұрын
    • Thanks for the feedback! It's a real balancing act trying to keep a good pace for entertainment, whilst also allowing people to follow along. I'll try and do better in the future! I've added to the backlog ;)

      @dreamsofcode@dreamsofcode6 ай бұрын
  • I feel like CRUD should conceptually be replaced by "SSR", or Save, Search, Remove, because there’s no point in having separate create and update endpoints anymore over a single Save method that recognizes by whether an id exists in the body whether the operation is create or update, while get by id and get all are rarely sufficient, and a get with query parameters is generally necessary, and finally remove includes soft deletes (which I hate, btw, so I’d rather not). But hey, SSR is already taken by Server-Side Rendering so nvm who cares…

    @Bliss467@Bliss4676 ай бұрын
  • The path to success is to take massive, determined action.

    @user-gl1ql8zk3w@user-gl1ql8zk3w7 ай бұрын
  • look at the c# behind rust mmmm i love it

    @AnnasVirtual@AnnasVirtual4 ай бұрын
  • . Nice! But I think you miss the cargo watch, to automatically build and run you code. 😉 Anyway, good video as always. 👍

    @LinuxForLife@LinuxForLife7 ай бұрын
  • What editor are using?

    @user-ly1st4dt3g@user-ly1st4dt3g6 ай бұрын
  • Great video, when is part two talking about front-end? 😂

    @RatchetXJ0461@RatchetXJ04617 ай бұрын
    • This is a great idea! My front end skills have gotten rusty recently so I need to sharpen them up 😉

      @dreamsofcode@dreamsofcode7 ай бұрын
    • @@dreamsofcode You could, of course, write the front-end in Rust with something like Leptos ;)

      @iippari7@iippari77 ай бұрын
  • such a nice and cheap to run on cloud stack

    @kshyr811@kshyr8117 ай бұрын
  • Important missing feature/thing to do: make it so that it does a database migration before deployment. And why is it not using the database to generate the timestamps ?

    @autohmae@autohmae5 ай бұрын
  • Elixer never heard of it till this point

    @adworksout7@adworksout75 ай бұрын
  • Your vid is so asthetic that I keep watching it even I don't know Rust xD

    @AlexGhoro@AlexGhoro6 ай бұрын
    • Thank you! That's such nice feedback!

      @dreamsofcode@dreamsofcode6 ай бұрын
  • 1:00 subscribe button glowing as he said to not press it. wth

    @sinkie420@sinkie4206 ай бұрын
  • why wasnt a Result return in case of update , but was returned in case of create and read ??? @op

    @heartly4u@heartly4u5 ай бұрын
  • nice video editing... i want all udemy video like this!!!!!!!

    @lebahsaham9947@lebahsaham99476 ай бұрын
    • Thank you! I'm working on my own courses in the future. Is there one you'd like to see in particular?

      @dreamsofcode@dreamsofcode6 ай бұрын
  • lets get him to 75k boys! we forcing him to try out the dreaded.

    @Dev-Siri@Dev-Siri7 ай бұрын
  • HOLD ON!! You can make the sub button RGB for the push? What sorcery is this??

    @eddebrock@eddebrock6 ай бұрын
  • bro can spawn code out of nowhere 💀

    @naptimusnapolyus1227@naptimusnapolyus12277 ай бұрын
  • 3:25 Why `.unwrap()`...? The return type is already a result. Seems like the question mark operator is more correct. (This is a genuine question... I'm learning too!)

    @codeman99-dev@codeman99-dev7 ай бұрын
  • Would you please teach us the necessary concepts to develop a mindset like yours...

    @hmmmza@hmmmza5 ай бұрын
  • what's that font tho ?

    @emmanuelezeagwula7436@emmanuelezeagwula74366 ай бұрын
  • Join the Bevy Rust cult! I mean movement

    @principleshipcoleoid8095@principleshipcoleoid80957 ай бұрын
  • Subbing to see most despised tech stack

    @AnthonyR007@AnthonyR0077 ай бұрын
    • Really though, it’s because I just realized I wasn’t already subscribed

      @AnthonyR007@AnthonyR0077 ай бұрын
    • Haha. I'm scared to do it.

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Delete should return 204 in case of success

    @swyktrodeherrera31@swyktrodeherrera317 ай бұрын
  • I like your channel. I think you're really good at explaining things. And this one was a good video. The thing is that I watch your channel to try and be a better developer. A LOT of your latest videos has focused heavily on the sponsor, and sometimes the sponsor is not mainstream at all. I'm left with the feeling that I just learned something useless. Again, this doesn't fully apply to this video. Only to a minor extent. I understand the need to monetize the content, and I hope you keep approaching that balance, but please take this into consideration.

    @rafaelgomes3054@rafaelgomes30547 ай бұрын
    • Hey! Thanks for the feedback. I hear you. Sponsorships are a hard one to balance. I try to match sponsors to content that I already have planned and am trying to get better at making them complimentary to the video itself (rather than being the sole focus). In this video, the product complimented well for getting the app deployed, otherwise I probably would have just ran it locally or on my homelab. The video content itself other than that was pretty much untouched. As I start producing more content, the ratio of sponsored content should decline, but that's not for a few more months. Thank you for sticking with me as I try to get better with everything! I'm still pretty new to making content!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • I like Rust, but I'm afraid of starting a real production project using it, because I don't want to shoot myself in the foot. I've heard async Rust have a lot of complicated stuff which makes it extremely easy to shoot yourself in the foot instead of getting BLAZING FAST™ performance. A ssuming I need something a bit more complicated than just a CRUD API (or some easy CRUD project at first will grow into something complex).

    @epicmap@epicmap7 ай бұрын
    • That's why I stick with Go and TypeScript for real world applications. And also Rust developers are still rare on the job market.

      @epicmap@epicmap7 ай бұрын
  • I use Golang and Elixir....enjoy it all. Idk about rust tbh. The complexity of the language doesn't help with fast modifications to existing code bases.

    @colbyberger1881@colbyberger18817 ай бұрын
    • Big fan of all three languages, and for different use cases. Normally I'd go with Golang for a CRUD api, but the survey gods decided!

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Time changes everything except something within us which is always surprised by change.

    @user-vb2cv7tg5t@user-vb2cv7tg5t7 ай бұрын
  • What's that font?

    @cringowylovesong@cringowylovesong7 ай бұрын
  • 🔥🦀

    @kiyov09@kiyov097 ай бұрын
  • If only your discord server wouldn't be run by power hungry abusive toxic mods.

    @Hobbitstomper@Hobbitstomper7 ай бұрын
    • Same poor experience here. I asked a question about Neovim and I got several helpful replies. A day later a mod tells me wrong channel (General instead of Neovim help). I politely apologized and thanked him for pointing me to the right channel. Mod continues the conversation by telling me not to do it again. (I didn't) but I apologized again anyway, saying I won't do it again and I know where to post now. Then he keeps pushing for the conversation to go on, and how I should have known better. Not really sure on why he kept pushing for it since I haven't written a single word other than apologizing. So I apologize again and ended the sentence with a smiley face. I was nothing but polite. One minute later he bans me for 24 hours saying that a "smiley face" is considered extremely passive aggressive and he doesn't need such an attitude. I PM him and then he goes on and on how a smiley face is passive-aggressive. He eventually unbanned me. But I gotta say, a person that is so hypersensitive who gets triggered by a genuine smiley face and reads into things that aren't there, and is passive-aggressive himself while accusing others of exactly that, should not moderate your server.

      @nopenope6486@nopenope64867 ай бұрын
    • Also go banned. Joined. Asked a one-liner question in #general that is not just about neovim, because I see others asked similar small questions there. Mod tells me #general is not for neovim questions, there is another channel. I said my question is not just about neovim and I see others asking similar small questions here. 30 seconds later -> Banned.

      @jamescullen217@jamescullen2177 ай бұрын
    • @@nopenope6486 sighs, I have had the same experience in other discord servers, sending a smiley face is somehow "toxic", you should prob send :^), as it is kinda playful and leaves no room for misunderstandings (I hope)

      @arjix8738@arjix87387 ай бұрын
  • 12:50 ❣❣❣❣❣❣❣❣

    @adrymateoramon7087@adrymateoramon70872 ай бұрын
  • nice

    @knolljo@knolljo7 ай бұрын
  • 👍👍

    @ms77grz@ms77grz6 ай бұрын
  • bro i'm waiting for next video in flutter setup on nvchad please make make make .......!!!!!

    @codingdestro@codingdestro4 ай бұрын
    • Deal. I've added it as the next one in the series.

      @dreamsofcode@dreamsofcode4 ай бұрын
  • Cobol on wheelchair!

    @mintx1720@mintx17207 ай бұрын
  • Gigachads uses the most hated stack in production

    @krtirtho@krtirtho6 ай бұрын
  • Can u so 1 for deploying a phinix app?

    @nevokrien95@nevokrien957 ай бұрын
    • This is a great idea

      @dreamsofcode@dreamsofcode7 ай бұрын
    • @dreamsofcode Thx. I am just working on 1 rn and I asked for what I needed

      @nevokrien95@nevokrien957 ай бұрын
  • Mine could be Zig, Sveltekit, supabase

    @thedelanyo@thedelanyo7 ай бұрын
    • I like zig but the documentation of the standard library is horrible. Better documentation imo would make it more attractive.

      @wondays654@wondays6547 ай бұрын
    • CRUD in language with possible use after free? No way

      @leonardeuler4@leonardeuler46 ай бұрын
  • Why are you including a whole Rust toolchain in the deployed container?

    @adamszalkowski8226@adamszalkowski82267 ай бұрын
    • Yeah, there's no need to do so. I was just copying the example on the fl0 website. I probably wouldn't use the chef base image either in a personal project but wanted to make it as easy to follow as possible.

      @dreamsofcode@dreamsofcode7 ай бұрын
  • Gotta love SQL injection ;)

    @raduking@raduking2 ай бұрын
  • For the update handler, shouldn't it be sensible to use PATCH instead of PUT?

    @weeb0.@weeb0.6 ай бұрын
    • PUT is where you can add a resource with the properties without failing as in "already exists". PATCH is to update a resource's properties

      @weeb0.@weeb0.6 ай бұрын
    • A great question! I typically prefer PUT to PATCH for updating. PATCH is used for partial updates, rather than replacing the resource in its entirety.

      @dreamsofcode@dreamsofcode6 ай бұрын
  • Actually JS is most loved (desired).

    @Shogoeu@Shogoeu5 ай бұрын
  • Why the heck does that Dockerfile consist of FOUR stages that almost do nothing? I mean, one build stage is for providing a base for two other build stages, which look like they could do their stuff in one build stage. Is this necessary in rust or why is the "cargo chef prepare" in a different build stage than the "cargo chef cook" and "cargo build"? Seems overcomplicated to create a new build stage for every command but copying everything over from the previous stage. The only thing I could think of is optimizing container build time by making better use of layer caching, although this doesn't seem that significant here.

    @comedyclub333@comedyclub3335 ай бұрын
    • Agreed. It's not how I would normally write a dockerfile. I also don't believe you need to use their reference one either (I tried it out on another project and it worked fine). You should be good with a more concise dockerfile.

      @dreamsofcode@dreamsofcode5 ай бұрын
  • Could have used Svelte + Rust for the API.

    @andreujuanc@andreujuanc7 ай бұрын
  • nestjs js would do all of this in single line comand in terminal 🤣🤣🤣🤣

    @ismaelabogabal6041@ismaelabogabal60417 ай бұрын
  • Man I would love to see you build on Elixir... There is already lots of Rust content. Even though I love Rust, It would be nice to see Elixir + Phoenix on your channel.

    @marcusflaviusGS@marcusflaviusGS7 ай бұрын
    • Agreed!! 🎉

      @derekallred7251@derekallred7251Ай бұрын
  • Where are the tests?

    @darkogrozdanovski@darkogrozdanovski7 ай бұрын
    • They're in the 60 minute video 🤣

      @dreamsofcode@dreamsofcode7 ай бұрын
  • I personally hate docker with a passion. As soon as a I see shit that doesn't touch the file system and is compiled with it's deps using docker, I blow a fuse.

    @NexusGamingRadical@NexusGamingRadical7 ай бұрын
    • What do you hate about it?

      @dreamsofcode@dreamsofcode7 ай бұрын
    • @@dreamsofcode the fact that every docker user thinks that they are Google?

      @sunofabeach9424@sunofabeach94247 ай бұрын
  • You may be deceived if you trust too much, but you will live in torment if you don't trust enough.

    @user-bx7kq1gl6j@user-bx7kq1gl6j7 ай бұрын
KZhead