AdefemiGreat

AdefemiGreat

Let's create real projects with popular tech stacks

Finsa UI setup - ep 1

Finsa UI setup - ep 1

Github Rollback

Github Rollback

Пікірлер

  • @oseniadedoyin1044
    @oseniadedoyin104429 күн бұрын

    Interesting, angular http is cool too, but I like the axios approach, also since you like the react flow, you can use inject() instead of constructor for your injectable dependencies. Nice tutorial

  • @mubarakmubarak6009
    @mubarakmubarak6009Ай бұрын

    Your screen is very tiny we can’t see what you’re doing

  • @JohnpaulMuoneme
    @JohnpaulMuonemeАй бұрын

    😆 Intro was funny, increased my attentiveness a lot! Also, languages like Golang try not to perform magic under the hood. This can also be considered a 'pro' as opposed to a 'con'. Easier to test if you ask me.

  • @JohnpaulMuoneme
    @JohnpaulMuonemeАй бұрын

    Keep it up!! 👍

  • @Demmynile
    @Demmynile2 ай бұрын

    you are amazing. dont think no one is watching.

  • @JohnpaulMuoneme
    @JohnpaulMuoneme2 ай бұрын

    Thank you for this series.

  • @falasefemi3344
    @falasefemi33442 ай бұрын

    Woah, thank God I came across the page. Lovely video. Thanks for this. I really appreciate 🙏

  • @JohnpaulMuoneme
    @JohnpaulMuoneme2 ай бұрын

    This is insightful Adefemi. I needed to have a refresher course to build something in Golang and this is perfect. I even get to use NextJS (even though I didn't plan on it.) 😅

  • @ibrahimoderinde3107
    @ibrahimoderinde31072 ай бұрын

    Please do you per chance mentor someone on software development?

  • @AdefemiGreat
    @AdefemiGreat2 ай бұрын

    Nah, quite occupied to mentor

  • @catchthelantern9666
    @catchthelantern96662 ай бұрын

    what's the better standard in go to have all this api functionality in one folder or divide it into controllers, routes, models etc.?

  • @AdefemiGreat
    @AdefemiGreat2 ай бұрын

    I prefer having a light file, so most times, even when the standard is to have it in one folder, I still try to split things

  • @catchthelantern9666
    @catchthelantern96662 ай бұрын

    1:19:00 in user_test.go any idea why this works: assert.WithinDuration(t, user.UpdatedAt, time.Now(), 10*time.Second) but this returns error: assert.WithinDuration(t, updatedUser.UpdatedAt, updateUserPasswordArgs.UpdatedAt, 10*time.Second) error: Max difference between 2024-05-31 10:12:20.885433 +0000 +0000 and 2024-05-31 10:12:20.885433403 +0200 CEST m=+0.098381311 allowed is 10s, but difference was 1h59m59.999999597s

  • @Yett1hhh
    @Yett1hhh2 ай бұрын

    are you gonna build a KYC system?

  • @AdefemiGreat
    @AdefemiGreat2 ай бұрын

    Not at all

  • @adekanyeadegoke1529
    @adekanyeadegoke15292 ай бұрын

    This course has been fantastic. Adefemi delivers top-notch explanations throughout, making it truly exceptional. The course strikes a balance between theory and practical application, making it the best software development course on the internet right now. The only way to describe this masterpiece is brilliance.

  • @cTechSavvy
    @cTechSavvy2 ай бұрын

    Can't see anything in the video...the font is too small ...you need to increase your font size

  • @AdefemiGreat
    @AdefemiGreat2 ай бұрын

    Looks decent 🌝

  • @fhacim6568
    @fhacim65682 ай бұрын

    @@AdefemiGreat I can see just fine..

  • @KAMALDEENAUSMAN
    @KAMALDEENAUSMAN3 ай бұрын

    Thank you bros

  • @Yett1hhh
    @Yett1hhh3 ай бұрын

    error: pq: password authentication failed for user "root" another one anyone getting this error on ubuntu

  • @AdefemiGreat
    @AdefemiGreat3 ай бұрын

    Ubuntu environment should be closely related to Mac, check your docker config

  • @Yett1hhh
    @Yett1hhh3 ай бұрын

    @@AdefemiGreat version: "3" services: postgres: container_name: fingreat-postgres image: postgres:15-alpine environment: POSTGRES_USER: root POSTGRES_PASSWORD: root ports: - "5432:5432"

  • @Yett1hhh
    @Yett1hhh3 ай бұрын

    anyone having trouble setting up migrate tool on ubuntu?

  • @bencipherx
    @bencipherx3 ай бұрын

    Nice one

  • @benjaminojotuleajodo8412
    @benjaminojotuleajodo84123 ай бұрын

    Femi, thank you so much for all you do. Years to come this video will still be impactful

  • @SunkanmiAdu
    @SunkanmiAdu3 ай бұрын

    keep it up bro, it quite interesting

  • @OlartBaraq
    @OlartBaraq3 ай бұрын

    Nice explanation. I am hoping to learn more advanced golangs features in real life implementation in this one

  • @digitalguy4242
    @digitalguy42423 ай бұрын

    I have been looking for a video like this for a very long time, I don't know why I'm just seeing this, great video Boss

  • @AnkitTiwari-dq7qm
    @AnkitTiwari-dq7qm3 ай бұрын

    Your videos are informative, but I would like to provide some feedback. I think you've got to increase your audio in the video or amplify it a little bit! or you can add subtitles. KZread auto-generated subtitles are not correct.

  • @AdefemiGreat
    @AdefemiGreat3 ай бұрын

    Ok 👍

  • @OlartBaraq
    @OlartBaraq4 ай бұрын

    Looking forward to implementing the payment gateway... love your content man.

  • @timmy4463
    @timmy44635 ай бұрын

    Our backend server not starting got me also 😅.

  • @oliversanchez5513
    @oliversanchez55135 ай бұрын

    thank you

  • @bashirhamza8668
    @bashirhamza86685 ай бұрын

    Awesome 🎉

  • @madukomablessed4712
    @madukomablessed47125 ай бұрын

    Lovely!! I'd like to ask if you will be making a video on the new app i.e. using React

  • @AdefemiGreat
    @AdefemiGreat5 ай бұрын

    Yes, react for frontend and golang for the backend

  • @abrahambamidele7810
    @abrahambamidele78105 ай бұрын

    Using react will give beginners like us a first hand experience

  • @dankuta
    @dankuta5 ай бұрын

    Nice! Let's gooooo💪

  • @adedayoabdulahi1399
    @adedayoabdulahi13995 ай бұрын

    Yes!!! 🎉 I love this

  • @ApexScorpio
    @ApexScorpio6 ай бұрын

    im getting this error: File "c:\Users\lopes\Documents\pytonapps\FillForm.py", line 84, in <module> fillForm(row[0], row[1], row[2], row[4], row[5], row[6], row[7]) File "c:\Users\lopes\Documents\pytonapps\FillForm.py", line 30, in fillForm questionsGroups = driver.find_elements_by_class_name("Qr7Oae") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'find_elements_by_class_name' PS C:\Users\lopes\Documents\pytonapps>

  • @ApexScorpio
    @ApexScorpio6 ай бұрын

    this is what i get in my terminal when i first try it: PS C:\Users\lopes\Documents\pytonapps> python Fillform.py Traceback (most recent call last): File "C:\Users\lopes\Documents\pytonapps\GoogleForms\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\lopes\Documents\pytonapps\GoogleForms\Lib\site-packages\selenium\webdriver\common\selenium_manager.py", line 87, in driver_location browser = options.capabilities["browserName"] ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'capabilities' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\lopes\Documents\pytonapps\Fillform.py", line 3, in <module> driver = webdriver.Chrome("C:/Users/lopes/Documents/pytonapps/Webdrivers/chromedriver.exe") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\lopes\Documents\pytonapps\GoogleForms\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in __init__ super().__init__( File "C:\Users\lopes\Documents\pytonapps\GoogleForms\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 49, in __init__ self.service.path = DriverFinder.get_path(self.service, options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\lopes\Documents\pytonapps\GoogleForms\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 40, in get_path msg = f"Unable to obtain driver for {options.capabilities['browserName']} using Selenium Manager." ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'capabilities' PS C:\Users\lopes\Documents\pytonapps>

  • @user-mk5dc4gf3k
    @user-mk5dc4gf3k7 ай бұрын

    Hello Sir It was great vdo, learned lot of things, just one question, could you share git hub repo Link 🔗 plz??

  • @AdefemiGreat
    @AdefemiGreat7 ай бұрын

    github.com/adefemi/zappa-blog-project

  • @ngockhoi9661
    @ngockhoi96617 ай бұрын

    great video, I learn a lot from this. many thanks to you.

  • @ekeminios
    @ekeminios7 ай бұрын

    Thanks for sharing Adefemi! A great tutorial.

  • @timmy4463
    @timmy44637 ай бұрын

    Thank you so much for this. Please can we continue our fingreat and utilize the zapa and terraform in deploying them? Thank you

  • @EssentialsUnboxed
    @EssentialsUnboxed7 ай бұрын

    Is not lambda used for serverless purpose ? While django is server dependent ?

  • @AdefemiGreat
    @AdefemiGreat7 ай бұрын

    Serverless doesn’t mean no server, it just means you’re not managing it.

  • @obasoroolakunle8421
    @obasoroolakunle84218 ай бұрын

    Well explained!! Enriched my experience.

  • @timmy4463
    @timmy44638 ай бұрын

    Thank you very much for this. Very concise, educative and amazing. ❤

  • @ZeroRegretz
    @ZeroRegretz8 ай бұрын

    Text is a bit too small

  • @Osirisdigitalagency
    @Osirisdigitalagency8 ай бұрын

    cant wait egbon!!! i just started exploring Golang... this will go a long way... Thanks

  • @benjaminojotuleajodo8412
    @benjaminojotuleajodo84128 ай бұрын

    I can’t find the link in the description

  • @AdefemiGreat
    @AdefemiGreat8 ай бұрын

    projects.adefemigreat.com

  • @adedayoabdulahi1399
    @adedayoabdulahi13998 ай бұрын

    Thanks boss does this challenge includes Backend likewise (GO)

  • @AdefemiGreat
    @AdefemiGreat8 ай бұрын

    Full stack

  • @user-kf9lc7jd5b
    @user-kf9lc7jd5b8 ай бұрын

    You have a good thing going on boss...welldone

  • @isaacjpg
    @isaacjpg9 ай бұрын

    Great video. I have learned a lot from all you videos. I also imported some of your ways of coding in my own project. Please keep it on.