0:00
0:36
0:36

The FASTEST way to create a backend for your appπŸ‘©β€πŸ’» #technology #programming #software #career

Tech
ADVERTISEMENT

Comments 100

Sign in to join the conversation

Sign in
D
daniel_garcia 1Β month, 1Β week ago

I don’t know what this is I don’t know how to do it . But before the end of the day I’ll have Claude make me one

howardandrews312
howardandrews312 11Β months, 2Β weeks ago

Pocketbase <3

R
robin_eaton 1Β year ago

"I want to make sure my backend is powerful and can handle multiple users at the same time"

S
shawnbird242 1Β year, 2Β months ago

yo thanks

L
laurie.morgan 1Β year, 5Β months ago

Is this a race or a coding tutorial cause I’m ready to sprint

micheal_santiago
micheal_santiago 1Β year, 6Β months ago

waiting for 1.0.0, as the documentation itself states backwards compatibility is not guaranteed untill 1.0.0.

vincent_keer
vincent_keer 1Β year, 7Β months ago

SQLite is not meant for concurrent write, limiting it for use where you only have concurrent read but not write.

T
tristan.miller 1Β year, 9Β months ago

As a user, I can approve your backend is powerful for multiple users πŸ˜‚

D
dimitrios_bonbach 1Β year, 10Β months ago

nice

melanie.campbell
melanie.campbell 1Β year, 11Β months ago

Is it light weight? When app uploaded on google store, is it requiring more memory?

L
laurencebailly256 1Β year, 11Β months ago

For me the fastest way to build a backend is fast API Funny I feel Django is actually very nice to get something done fast I know there will be many controversies but chill Django gives you an admin dashboard, and many other core functions like user model e.t.c out of the box , let's not also forget about it's scalability Honestly it's so much easier to setup especially when using drf

revadawn74
revadawn74 2Β years ago

Pause for applause...

hannahrichardson856
hannahrichardson856 2Β years ago

If you make iOS apps, how would this be better than Firebase?

S
sabrina_king 2Β years ago

Love your videos Lewis , you're so competent and passionate. You've given me the confidence to start studying software engineering

O
ocΓ©ane.blin 2Β years ago

Would love to see a version with postgres or mariadb

B
brendanhollow27 2Β years ago

Pocketbase not meant to be in production atm. Its so early. Dont use it in production.

M
matthewpalmer720 2Β years, 1Β month ago

Does this also apply to websites?

D
daniel.cantu 2Β years, 1Β month ago

only 1 problem: authorization by token is not supported, it is very easy to hack.

C
cynthia_garcia 2Β years, 1Β month ago

If I recall correctly, pocket base only support sqlite. So if you wanna migrate to other databases in the future, please keep this in mind.

R
robertyadav686 2Β years, 1Β month ago

The downside of PocketBase is embedded SQLite, so replication is not possible. And the infrastructure becomes inflexible. Not great if your requirements change with growing users.