PocketBase First Impressions (Code, Example, Deployment, and more!)

  Рет қаралды 25,104

Ben Davis

Ben Davis

Күн бұрын

Пікірлер: 43
@jeff_tech
@jeff_tech Жыл бұрын
I came across your channel about 2 days ago and the content you put out is fantastic. Please continue!
@MrRe-sj2iv
@MrRe-sj2iv Жыл бұрын
We need more videos about customizing PocketBase hooks such as: Executing background functions (cronjob) and something similar document events in Firebase Firestore.
@Mazadri
@Mazadri Жыл бұрын
Really nice video, exactly the informations i was looking for, and well explained ! Thank you a lot 🤠
@ninjagaskin
@ninjagaskin Жыл бұрын
looking forward to the video about how/where to learn backend deployment. great vid, new subscriber
@artnikpro
@artnikpro Жыл бұрын
I believe you don't need Docker for Pocketbase. The whole point of pocketbase is it's simplicity, you don't need to orchestrate cloud envoronment for a single binary file. Also, if you go with Docker your server needs to have at least 8Gb of ram, 4 CPUs and a lot disk space (official requirements)
@linearz
@linearz 9 ай бұрын
Someone, somewhere, always wants to complicate things 😂
@EightSixx
@EightSixx Жыл бұрын
YAY already using Taskfile!
@chadjones4255
@chadjones4255 4 ай бұрын
So what I want to understand is if we are running a remote Pocketbase instance, can we cache it locally during build? For a lot of frameworks like Astro, there would be tens of thousands of requests (many duplicated) during each build and also the need to copy the DB locally for dev. All of that could be simplified and dramatically faster if we could clone or cache parts of the DB locally in certain circumstances like before site rebuild or before dev.
@GabrielGasp
@GabrielGasp Жыл бұрын
The idea of running a SQLite locally with your app is really interesting but if I'm being honest, I don't trust myself enough to handle my own database like that, how am I supposed to blame someone else when I screw up? 😅
@fueledbycoffee583
@fueledbycoffee583 Жыл бұрын
I would only use auth... i use hosted database solutions lime mongo atlas
@knarkzel2006
@knarkzel2006 Жыл бұрын
Just copy the database file regularly.
@mr_wormhole
@mr_wormhole Жыл бұрын
great work, well done!
@arno.claude
@arno.claude Жыл бұрын
Keep going, Ben!
@nyashachiroro2531
@nyashachiroro2531 Жыл бұрын
"my SQL as in MY SQL not my SQL as in MYSQL" 🤣🤣🤣🤣 I'm dead. Great video though. Pocketbase is already amazing and it hasnt even reached 1.0 yet.
@Rundik
@Rundik 11 ай бұрын
The most based base
@wolfoo2931
@wolfoo2931 Жыл бұрын
How do you handle authorization (who can read/write what records)? I can not find anything about this in the docs?
@themarksmith
@themarksmith Жыл бұрын
Crazy useful stuff!
@greendsnow
@greendsnow Жыл бұрын
I'm learning go to move away from typescript backend and convert my frontend to jamstack using pocketbase.
@navaneeth6157
@navaneeth6157 Жыл бұрын
wow i didn't know we could do this
@gabefgonc
@gabefgonc Жыл бұрын
hey ben, do we have something like zod for typescript in Golang? Tired of checking if request body is fully filled! If so, can you make us a tutorial? the quality of the videos are insane btw, keep up!
@bmdavis419
@bmdavis419 Жыл бұрын
Not sure, will definitely look into this as I think it would be really useful
@pookiepats
@pookiepats Жыл бұрын
Thanks!
@bmdavis419
@bmdavis419 Жыл бұрын
Thank you!
@HannesDev
@HannesDev Жыл бұрын
Is it possible to use it with Kotlin for android development?
@bmdavis419
@bmdavis419 Жыл бұрын
Yea they have an API that the SDKs just wrap pocketbase.io/docs/api-collections/
@ongkay250
@ongkay250 Жыл бұрын
I love appwrite for my app
@mohammedaslam2912
@mohammedaslam2912 Жыл бұрын
how to make it work serverside? specially authstore and session
@bmdavis419
@bmdavis419 Жыл бұрын
The Pocketbase API pocketbase.io/docs/api-records/
@thepashuks
@thepashuks Жыл бұрын
please do more about pocketbase
@ericjhuneespa3381
@ericjhuneespa3381 Жыл бұрын
what do you think of go echo framework ?
@colbyberger1881
@colbyberger1881 Жыл бұрын
reminds me of PHP myadmin
@s_karimeh
@s_karimeh Жыл бұрын
vn tnx
@phoneywheeze
@phoneywheeze Жыл бұрын
you look like Pete Davidson
@bmdavis419
@bmdavis419 Жыл бұрын
I think that is a compliment, so thank you lol
@wisdomelue
@wisdomelue Жыл бұрын
change your channel name to Mr Go Lang😂
@Sebastian-ur2rf
@Sebastian-ur2rf 7 ай бұрын
Callback hell 🤣
@adamjones7497
@adamjones7497 Жыл бұрын
The best “base” by far, is free base.
@reristavi
@reristavi Жыл бұрын
ohh god... you have no idea of what you are actually doing 🤣😂😂
@bmdavis419
@bmdavis419 Жыл бұрын
true
@fueledbycoffee583
@fueledbycoffee583 Жыл бұрын
I would actually use it to ""own" my auth. We are currently using firebase auth but we are slowly but surely htting soon the monthly auth limit and actually google cloud products are pretty damn expensive for mid traffic platforms! For everybody that thinks into creating a platform, i would always suggest: Start using gcp/aws/azure, but as soon as you hit 50k+ MAU you in theory can afford to create your own solution or self hosted solutions. you only pay for the hosting of the service, not the ussage itself
@bmdavis419
@bmdavis419 Жыл бұрын
That is actually a really good point, self hosted open source auth solution sounds great
@henrikvtcodes
@henrikvtcodes Жыл бұрын
The situation you describe sounds like it'd be better to use a solution like GoTrue. I'm not sure pocketbase would be well suited to 50k MAU. Running instances of GoTrue sounds more scalable partially because you can connect it to a database like Postgres.
I can’t believe this stack is actually good
9:59
Ben Davis
Рет қаралды 11 М.
How and Why I Rebuilt my SAAS App
13:24
Ben Davis
Рет қаралды 22 М.
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 2,5 МЛН
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 36 МЛН
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
Codeforces Round 984
2:18:33
Balakrishnan V
Рет қаралды 4
Is Supabase Legit? Firebase Alternative Breakdown
8:16
Fireship
Рет қаралды 353 М.
I tried 5 Firebase alternatives
10:31
Fireship
Рет қаралды 804 М.
What PocketBase 0.23 Means For Developers
28:41
Early Morning Dev
Рет қаралды 3,2 М.
Replit CEO Builds an App with 100% AI in 20 Min: Future of Coding?
41:18
The One We've All Been Sleeping On (probably)
8:18
Ben Davis
Рет қаралды 26 М.
Svelte 5 is Bigger Than You Think
9:35
Ben Davis
Рет қаралды 26 М.
PocketBase: Bulletproof self-hosted server
5:01
Luke Pighetti
Рет қаралды 4,6 М.
The TRUTH About Golang Backend Frameworks
6:31
Melkey
Рет қаралды 126 М.
I built a $5 chat app with Pocketbase & Svelte. Will it scale?
13:34
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 2,5 МЛН