Flutter vs Native iOS
Feb 11, 2021, 10:30 AM
09:08
Hey, it's Tom! Dart vs Swift? Flutter vs iOS SDK? If you are not sure which one to choose feel free to watch this video. In this episode, I'm trying to compare both languages and platforms in terms of performance, learning curve, everyday...
Flutter Review 2021 - pros vs cons
Feb 3, 2021, 10:00 AM
07:18
Is Flutter worth learning in 2021? I've spent a couple of last weeks playing with Flutter. Today I want to share with you my thoughts about Flutter from the perspective of an iOS developer.
0:00 Intro
0:20 Good things
3:42 Bad things
6:09...
How to get started with iOS Development
Jan 26, 2021, 10:00 AM
06:01
Hey, it's Tom, today we will talk about how to get started with iOS Development and not ruin your budget ;)
Links:
CS193p iPhone Application Development Stanford Course - ...
Clean Code - Book Review
Dec 15, 2020, 9:00 AM
04:53
I’ve recently read “Clean Code” by Robert C. Martin and… I wish I'd read this book 10 years ago when I was starting my journey as a professional developer. Let me explain to you why I believe that every Junior Developer should read… at...
Spotify API in JavaScript Tutorial - Playlist Export
Dec 3, 2020, 8:01 AM
17:45
Spotify API gives access to all playlists and details of user. In this tutorial, we will create the Spotify App and use JavaScript to export our playlists and save them in a local directory.
Source Code:...
Why I'm not switching to Apple Silicon anytime soon.
Nov 17, 2020, 10:35 AM
09:34
Is it worth buying MacBook Pro 2020 with Apple Silicon M1 chip for software engineers and developers?
Hey, it’s Tom and in this video, I would like to share with you my thoughts about the transition to Apple Silicon M1 chip from a...
Python Text To Speech Tutorial - How to make an Audiobook with Python
Oct 19, 2020, 10:00 AM
12:41
This python tutorial shows how to change the text to speech and save in mp3 format. In the first example, we will change the long article into the audio version and in the second one, I will show you how to extract text from a PDF book and...
PYTHON COURSE - 5. Basic Operators
Sep 12, 2020, 3:20 PM
08:07
This video is a part of the Python Course Series. In this part, I'm explaining what operators are available in Python.
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...
PYTHON COURSE - 4. Data Types
Sep 12, 2020, 3:20 PM
12:42
This video is a part of the Python Course Series. In this part, I'm explaining what data types are available in Python.
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...
PYTHON COURSE - 3. Variables
Sep 12, 2020, 3:20 PM
17:01
This video is a part of the Python Course Series. In this part, I'm explaining how to work with variables in Python.
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...
PYTHON COURSE - 2. Basic Syntax
Sep 12, 2020, 3:20 PM
05:55
This video is a part of the Python Course Series. In this part, I'm explaining the basic syntax of Python.
PEP 8 - https://python.org/dev/peps/pep-0008/
Python Keywords -...
PYTHON COURSE - 1. Getting Started
Sep 12, 2020, 3:20 PM
06:40
This video is a part of the Python Course Series. In this part, I'm explaining how to get started with Python, how to install it, and start using Jupyter Notebooks.
Python Download - https://www.python.org/downloads/
Anaconda Install -...
BAD PROGRAMMING HABITS
Aug 28, 2020, 9:00 AM
10:25
Bad habits can ruin any area of life, in this video, I discuss the 7 most popular bad habits among programmers.
00:00 Intro
00:11 Not understanding fundamentals
01:29 Not trying to understand the problem
02:44 Blindly copy/pasting from...
How to make DeepFake in 10 mins - Tutorial
Aug 12, 2020, 11:00 AM
09:59
Hey, today we are going to create a DeepFake video using the "First Order Motion Model for Image Animation” in Google Colab. Thanks to Colab, you don’t need a powerful GPU to generate deep fakes, because the model runs in the...
OpenAI GPT-3 - will it replace Software Developers?
Aug 3, 2020, 11:00 AM
06:09
There is a lot of hype around GPT-3 recently, many demos went viral. Seeing those videos a lot of people might think that software developer jobs are at risk now… and I think that they are not, in this video I’m explaining why.
Follow me...
Face Detection and Face Tracking on iOS
Jul 30, 2020, 11:30 AM
29:13
Face Detection and Face Tracking have multiple use cases. In this tutorial, we are going to build a simple app, which will
1. Detect face in an image
2. Detect and Track Face in real-time using the built-in camera
BONUS: Detect and track...
Is it worth learning iOS development in 2021?
Jul 20, 2020, 11:00 AM
10:15
Is it still worth to learn iOS Development in 2021? In this video, I’m sharing my point of view.
00:00 INTRO
00:11 NEW OPPORTUNITIES
02:54 JOBS + SALARY
05:25 ARGUMENTS AGAINST NATIVE APP DEVELOPMENT
08:51 SUM UP
09:45 OUTRO
Stack...
Natural Language Processing in Apple Ecosystem
Jul 8, 2020, 7:24 AM
28:55
Natural Language Processing is important part of Machine Learning. In this video i’m going through most popular NLP features provided by SDK on iOS, iPadOS and MacOS.
TIME TAGS:
00:00 - Intro
01:09 - Language Identification
04:49 -...
Python Web Scraping Tutorial - CraigsList
Jun 8, 2020, 11:00 AM
22:48
Web scraping is a very important tool for everyone who needs to collect data. In this tutorial, I will show you how to fetch and parse website content. We are going to use Python, Requests and Beautiful Soup.
Source Code:...
Node.js Tutorial - Website Availability Monitoring App
May 25, 2020, 11:00 AM
28:28
Availability monitoring is very important when you have a blog or an online service. Today we are going to build an uptime monitoring app in Node.js and deploy on Google Cloud, so you will be able to use free monitoring for your service....
Load Testing in Node.js
May 5, 2020, 11:01 AM
19:13
Building a back-end application always brings the question about performance while handling multiple users accessing the app at the same time. This is why we have Load Testing. Load testing is the process of putting expected or unexpected...
Twitter API in JavaScript - Twitter Monitoring Tutorial
Apr 27, 2020, 11:00 AM
18:55
Hey, it’s Tom, today I will show you how to get access to official Twitter API and how you can use it to build social media monitoring app in Node.js. The app will be able to search recent tweets containing hashtags or words we are...
Twitter Bot in JavaScript - Tutorial
Apr 20, 2020, 8:00 AM
33:50
Hey, it's Tom and in this video you will learn how to build a twitter bot using JavaScript and Puppeteer library. The bot will log into your existing twitter account, then will search for tweets with some defined hashtag and then will...
5 Machine Learning App Ideas
Apr 6, 2020, 12:00 PM
06:40
Hi, this video is some kind of giveaway. I want to share a couple of machine learning business ideas I was thinking about in the past. We all have only 24 hours per day so it’s impossible to try out all ideas which come to our minds....
Tensorflow JS Object Detection - Security Camera
Mar 30, 2020, 11:00 AM
34:48
Hey, it’s Tom! This video will show you how to use Tensorflow.js to turn your Web Browser into Surveillance Camera. The idea is simple: app is constantly monitoring video from the camera and records the moments when it detects a human. It...
React Hooks - useContext
Mar 18, 2020, 4:00 AM
06:56
Video explains how useContext hook works.
Source Code: https://github.com/tombaranowicz/React-Hooks-For-Beginners
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...
React Hooks - useEffect
Mar 17, 2020, 4:00 AM
11:51
Video explains how useEffect Hook works.
Source Code: https://github.com/tombaranowicz/React-Hooks-For-Beginners
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...
React Hooks - useState
Mar 16, 2020, 4:00 AM
05:21
Video explains how useState Hook works.
Source Code: https://github.com/tombaranowicz/React-Hooks-For-Beginners
Follow me on:
LinkedIn: https://www.linkedin.com/in/tombaranowicz/
Twitter: https://twitter.com/tombaranowicz
Github:...