Tech Builder
Tech Builder
  • 47
  • 189 955
Maximize your salary in Tech
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.
Переглядів: 76

Відео

Personal Finance for IT Professionals
Переглядів 286 місяців тому
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
Переглядів 509 місяців тому
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
Переглядів 133Рік тому
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
Переглядів 474Рік тому
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
Переглядів 95Рік тому
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
Переглядів 7 тис.Рік тому
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
Переглядів 1,6 тис.Рік тому
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,4 тис.Рік тому
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.
Переглядів 775Рік тому
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.
Переглядів 858Рік тому
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
Переглядів 17 тис.Рік тому
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
Переглядів 683Рік тому
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,6 тис.Рік тому
Maybe the best deployment channel for you flutter applications is the web - you have total control over the deployment and your app is available to anyone with access to a web browser. There are a couple things to look out for when building applications with Flutter for the web, from specifying the base directory of your app, minding the caching mechanisms in place to protecting your API Keys. ...
Review: FlutterFlow is a cloud-based low-code or no-code development environment for Flutter.
Переглядів 6 тис.Рік тому
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
Переглядів 8 тис.Рік тому
Flutter Tutorial: Deploy your Flutter Web App in the AWS Cloud
Flutter tutorial - create a mobile app from scratch
Переглядів 578Рік тому
Flutter tutorial - create a mobile app from scratch
WordPress Hosting for cheap! With AWS LightSail
Переглядів 1,8 тис.Рік тому
WordPress Hosting for cheap! With AWS LightSail
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Переглядів 196Рік тому
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Flutter chat app : architectural overview and functional component breakdown
Переглядів 8432 роки тому
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)
Переглядів 7 тис.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 тис.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,3 тис.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,6 тис.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.
Переглядів 7202 роки тому
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,8 тис.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.
Переглядів 1,9 тис.2 роки тому
Figma to Flutter: How to build a screen component in Flutter based on a Figma design.
Getting started with Flutter: Which Widgets do you need to get started?
Переглядів 2812 роки тому
Getting started with Flutter: Which Widgets do you need to get started?

КОМЕНТАРІ

  • @luciomurena8235
    @luciomurena8235 Місяць тому

    Thanks!!

  • @luciomurena8235
    @luciomurena8235 Місяць тому

    Excellent!!

  • @supernova.09
    @supernova.09 Місяць тому

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

  • @breekc4071
    @breekc4071 Місяць тому

    Great work, Very helpful and informative

  • @MuhammadAjmairKashif
    @MuhammadAjmairKashif 2 місяці тому

    Are you icelander?

  • @deracketclub1695
    @deracketclub1695 2 місяці тому

    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 2 місяці тому

    So what do you recommend ?

  • @Oblivionmasterify
    @Oblivionmasterify 3 місяці тому

    Deutschland

  • @JoeSmith-kn5wo
    @JoeSmith-kn5wo 3 місяці тому

    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 3 місяці тому

    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 3 місяці тому

    Thank you. This was very helpful!

  • @jeffkrasnow5601
    @jeffkrasnow5601 3 місяці тому

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

    • @techbuildercto
      @techbuildercto 3 місяці тому

      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 4 місяці тому

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

  • @persoonlijkaccount263
    @persoonlijkaccount263 4 місяці тому

    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 4 місяці тому

    That was quite informative!! Thanks from india

  • @jatinverma6759
    @jatinverma6759 4 місяці тому

    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 4 місяці тому

    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. 5 місяців тому

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

  •  5 місяців тому

    Bullshit !

  • @p.rameshvivilianramesh6436
    @p.rameshvivilianramesh6436 5 місяців тому

    How to get subdomin name

  • @JasbirSingh-iq7kt
    @JasbirSingh-iq7kt 6 місяців тому

    how to generate refresh token when login with google

  • @Dansbabydreams
    @Dansbabydreams 6 місяців тому

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

  • @revulation1971
    @revulation1971 6 місяців тому

    any suggestion for better api marketplace?

    • @techbuildercto
      @techbuildercto 6 місяців тому

      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 6 місяців тому

    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 7 місяців тому

    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 8 місяців тому

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

  • @uday9774
    @uday9774 8 місяців тому

    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 8 місяців тому

    Thank you, sir. Very helpful.

  • @swiftlandacademy3193
    @swiftlandacademy3193 9 місяців тому

    Nice content, congrats

  • @rhys9335
    @rhys9335 9 місяців тому

    😋 Promo SM

  • @otifelix
    @otifelix 9 місяців тому

    Great content

  • @ChinhNguyen-ye7nv
    @ChinhNguyen-ye7nv 9 місяців тому

    thanks

  • @geoffreyofmonmouth9796
    @geoffreyofmonmouth9796 10 місяців тому

    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 10 місяців тому

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

  • @shutianwang5799
    @shutianwang5799 10 місяців тому

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

  • @remoteportal
    @remoteportal 10 місяців тому

    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 10 місяців тому

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

  • @jonathankeaveney
    @jonathankeaveney 10 місяців тому

    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!

  • @user-ez5pe6ii9c
    @user-ez5pe6ii9c 10 місяців тому

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

  • @rafaelcruz7820
    @rafaelcruz7820 10 місяців тому

    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 10 місяців тому

      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 11 місяців тому

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

    • @edwardrodriguez7472
      @edwardrodriguez7472 11 місяців тому

      is because of bla bla bla ... no code, no github, maybe (?)

  • @sushmitabhor542
    @sushmitabhor542 11 місяців тому

    explain stateful life cycle

  • @markshnitel3354
    @markshnitel3354 11 місяців тому

    Thank you very much for your explanation..... But I am curious, can I turn this design from figma into APK file?... I mean is there away to make it really work in android for example?

  • @ningguangleaks2001
    @ningguangleaks2001 11 місяців тому

    Hello I have a question, I tried this code to send a 'Hello!' to the server I made but it is not working IP Address: 192.168.44 Port: 4328 import 'package:web_socket_channel/web_socket_channel.dart'; import 'package:web_socket_channel/status.dart' as status; main() async { final wsUrl = Uri.parse('ws://192.168.44:4328') var channel = WebSocketChannel.connect(wsUrl); channel.stream.listen((message) { channel.sink.add('Hello!'); channel.sink.close(status.goingAway); }); }

  • @pavel-f7t
    @pavel-f7t 11 місяців тому

    what if I want to write those two methods in a simple class. We need setState but I want to seperate the logical side from the ui side.

  • @jonathanhirschbaum6754
    @jonathanhirschbaum6754 11 місяців тому

    calling RapidAPI "marketplace for API" is a calling VisualStudio Code "marketplace for plugins". I dont think Sir you understand what RapidAPI is at all. It used to be called PAW and is a Postman of sorts

  • @saurabhmehra2753
    @saurabhmehra2753 Рік тому

    Would it not be better to have an export from figma that the flutter app can read from, so we don't need to change these styles/elements/images/icons/paddings etc manually? How is this possible?

  • @mahnoorfatima587
    @mahnoorfatima587 Рік тому

    sir.. i watched your vedio but i cant seem to find the figma icon on flutlab... can you demonstrate the reason?

  • @beethoven5984
    @beethoven5984 Рік тому

    Really interesting video

  • @udayanvats3640
    @udayanvats3640 Рік тому

    Could you please cover on how did you deploy your API and other setup stuff in the backend as I tried doing and following the same code but got 400 status code