
- Видео 41
- Просмотров 12 832
codewithtee
Нигерия
Добавлен 12 июн 2012
Codewithtee is a dynamic RUclips channel dedicated to empowering web developers and programmers with valuable knowledge and insights.
Our channel specializes in creating engaging and informative content covering a wide range of topics such as software and web development, programming languages, best programming practices, and code reviews.
Whether you're a beginner looking to kickstart your coding journey or an experienced developer seeking to enhance your skills, code with tee offers clear and concise tutorials, tips, and techniques to help you excel in the world of coding.
Join our vibrant community of learners and breathe life into your coding expertise with Code With Tee.
Our channel specializes in creating engaging and informative content covering a wide range of topics such as software and web development, programming languages, best programming practices, and code reviews.
Whether you're a beginner looking to kickstart your coding journey or an experienced developer seeking to enhance your skills, code with tee offers clear and concise tutorials, tips, and techniques to help you excel in the world of coding.
Join our vibrant community of learners and breathe life into your coding expertise with Code With Tee.
Rest API: CRUD Category In Golang Echo Framework Using GORM(Part 16)
Rest API: CRUD Category In Golang Echo Framework Using GORM(Part 16)
I will walk you through the process of Creating, Reading, and Deleting Budget Categories using GORM.
You will learn how to validate user requests, compare request input data, and create, delete and retrieve data from the database using GORM.
You will also learn how to seed data from the command line into your database.
Join me on this journey by subscribing, sharing with friends, and turning on notifications to stay updated on new episodes.
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee
I will walk you through the process of Creating, Reading, and Deleting Budget Categories using GORM.
You will learn how to validate user requests, compare request input data, and create, delete and retrieve data from the database using GORM.
You will also learn how to seed data from the command line into your database.
Join me on this journey by subscribing, sharing with friends, and turning on notifications to stay updated on new episodes.
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee
Просмотров: 37
Видео
How To Dockerize Nest JS APP (Node JS, Mysql PHPMyAdmin)
Просмотров 2919 часов назад
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee Welcome to our comprehensive tutorial on how to dockerize a Nest JS application! In this video, I will guide you step-by-step through setting up a Docker environment for your Nest JS/Node JS project. What You'll Learn: 1. Setting up a multi-container Docker environment for a Nest/Node JS application. 2. Configuring services such as NodeJs, MySQL ...
How To Dockerize Nest JS APP (Node JS) in 20 Minutes
Просмотров 2421 час назад
Learn How to dockerize a nest js application using a docker file and docker-compose.
How to Dockerize Vue App With Hot Reloading (HRM)
Просмотров 216Месяц назад
Learn how to dockerize your vue js application with hot realoading
Rest API: Forgot Password and Reset Password In Golang Echo Framework(Part 15)
Просмотров 165Месяц назад
Rest API: Forgot Password and Reset Password In Golang Echo Framework(Part 15) I will walk you through the process of implementing the forgot and reset password functionality. You will learn how to validate user requests, compare request input data, send user emails, generate a forgotten password token, validate the forgotten password token, encode user emails into a URL, and decode encoded bas...
Rest API: How to Change/Update Authenticated User Password In Golang Echo Framework(Part 14)
Просмотров 109Месяц назад
Rest API: Rest API: How to Group Route In Golang Echo Framework(Part 13) I will walk you through changing an authenticated user password in this part. You will learn how to validate user requests, compare request input data, compare existing user passwords with the supplied current password and send custom validation messages. Join me on this journey by subscribing, sharing with friends, and tu...
Rest API: How to Group Route In Golang Echo Framework(Part 13)
Просмотров 47Месяц назад
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee Rest API: Rest API: How to Group Route In Golang Echo Framework(Part 13) In this part, I walk you through the process of grouping our routes and separating routes that require authentication. Join me on this journey by subscribing, sharing with friends, and turning on notifications to stay updated on new episodes. BUY ME A COFFEE 🔥 : buymeacoffee...
Rest API: How to Authenticate User & Get Authenticated User (JWT) In Golang Echo Framework(Part 12)
Просмотров 117Месяц назад
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee Rest API: How to Authenticate User & Get Authenticated User In Golang Echo Framework(Part 12) In this part, I walk you through the complete process of authenticating a user and getting the authenticated user from the supplied JWT using echo framework middleware. The purpose of this part is to teach you: 1. How to use echo framework middleware. 2....
Rest API: User Login and JWT token Generation In Golang Echo Framework(Part 11)
Просмотров 3062 месяца назад
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee Rest API: User Login and JWT token Generation In Golang Echo Framework(Part 11) In this part, I walk you through the complete process of Generating and Parsing a JWT Access Token and Login User into your API backend service. The purpose of this part is to teach you: 1. How to bind the provided user email and password to your struct 2. How to vali...
How to Dockerize Laravel APP (PHP, Nginx, MySQL, PhpMyAdmin, and Redis.)
Просмотров 3,5 тыс.3 месяца назад
BUY ME A COFFEE 🔥 : buymeacoffee.com/codewithtee Welcome to our comprehensive tutorial on how to dockerize a Laravel application! In this video, I will guide you step-by-step through setting up a Docker environment for your Laravel project. What You'll Learn: 1. Setting up a multi-container Docker environment for a Laravel application. 2. Configuring services such as PHP, Nginx, MySQL, PhpMyAdm...
Rest API: Send Email Notification Using SMTP In Golang Echo Framework(Part 10)
Просмотров 1274 месяца назад
In this part, I walk you through the complete process of implementing email notifications using SMTP and the go Embedded package to embed your email template in a Go Echo framework application. The purpose of this part is to teach you: 1. How to set up Go Mail using the Go Mail package 2. How to use the Golang embedded template 3. How to pass dynamic data into your email template 4. How to cust...
Rest API: User registration and Password Hashing In Golang Echo Framework(Part 9)
Просмотров 1654 месяца назад
In this part, I walk you through the complete process of implementing user registration in a Go Echo framework application. The purpose of this part is to teach you: 1. How to register a user in Go using the Echo framework 2. How to hash user passwords securely 3. How to serialize the User struct correctly 4. How to handle "record not found" errors in GORM 5. How to create a user service with m...
Rest API: Create & Use Response Helpers for Consistent Client Replies In Echo Framework(Part 8)
Просмотров 874 месяца назад
Rest API: Create & Use Response Helpers for Consistent Client Replies In Echo Framework(Part 8)
Rest API: Request Validation Using Go Playground Validator In Echo Framework(Part 7)
Просмотров 3234 месяца назад
Rest API: Request Validation Using Go Playground Validator In Echo Framework(Part 7)
Rest API: Parsing & Binding Request Body In Golang Echo Framework(Part 6)
Просмотров 1444 месяца назад
Rest API: Parsing & Binding Request Body In Golang Echo Framework(Part 6)
Rest API: Gorm Creating Model, Migration & Database In Golang Echo Framework(Part 5)
Просмотров 2045 месяцев назад
Rest API: Gorm Creating Model, Migration & Database In Golang Echo Framework(Part 5)
Rest API: Understand Middleware In Golang Echo Framework(Part 4)
Просмотров 1255 месяцев назад
Rest API: Understand Middleware In Golang Echo Framework(Part 4)
Rest API: Routing/Handler Setup In Golang Echo Framework (Part 3)
Просмотров 1965 месяцев назад
Rest API: Routing/Handler Setup In Golang Echo Framework (Part 3)
Rest API: Setup Database Connection For GORM (Building a Budgeting Backend with Golang Part 2)
Просмотров 2225 месяцев назад
Rest API: Setup Database Connection For GORM (Building a Budgeting Backend with Golang Part 2)
Rest API: Introduction to Echo Framework (Building a Budgeting Backend with Golang Part 1)
Просмотров 5035 месяцев назад
Rest API: Introduction to Echo Framework (Building a Budgeting Backend with Golang Part 1)
Rest API: Project Overview and Functional Requirement (Building a Budgeting App Backend with Golang)
Просмотров 6465 месяцев назад
Rest API: Project Overview and Functional Requirement (Building a Budgeting App Backend with Golang)
Retrieving Transaction History and Categorization - Laravel Banking Application API (MVP)(Part 12)
Просмотров 2739 месяцев назад
Retrieving Transaction History and Categorization - Laravel Banking Application API (MVP)(Part 12)
Money Transfer Functionality - Laravel Banking Application API (MVP)(Part 11)
Просмотров 2859 месяцев назад
Money Transfer Functionality - Laravel Banking Application API (MVP)(Part 11)
Money Withdrawal Functionality (Bug Fixes)- Laravel Banking Application API (MVP)(Part 10.1)
Просмотров 1039 месяцев назад
Money Withdrawal Functionality (Bug Fixes)- Laravel Banking Application API (MVP)(Part 10.1)
Money Withdrawal Functionality - Laravel Banking Application API (MVP)(Part 10)
Просмотров 2729 месяцев назад
Money Withdrawal Functionality - Laravel Banking Application API (MVP)(Part 10)
Money Deposit Functionality - Laravel Banking Application API (MVP)(Part 9)
Просмотров 3709 месяцев назад
Money Deposit Functionality - Laravel Banking Application API (MVP)(Part 9)
Generating User Account Number - Laravel Banking Application API (MVP)(Part 8)
Просмотров 19510 месяцев назад
Generating User Account Number - Laravel Banking Application API (MVP)(Part 8)
Transaction Pin Setup and Validation - Laravel Banking Application API(MVP)(Part 7)
Просмотров 21011 месяцев назад
Transaction Pin Setup and Validation - Laravel Banking Application API(MVP)(Part 7)
Implement User Login and Logout using Laravel Sanctum Token
Просмотров 28211 месяцев назад
Implement User Login and Logout using Laravel Sanctum Token
Exception handling and Error Formating - Laravel Banking Application API(MVP)(Part 5)
Просмотров 31311 месяцев назад
Exception handling and Error Formating - Laravel Banking Application API(MVP)(Part 5)
I really appreciate it
Can this work for laravel 10 ?
Yes
very helpful video, thanks
thx allot bro for helping laravel devs and i will wach and fwollo ever step in this project
very goood
thanks for your tutorial sir. how about dockerize laravel in production environment ? can you give best practice for it? i would be happy if you colud make the video tutorial 😊🙏
@@albaprogrammer2710 this works in production as well... The only difference is, in production you just swap your database credentials and all.. Also in production you will run your docker in detached mode.
@@codewithtee hmmm okey, but what about optimization ? maybe we can more optimize the Dockerfile, ex we can use php:8.3-alpine, also remove useless code like tests folder, etc. or maybe we use the multistage sorry if i'm wrong 🙏
i try to build the image from your Dockerfile, and the size of image is 740MB. is that normal ? or maybe it can still be optimized again ?
@@albaprogrammer2710 php apline is only lighter in terms of size, tests folders are never going to be the reason your application is slow....
@@albaprogrammer2710 I don't think you need to push to docker image, it is not a necessity... If you want a docker file or configuration specific for prod, you can create another docker compose file that you will only run in production, you can pass the name of your docker compose file
thank you bro
thank you ):
when i try to run your code on laravel 11(the latest version) i always get an error how do you think i can fix that
@@AbrahamAnavheoba can you share the error you getting?
Can you share the error?
thanks for your great video.i get this error when i run docker-compose build command: services.laravel_eleven_app.build must be a string. could you plz give me a solution how to fix this??
@@AlirezaPd-j8v invite me to the repo, I need to see your docker and docker compose file #harmlessprince
Bro Do u have this code on your github
do you think that with apache it will be the same process???
@charles-harisbouassebukomb8133@@charles-harisbouassebukomb8133 apache will be quite different, you will need another Dockerfile for that
I will try to create one for apache
@@codewithtee okay, I’m currently working on it, your video was really helpful, but I am still stacked because the conf file in my local sever was not transferred to the container
make sure you are mounting your config in the right path.. If you still can't figure it out.. Shoot me a mail realolamilekan@gmail.com
@@codewithtee alright
thanks for this video, i follow this step very powerful
thank you, please share and like 😁
Please upload video usually. Thanks for this tutorials
Thanks for your kind words, will try to do better
can't we use app.handler, like we use app.server in routes.go ? is it really necessary to pass it as a param in main.,go ?
You can do it like that, at that moment that was my thought process. Also I didn't like the idea of app.handler.RouteMethod, it is just choice. Thanks for calling that to my attention 😇
@@codewithtee no problem, just got curious :)
where is the sourcecode
github.com/harmlessprince/banking-app-api.git @anonymousnumb.6765
great tutorials, keep it up man!
thank you alex, I appreciate
Will the setup work with laravel 8 too?
yes
God bless you for the video
Thank you very much, I am happy you found it helpful
Yes, it will.. Just be sure the php version matches the laravel version
source code??
github.com/harmlessprince/banking-app-api
help i follow everything but im having trouble with requesting the API
Can you be more specific by stating the error you are getting
@@codewithtee uhh I don’t actually know how to explain it is there a way for me the to send you the source code and you can check it cuz I’m new to laravel and stuff
@@codewithtee basically when I follow your step it doesn’t show that that account is being created
@@codewithtee I run it in local host using wamp server
@@stormz4261 send me a mail on realolamilekan@gmail.com, let organize a meet over the weekend to see how I can help you
Hello Sir , I see You make Great Work , keep going and Have a Nice Time
Thank you very much for the encouragement, it goes a long way ❤️
weldon
Thanks for the encouragement, it goes a long way
I can have that added to the description. The reason it's not been added is so you can code along. Are you find it hard to do so? Is the explanation not clear enough? Is the display not good enough? I will appreciate your feedback
do you have a github link for this code
I can have that added to the description. The reason it's not been added is so you can code along. Are you find it hard to do so? Is the explanation not clear enough? Is the code display not good enough? I will appreciate your feedback
Well detailed tutorial
Thank you ❤
I am beginning to accept that budgeting app should be customizable, because it's as though everyone have a unique way they want bugeting to be done for them. Of course aside the basic feature. Well done, I am following through with it.
Thanks juowon, I hope you find this suitable for you. Also open to suggestions, there are ways to customize this things
That is nice, thanks for the kind words
Great concept. 👍🏾 I started building something similar to this, but in Kotlin. I look forward to this series and learning from you as well.
That is nice and thanks for the kind words
I've a question, if we're using Id already, why can't we just pass the Id to other tables? Why do we still need user_id
Can you please specify the minute you referring to or particular model you confused about
@@codewithtee sorry i made a mistake.
and is their any admin interface because it will be good if you add some sir thank you again
No sir, this is a backend tutorial.. No interface. You can come up with one yourself
hi sir i hope you doing fine so my question is can i work as same as you but in my case i am using just wamp as a database and laravel 8.6.2 because i was just waiting for an output with a browser thank you
Yes you can, you can download postman to test the API's... This is a backend heavy channel. Thank you for watching and please don't forget to subscribe
Subscribed🎉 thanks
Thank you.. New episode dropping this weekend.
this series is gem. top class quality lecture that i had never ever seen. best of luck. waiting for next lecture
Keep watching and thanks a bunch
Barakallahufii 👍
Amin 😊
Nice one
Thanks 🔥
Hey! I have a question... What kind of sorcery did you do to get database running? Like what was that script (URL) you used to get it working?
Hello there, Apologies I did not show that. I had my dB setup on docker container and I had not start it before recording. I can creat a different video on how to easily set that up. 😊
@@codewithtee I would appreciate that very much! Thank you!
Sorcery 🤣🤣🤣
Grate Video😍🥰
hey man, I hope you are doing fine. why you don't continue your videos. i really miss you these days, can you go for the next parts, please, it's essential to me :(
I am sorry, it's just been crazy at work.. I will try to upload the next sets this coming week
thanks, bro, I'm waiting for you. do not forget me, think about me all day dude, you are my hero@@codewithtee
man, I love your videos, and it's helping me a lot , keep going and know that I'm a big fan of you , can you upload the next chapter faster?
Thank you very much, I will be uploading a new episode this weekend. I appreciate your comment 😊
i hope this will lead me into laravel dev. migrate from plain php to framework.
You will love it, thanks for following.
nice one
Thank you Allan
Thank you Taofeek, this was really useful
Thank you Daniel 🎉🎉
Higher higher bro
Thank you man... Left you a message on LinkedIn
I understand clearly now🙏
Nice one🎉
Thank you
Go brother go brother go❤❤🎉🎉🎉
Thank you ❤️