Tech Builder
Tech Builder
  • Видео 47
  • Просмотров 201 588
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.
Просмотров: 102

Видео

Personal Finance for IT Professionals
Просмотров 318 месяцев назад
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
Просмотров 54Год назад
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
Просмотров 153Год назад
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
Просмотров 795Год назад
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
Просмотров 101Год назад
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
Просмотров 1,9 тыс.Год назад
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,5 тыс.Год назад
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.
Просмотров 825Год назад
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.
Просмотров 893Год назад
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
Просмотров 19 тыс.Год назад
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
Просмотров 775Год назад
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,8 тыс.Год назад
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 тыс.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
Просмотров 9 тыс.2 года назад
Flutter Tutorial: Deploy your Flutter Web App in the AWS Cloud
Flutter tutorial - create a mobile app from scratch
Просмотров 6222 года назад
Flutter tutorial - create a mobile app from scratch
WordPress Hosting for cheap! With AWS LightSail
Просмотров 2 тыс.2 года назад
WordPress Hosting for cheap! With AWS LightSail
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Просмотров 2072 года назад
WHSRND MEET: walkthrough of my first Flutter app in the App Store
Flutter chat app : architectural overview and functional component breakdown
Просмотров 8772 года назад
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.
Просмотров 7342 года назад
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.
Просмотров 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?
Просмотров 2912 года назад
Getting started with Flutter: Which Widgets do you need to get started?