How to Build a SAAS - things to Consider.

  Рет қаралды 9,651

Stefan Mischook

Stefan Mischook

Ай бұрын

How to build a SAAS.
🔥 STEF'S DEVELOPER BOOTCAMP AND MENTORING PROGRAM
unclestef.com/
🔥 JOIN STEF'S 'CODER'S CAREER PATHS' NEWSLETTER:
newsletters.stefanmischook.co...
🔥 FREE: LIZARD WIZARD KOMODO - TRANSFORMATIONAL MIND TRAINING:
newsletters.stefanmischook.co...
*************
Channel Discord Server: / discord
WEB HOST PAYS FOR YOUR WEB DESIGN TRAINING IN 2023:
www.killersites.com/blog/2020...
POPULAR & EASY CODING COURSES:
Full stack web developer course: school.studioweb.com/store/co...
Python 3 Foundations & Certification: school.studioweb.com/store/co...
Complete Freelancer: school.studioweb.com/store/co...
Complete Entrepreneur: school.studioweb.com/store/co...
*************
🦎 Lizard Wizard Course:
school.studioweb.com/store/co...
📚 BOOKS TO READ:
My Beginners HTML5, CSS3: amzn.to/2wKsVTh
… Complements Studioweb courses on HTML5, CSS3 and JavaScript.
Refactoring: Improving the Design of Existing Code (2nd Edition) amzn.to/3o5cTbw
HeadFirst Design Patterns: amzn.to/2LQ0Gdh
Java Refactoring: Improving the Design of Existing Code (1st Edition) amzn.to/3a9nSsZ
The Naked Ape:
amzn.to/3fhS1Lj
✉️ STAY IN CONTACT:
Stef's social links:
Instagram: stefanmisch...
Twitter: / killersites
Stef's business channel:
/ @unclestef8239
👉 GOOGLE REVIEW:
g.page/studioWebedu/review?mt
Leave a Google review about Stef.
MY MOUSE & KEYBOARD:
Logitech Keyboard I use: amzn.to/38jYDqE
Logitech mouse I use: amzn.to/2IeVvBj
SUPPLEMENTS THAT WORK AMAZING FOR ME:
Protein Essentials Beef Gelatine Powder:
amzn.to/2Pf52vL
... Healed my very bad knee. If you have joint problems, this *could do miracles for you.
Webber Naturals 88862 Glucosamine Chondroitin
amzn.to/3ss9WEa
MY CAMERA GEAR:
Godox VL150 lights: amzn.to/3lhsYZP
Sigma 18-35 lens: amzn.to/33sRh0T
Canon EOS C70 Cinema Camera
Thanks!
Stef
#mentoring #codecourses #unclestef #codingcoach

Пікірлер: 53
@juancarlosaguilarlopez9252
@juancarlosaguilarlopez9252 Ай бұрын
I'm in the process of building my own micro saas using flutter and laravel . If I'm not successful , anyways I have learnt a lot so it is not wasted time.
@rastkoDev
@rastkoDev Ай бұрын
I am going with Next + Spring Boot...good luck!
@TahiruAgbanwa
@TahiruAgbanwa Ай бұрын
Are you building a desktop app, mobile or Web app
@juancarlosaguilarlopez9252
@juancarlosaguilarlopez9252 Ай бұрын
@@rastkoDev thanks!!!
@juancarlosaguilarlopez9252
@juancarlosaguilarlopez9252 Ай бұрын
@@TahiruAgbanwa mobile app, but if the performance of flutter in web mode is reasonable then I will support web too,
@CodingIsFun
@CodingIsFun 4 күн бұрын
*Very informative video, thanks!* My favorite on building Excel templates & add-ins using VBA 😅
@Adam-yf3ss
@Adam-yf3ss Ай бұрын
Next SaaS video should be about Marketing.
@Mr.Cuboid
@Mr.Cuboid 29 күн бұрын
Yes. Traffic measurement, ads, link sales, ratings, etc. I agree.
@muhammedhalilovic8561
@muhammedhalilovic8561 9 күн бұрын
Such an interesting thing to compare the advice you give versus someone like the Primeagen or Theo. It's very insuring to hear more business advice than microservice X or Y for one's next SaaS product
@mitheomuranga4747
@mitheomuranga4747 Ай бұрын
Thanks papa for these gold nuggets!!! You're the best!!!
@andycx2
@andycx2 Ай бұрын
Some wise words there. As a senior php developer I agree with every word.
@pejko89
@pejko89 Ай бұрын
I'm an accountant in elementary school in Serbia and I'm currently developing accounting software for public funding users (such as an elementary school 😅 ). I've used 2 different accounting softwares at work and I found many flaws in both. And one of them is really expensive, the other is cheap. They are both desktop apps. I'm using Java Spring Boot and Nuxt. I'm almost done, now I'm building different templates for various reports, which is one of the last steps. It took me about a months so far. Last year I developed invoice management web app which helped me learn a lot. I attended two Java internships at large companies where I also learned a lot. But it's difficult to find junior developer position in Serbia right now, so I'm just working as an accountant and developing web app as a hobby. But my goal is to sell it to someone from 2025. I'm going to use it at work, but it's illegal to charge due to conflict of interest. Sorry for the long comment. Cheers ❤
@pejko89
@pejko89 Ай бұрын
I also have a question. What should I learn about database security? Given I'm a self taught beginner. I'm confident in my Java skills, I manage to build what I intend using Nuxt, but I worry whether users data will be securely stored if I host it on Railway for example?
@wizz0056
@wizz0056 6 күн бұрын
@@pejko89 Pozdrav! Not too familiar with railway, but as long as your database is not publicly accessible, you are somewhat safe, so it's always a good idea to host your apps and your databases in the same "network space" where your app is accessible publicly, but the db is only accessible within this network space. Make sure to not leak your database credentials, and properly validate user input in your app. For sensitive information (like passwords) - make sure to salt and hash them. Also make sure to backup customer data regularly (it makes you sleep easier). It's also a good idea to read a little about GDPR and how to store sensitive data, just in case your clients request gdpr compliance (can happen with "public bodies" eg. public schools). Anyhow, I would highly discourage you from hosting your own database server if you're not too confident in it. Srecno!😊
@araputrevor5103
@araputrevor5103 29 күн бұрын
There is way too much knowledge in this video, honestly. Thank you sir.
@desirelovell
@desirelovell 19 күн бұрын
Thank you!!
@cbaesemanai
@cbaesemanai 28 күн бұрын
All great words of wisdom. Personally I use wordpress for most saas projects. Its a 95% web stack with the ability to platform nearly any application. Its even easy to build reactive apps on top of it.
@davidpaez_co
@davidpaez_co 29 күн бұрын
Thank you, Stef! I'm surprised you didn't joke about Ruby. I would actually like to try Ruby someday, just to understand why people make fun of it haha. Also, I've seen DHH do pretty cool stuff, very fast with Rails
@sh2983
@sh2983 28 күн бұрын
Thank you for the tips. That helps a lot.
@StefanMischook
@StefanMischook 28 күн бұрын
Glad it was helpful!
@paborlouise319
@paborlouise319 Ай бұрын
Thanks Uncle... ❤
@mariannem8419
@mariannem8419 Ай бұрын
Thank you.
@ThePandaGuitar
@ThePandaGuitar 21 күн бұрын
Solid advice
@brintmontgomery8323
@brintmontgomery8323 Ай бұрын
I swear everything you say I agree with. I need to stop being so beguiled by your analysis. Keep up the good work!
@zonegamma8197
@zonegamma8197 Ай бұрын
thanks !
@StefanMischook
@StefanMischook Ай бұрын
You're welcome!
@TopStrikerMaverick
@TopStrikerMaverick 29 күн бұрын
Thank you! What platforms, azure?
@joshuakosamu7765
@joshuakosamu7765 28 күн бұрын
Uncle Steph to the rescue! Again
@RmAndrei93
@RmAndrei93 Ай бұрын
Why no golang, exept for the db drivers, you probably do not need any packages. It compliles into a signle binary, super easy to deploy and the compilation time is sub 2 seconds allowing to live reload while you code
@markyip554
@markyip554 Ай бұрын
You completely miss uncle stef's point. You can use what you are familiar with, but don't have to argue with others that your choice is better.
@RmAndrei93
@RmAndrei93 Ай бұрын
@@markyip554 ah , yeah I missed it . I thought it was for the simplest
@codeprovs
@codeprovs 11 күн бұрын
Thx
@johnnynicolas7570
@johnnynicolas7570 Ай бұрын
Love so much your video ❤❤❤
@RA-xx4mz
@RA-xx4mz 26 күн бұрын
Been writing a web app/sass in Golang and htmx. It’s very nice not to deal with a JavaScript framework. Would’ve used Ruby on Rails, but we use Golang at work.
@userfriendlyi7067
@userfriendlyi7067 24 күн бұрын
Hey, i have been watching ur videos, and i think the way you approache things is very wise and experienced, i would love to hear ur opinion: i'm a total beginner i want to learn programming in order to code a telemedicine health webapp (Saas)+ a mobile app, : which is best for a total beginner ? learning JS ( node.js+ react/next.js) or PHP laravel+ react.js or next.js. or maybe python with django ?? This webapp needs to have a tons of security and stability + with all the famous telemedicine webapp features. Also the ability to connect to other systems like other health and insurance systemes.. so which best route to take, most efficient and best for this kinda projects? Regards
@YouAsk_AI
@YouAsk_AI 16 күн бұрын
Do you think domain knowledge primarily comes from 9-5 experience?
@StefanMischook
@StefanMischook 15 күн бұрын
Not necessarily. But it is certainly a source.
@miltondiaz2451
@miltondiaz2451 Ай бұрын
Hi, Uncle Stephan. You stated that 99.9 % of chance, our website or app won't be needed to scale. My question is from where did you get that information? From my point of view, an app will need to scale in some scenarios such as 1. Increased user traffic. 2. Higher data volume. 3. Performance requirements 4. Geographic expansion 5. Feature expansion 6. reability and redundancy 7. Regulatory compliance 8. Cost efficiency 9. User behavior changes. 10. Competitive pressure. And so on.
@Jollyprez
@Jollyprez Ай бұрын
From my experience with two SAAS projects, you may be surprised at how long you can go without worrying about scaling. Project one - a POS system / online ordering for a small chain ( 8-10 units ) - with 150,000 customer records, 2.5 million transactions over ten years, etc. was able to use a single linode virtual server on the next-to-smallest partition ( $10 / month ). That particular project was extremely efficient, clearly, doing most of its work in the browser, with a RESTful server interface. 2nd project ( currently ongoing ) has much higher data requirements - lots of content to download, though not much video - is used by about 2,000 active users. Using Cloudflare for caching, it's on the SMALLEST linode server ( $6 / month ) and has never gone near even 50% at peak use. Again, most work is done in the client SPA. I AM adding some extensive analytics and OTEL to the new version, but I still expect to not need much more firepower. A little goes a long way these days.
@pmrebel2733
@pmrebel2733 Ай бұрын
Most apps for regular day to day task doesn't need scaling. It's nodejs course creators that have hype this crap to everyone to pressurized them to use or switch to node
@cosmicsimonmusic
@cosmicsimonmusic Ай бұрын
Nice 🎤!
@StefanMischook
@StefanMischook Ай бұрын
Yes, I like the sound. I just bought it. It’s my second Neumann … I also have the TLM103
@cosmicsimonmusic
@cosmicsimonmusic Ай бұрын
@@StefanMischook very nice, I have a AKG 414 that is a a, and a Rode for on the go but a Neumann is a Neumann, great company, enjoy and thanks for the advice!
@Tech.Library
@Tech.Library Ай бұрын
Can i put my saas on google cloud servers and it will work good?
@SArthur221
@SArthur221 Ай бұрын
6:16 English, for the most part
@hhhhhhhhhhhhhhhhh159
@hhhhhhhhhhhhhhhhh159 Ай бұрын
4:29 thats what she said lol
@lorenbeall147
@lorenbeall147 Ай бұрын
Sir What stack o f tech should we use.
@dakoderii4221
@dakoderii4221 Ай бұрын
Malbolge is the only language you'll ever need.
@marvellousruni8475
@marvellousruni8475 26 күн бұрын
Would you say an e-commerce website is a saas
@Alex-bc3xe
@Alex-bc3xe Ай бұрын
Theory never but never reflects the reality you must do it not talk
How to Start Freelancing in 2024
26:35
Stefan Mischook
Рет қаралды 32 М.
Why is Coding Hard to Learn?
13:59
Stefan Mischook
Рет қаралды 10 М.
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 522 М.
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,7 МЛН
Русалка
01:00
История одного вокалиста
Рет қаралды 3 МЛН
Session 7 - National Certificate Course on EB&RM Online Session
1:04:46
Human Health Circle
Рет қаралды 9
i got laid off... (as a software engineer)
8:15
Namanh Kapur
Рет қаралды 236 М.
Weidel wünscht sich Trump als US-Präsidenten | ZDF-Sommerinterview 07.07.2024
20:20
How Web Freelancers Make $400 to $500 hr!
11:24
Stefan Mischook
Рет қаралды 85 М.
The 4 Elements of Successful Developers.
10:22
Stefan Mischook
Рет қаралды 4,9 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 660 М.
What Makes A Great Developer
27:12
ThePrimeTime
Рет қаралды 153 М.
If I started my Coding Career Over?
6:00
Stefan Mischook
Рет қаралды 10 М.
Why Does Scrum Make Programmers HATE Coding?
16:14
Thriving Technologist
Рет қаралды 501 М.
UI and UX 101 for Web Developers and Designers
15:43
Stefan Mischook
Рет қаралды 4,1 М.
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 522 М.