Tech Builder
Tech Builder
  • Видео 48
  • Просмотров 206 568
What skills should you learn to get a promotion?
Learning new skills is a fundamental part of being a developer. New technologies, frameworks and languages come up every year and we need to invest time to stay up to date with required skills.
But beyond the new technologies, we also need to invest in soft skills if we want to progress in our careers.
#learning , #careeradvice , #softwaredeveloper ,#skilldevelopment , #skills
Просмотров: 90

Видео

Maximize your salary in Tech
Просмотров 10610 месяцев назад
Getting the highest possible salary throughout your career in Tech maxes the difference between retiring comfortably in your forties and being desperate and broke all your life. Hear about the importance and how to maintain a high salary throughout your work life from an experienced tech veteran.
Personal Finance for IT Professionals
Просмотров 3410 месяцев назад
If you work in IT, you will face unusual challenges with your personal finances. Your compensation is less than what it should be, your job security is low, you need to invest heavily in ongoing education and still need to expect that your career will end sooner than you would want it to end. What does this mean for software developers and other IT professionals?
Get started with ETF investing
Просмотров 56Год назад
Exchange Traded Funds - or ETFs - have been around for decades and had been introduced to break the system of high fee investment vehicles that dominated the retail market. Today, ETFs are the most efficient way to invest in publicly traded equity as well as fixed income instruments. Nevertheless, many are having a hard time getting started with investing and finding the right path in the jungl...
Animated Buttons in your Flutter app: Create videos with Davinci Resolve as animation in Flutter
Просмотров 159Год назад
Davinci Resolve is a powerful tool to create everything from movies to small animations. In this tutorial I show how to generate small videos from scratch and include them in your Flutter app to animate screen components like buttons or other user interface components. Animations and Videos can make your Flutter app - whether for iOS, Android, web or Desktop - more engaging for the user and als...
Apple App Store: Step by step through the review process
Просмотров 997Год назад
To deploy your app in the Apple App Store, you need to pass the review process. This can be a painful and frustrating process. In this video, I explain how to prepare for the review and what you need to pass on the first attempt. I point out a couple tools that help you to get everything in place for the review.
How to use ChatGTP in my app- Image Variants API - How to call the API from NodeJS in AWS Lambda
Просмотров 102Год назад
ChatGPT is the new and extremely powerful AI platform that has taken the internet by storm. It also offers an Application Programmers Interface (API) that allows developers to include AI functionality in applications without running and training an AI. In this video, I explain how the Image API of chatGPT works and walk through a sample implementation in NodeJS running in AWS Lambda as part of ...
OAuth2 Token Management in your Flutter application
Просмотров 8 тыс.Год назад
If you use any of the major login providers like Google Identity or AWS Cognito - based on username/password or social login - your application will need to manage tokens to access protected resources like the api of your backend. In this vide, I explain the tokens involved, their lifetime, how to manage them in your application and how to exchange them against a fresh set of tokens from your I...
User IDs and social login - the right way
Просмотров 2,1 тыс.Год назад
For most applications, user IDs are the backbone of segregating data between users, protecting data and functionality and even manage billing of your services. With the widespread use of social logins, multiple providers and several mechanisms to login to the same application - often across different devices and platforms - every developer needs come up with ways how to structure the user IDs i...
Camera in a Flutter App: Taking a picture with the camera and uploading it to the AWS Cloud backend
Просмотров 1,6 тыс.Год назад
ChatGPT is the new and extremely powerful AI platform that has taken the internet by storm. It also offers an Application Programmers Interface (API) that allows developers to include AI functionality in applications without running and training an AI. In the third video of the series, I implement the taking of a picture from the device camera, transforming it to the dimensions and encoding tha...
ChatGPT in a Flutter App: Building a mobile app with chatGPT AI functionality.
Просмотров 841Год назад
ChatGPT is the new and extremely powerful AI platform that has taken the internet by storm. It also offers an Application Programmers Interface (API) that allows developers to include AI functionality in applications without running and training an AI. In the second video of the series, I discuss requirements on the backend to improve the usability and user experience and was through the screen...
ChatGPT in a Flutter App: Building a mobile app with chatGPT AI functionality.
Просмотров 910Год назад
ChatGPT is the new and extremely powerful AI platform that has taken the internet by storm. It also offers an Application Programmers Interface (API) that allows developers to include AI functionality in applications without running and training an AI. In the start of a mini-series, I give an overview on chatGPT and what it can do. I will explain the application I will build with Flutter using ...
RapidAPI Review - I tried the API marketplace so you don't have to
Просмотров 20 тыс.Год назад
RapidAPI claims to be the largest API marketplace. The idea of an API marketplace is extremely attractive for many developers: Use functionality or data without building it yourself by calling a public API; Or earn passive income by offering data or services that you implemented without building the user interface and selling to the end user yourself. I published a simple API on RapidAPI to see...
Structure your domain: subdomains and multiple origins
Просмотров 812Год назад
Whether you build a web app, mobile app or a slightly more sophisticated website: Your project will consist of different components that come together to form one application. This can be a Wordpress instance, static content from a S3 bucket, an authentication service from Google or AWS Cognito, one or multiple APIs and some React applications. In the browser of the user, they all come together...
Building with Flutter for the Web: Tips and Tricks
Просмотров 2,9 тыс.2 года назад
Building with Flutter for the Web: Tips and Tricks
Review: FlutterFlow is a cloud-based low-code or no-code development environment for Flutter.
Просмотров 6 тыс.2 года назад
Review: FlutterFlow is a cloud-based low-code or no-code development environment for Flutter.
Flutter Tutorial: Deploy your Flutter Web App in the AWS Cloud
Просмотров 10 тыс.2 года назад
Flutter Tutorial: Deploy your Flutter Web App in the AWS Cloud
Flutter tutorial - create a mobile app from scratch
Просмотров 6512 года назад
Flutter tutorial - create a mobile app from scratch
WordPress Hosting for cheap! With AWS LightSail
Просмотров 2,1 тыс.2 года назад
WordPress Hosting for cheap! With AWS LightSail
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Просмотров 2112 года назад
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Flutter chat app : architectural overview and functional component breakdown
Просмотров 8982 года назад
Flutter chat app : architectural overview and functional component breakdown
Badges on your Flutter App using flutter_app_badger and badges (Badges Tutorial)
Просмотров 6 тыс.2 года назад
Badges on your Flutter App using flutter_app_badger and badges (Badges Tutorial)
Notifications on your Flutter App using AWS SNS and APNS (Local and Push notification tutorial)
Просмотров 8 тыс.2 года назад
Notifications on your Flutter App using AWS SNS and APNS (Local and Push notification tutorial)
Flutter Tutorial: Manage application lifecycle of your Flutter app with the WidgetBindingObserver.
Просмотров 1,1 тыс.2 года назад
Flutter Tutorial: Manage application lifecycle of your Flutter app with the WidgetBindingObserver.
Websockets with Flutter - Connect your Flutter app to the backend with websockets.(Flutter Tutorial)
Просмотров 16 тыс.2 года назад
Websockets with Flutter - Connect your Flutter app to the backend with websockets.(Flutter Tutorial)
Flutter Tutorial: How to build a web socket API on AWS. Part 2 - Implementation on AWS
Просмотров 1,4 тыс.2 года назад
Flutter Tutorial: How to build a web socket API on AWS. Part 2 - Implementation on AWS
Flutter Tutorial: How to connect to the AWS backend using websockets. Part 1 - Overview, Theory.
Просмотров 1,7 тыс.2 года назад
Flutter Tutorial: How to connect to the AWS backend using websockets. Part 1 - Overview, Theory.
Flutter Tutorial: How to add markers to Google Maps in your mobile app.
Просмотров 7422 года назад
Flutter Tutorial: How to add markers to Google Maps in your mobile app.
Flutter Tutorial: Notifications on state changes in your Flutter app using the NavigatorObserver
Просмотров 1,9 тыс.2 года назад
Flutter Tutorial: Notifications on state changes in your Flutter app using the NavigatorObserver
Figma to Flutter: How to build a screen component in Flutter based on a Figma design.
Просмотров 2 тыс.2 года назад
Figma to Flutter: How to build a screen component in Flutter based on a Figma design.

Комментарии

  • @tananga_studio
    @tananga_studio 22 дня назад

    Thank you for this video

  • @tananga_studio
    @tananga_studio 22 дня назад

    Great video 🥳

  • @Ludi-Edits
    @Ludi-Edits 24 дня назад

    yo bro you should learn the skill of hiring a graphic designer to make ur thumbnail and hiring a video editor to make your videos

  • @SEOPakistan-
    @SEOPakistan- Месяц назад

    Do you read your Comments? 😊 If so, lets party up to give your YT channel a boost for FREE

  • @matt-apollodev
    @matt-apollodev Месяц назад

    Great review. How would you compare Rapid API (that I didn't know before) compared to Apify ?

  • @skipperSwede
    @skipperSwede 3 месяца назад

    I really appreciate this review, with it's critical and constructive feedback. The issue of reaching viable consumers, and also "health-checking" the API's that are listed appears to be missing. I will try this out at any rate w. a simple-feature API, then see if my findings are similar to yours. Thank you so much!

  • @Ravi-m5e
    @Ravi-m5e 3 месяца назад

    Thanks for your tutorial! Can you post an example video of how to get valid values from Geolocator's heading property? I need to display a custom icon puck with a navigation arrow but the heading value returned by geolocator is always ZERO!

  • @pavithrat6991
    @pavithrat6991 3 месяца назад

    Great One. How can we achieve automatic deployments and rollback?

  • @JulianC-g2g
    @JulianC-g2g 3 месяца назад

    It was $99 to sign up as a company for the apple dev program, but it costs money to make LLC and get an EIN(optional)

  • @luciomurena8235
    @luciomurena8235 5 месяцев назад

    Thanks!!

  • @luciomurena8235
    @luciomurena8235 5 месяцев назад

    Excellent!!

  • @supernova.09
    @supernova.09 5 месяцев назад

    Flutlab no longer supports Figma to Flutter. Is there a similar alternative?

  • @breekc4071
    @breekc4071 6 месяцев назад

    Great work, Very helpful and informative

  • @MuhammadAjmairKashif
    @MuhammadAjmairKashif 6 месяцев назад

    Are you icelander?

  • @deracketclub1695
    @deracketclub1695 6 месяцев назад

    When using bluetooth with multiple screens, its important to make the bluetooth connection in the base screen and then load the (sub) screens inside this "frame" so it looks a different screen when switching but in fact is the same. I am quite new to flutter and i did some tests to load multiple screens but when switching to other screen, the connection is lost. Probably it has to do with scaffold in every screen. Is this example of you the way to do?

  • @The.Anime.Library
    @The.Anime.Library 6 месяцев назад

    So what do you recommend ?

  • @Oblivionmasterify
    @Oblivionmasterify 7 месяцев назад

    Deutschland

  • @JoeSmith-kn5wo
    @JoeSmith-kn5wo 7 месяцев назад

    Thanks for the review. I was going to use this for a tutorial but doesn't look like their quality is up to par. Thank you for saving me time!

  • @SirMo
    @SirMo 7 месяцев назад

    Thank you for the review! We API devs really need a service like RapidAPI to succeed. RapidAPI is a good idea, too bad the execution is not there. Hopefully it improves. I'm about to use them as a consumer, so hopefully it works out.

  • @Deadnature
    @Deadnature 7 месяцев назад

    Thank you. This was very helpful!

  • @jeffkrasnow5601
    @jeffkrasnow5601 8 месяцев назад

    why cant we be hired after 40? What is the reasoning for that, in your opinion

    • @techbuildercto
      @techbuildercto 7 месяцев назад

      The list of reasons is long... one of the obvious ones is that younger, less experiences applicants will be willing to work for less. But in the end it boils down to the decision of the hiring manager: Would a manager in his 30s prefer to hire someone slightly younger or someone older and more experienced than himself?

  • @riyansh3396
    @riyansh3396 8 месяцев назад

    its worst for developers. My payout is pending from last November

  • @persoonlijkaccount263
    @persoonlijkaccount263 8 месяцев назад

    Hi, I was looking at your videos about Flutter and ChatGPT. I want to use both technologies to build my own app. Is it possible to have a call about this in some way? I couldn’t find a way to contact you. Thanks for your great videos. Hope to hear from you. Dean.

  • @ajai_aj10
    @ajai_aj10 8 месяцев назад

    That was quite informative!! Thanks from india

  • @jatinverma6759
    @jatinverma6759 9 месяцев назад

    can you please make a video on how to do it for how to do it on Spotify API? I would give you 100 dollars

  • @CarlJdP
    @CarlJdP 9 месяцев назад

    Very helpful thank you! It solves exactly the thing I have been struggling with: where to 'hook' in to get notified by flutter or the navigator about route changes

  • @JorgeTT.
    @JorgeTT. 9 месяцев назад

    thank you i was trying to figure out how to create a footer for an app. This was very helpful.

  •  9 месяцев назад

    Bullshit !

  • @p.rameshvivilianramesh6436
    @p.rameshvivilianramesh6436 10 месяцев назад

    How to get subdomin name

  • @JasbirSingh-iq7kt
    @JasbirSingh-iq7kt 10 месяцев назад

    how to generate refresh token when login with google

  • @Dansbabydreams
    @Dansbabydreams 10 месяцев назад

    Great video! I am looking for Price Comparison API for my project and recommendations?

  • @revulation1971
    @revulation1971 10 месяцев назад

    any suggestion for better api marketplace?

    • @techbuildercto
      @techbuildercto 10 месяцев назад

      I'm not aware of any that I can recommend. I suggest to build libraries/packages for the most relevant platforms and market via those.

  • @AhmadRifai-ey4uo
    @AhmadRifai-ey4uo 11 месяцев назад

    Can u please show how to format number with thousand separator while datacell read from API? I use norma way with formatting number, or international format, but i doesnt work

  • @vitaliivostotskyi9855
    @vitaliivostotskyi9855 11 месяцев назад

    I don't see any reason to share 20 % of profit with service, that even not able to properly rank or organize existing APIs. I also tried to research for "popular" API profitability, but for some reason no information is publicly available. It is hard to plan some business model with such a black box, and it sounds more reasonable to get your own service which will issue keys, handle payments and billing, cache queries and troubleshoot issues.

  • @sebastianrtj
    @sebastianrtj Год назад

    !00% agree with you on the wrong KPIs that they're tracking

  • @uday9774
    @uday9774 Год назад

    i can't find the figma logo when I logged in recently, can u tell me where I can do that after this update?

  • @Ninja-ty4lw
    @Ninja-ty4lw Год назад

    Thank you, sir. Very helpful.

  • @swiftlandacademy3193
    @swiftlandacademy3193 Год назад

    Nice content, congrats

  • @rhys9335
    @rhys9335 Год назад

    😋 Promo SM

  • @otifelix
    @otifelix Год назад

    Great content

  • @ChinhNguyen-ye7nv
    @ChinhNguyen-ye7nv Год назад

    thanks

  • @geoffreyofmonmouth9796
    @geoffreyofmonmouth9796 Год назад

    Hi - this is useful as I need to access a SharePoint site via Azure AD OAuth2. Can you post a link to your code?

  • @andersonmichellin
    @andersonmichellin Год назад

    Hi. I liked so much. But, could you send class cógnito? Thanks

  • @shutianwang5799
    @shutianwang5799 Год назад

    rapidapi is ok for api users, but just ok not good, really bad for providers

  • @remoteportal
    @remoteportal Год назад

    What about setting up Security Policy for websockets? Can I contact you to get some help? I looked in your About and didn't see an email address.

  • @sid2511
    @sid2511 Год назад

    I enjoyed your video. One small doubt How to add Bottom sheet widget to onTap in Markers

  • @jonathankeaveney
    @jonathankeaveney Год назад

    I am trying to solve this problem, but more generally, not specifically just for APIs. For anyone interested, visit www.developership.com/. Great video btw!

  • @FarmanKhan-c3r
    @FarmanKhan-c3r Год назад

    thank you for this amazing tutorial, could you share the link of this tutorial

  • @rafaelcruz7820
    @rafaelcruz7820 Год назад

    Great video!! I'm using API Gateway and Lambda Functions and after deploying and accessing my web app I have CORS error. Did you by any change already came across this error? Thanks in advance

    • @techbuildercto
      @techbuildercto Год назад

      Hi Rafael, yes, many times. In your resource in the API Gateway, under actions you find Enable CORS. Use this and re-deploy, then it should allow access from cross origin.

  • @noshoeshere
    @noshoeshere Год назад

    These videos are great. Surprised they don't have more views. Is the source code available?