Tech With Tim

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Videos

動画一覧

動画数:987件

Backend, Frontend or DevOps? How to Decide!

Backend, Frontend or DevOps? How to Decide!

If you're trying to become a developer then chances are you are making this one mistake - and it's likely what is holding you back from landing a job. This mistake is jumping from topic to topic & field to field without really understanding what it is that you need to focus on. Try out TeamCity Pipelines Beta for FREE: https://jb.gg/Try_TeamCity_Pipelines If you want to land a developer job: https://techwithtim.net/dev ⏳ Timestamps ⏳ 00:00 | The BIGGEST Mistake 01:57 | A DevOps Tool You NEED 02:49 | Difficulty/Ease of Access 05:59 | The MONEY 07:35 | A Detailed Breakdown (Frontend) 09:42 | A Detailed Breakdown (Backend) 12:30 | A Detailed Breakdown (DevOps) 14:00 | What About Other Roles? 15:13 | How To Decide! Hashtags #techwithtim #frontenddevelopment #backendwebdevelopment #devops #tech with tim #backend vs frontend #frontend developer #frontend vs backend developer #frontend vs backend explained #backend developer salary #frontend vs backend #frontend developer salary #frontend vs backend development #front end developer salary #front end vs back end #difference between frontend and backend #how to code #backend development #frontend vs backend developer salary #web development tutorial for beginners #c++ placement course #college placement course
2024年04月24日
00:00:00 - 00:16:54
Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial

Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial

In this video, I'm going to show you how to create your own AI application that uses RAG (Retrieval Augmented Generation) without writing a single line of code - in just a couple of minutes, using Langflow. If you want to land a developer job: https://techwithtim.net/dev 🎞 Video Resources 🎞 Langflow Docs/Install: https://docs.langflow.org/ Langflow Github: https://dtsx.io/3vR07qO Build now with Astra DB: https://dtsx.io/3vZk6n2 OpenAI API Key: https://platform.openai.com/api-keys Code/Flow File: https://github.com/techwithtim/Langflow-RAG-Tutorial ⏳ Timestamps ⏳ 00:00 | Overview 00:33 | Project Demo 02:14 | Setup/Installation 04:07 | Building a Basic Chatbot 09:27 | OpenAI Integration 12:33 | VectorStore Databases 15:00 | Adding RAG 21:35 | Testing The App 23:02 | Additional Features Hashtags #techwithtim #nocodedevelopment #llm #RAG #tech with tim #langchain chatgpt #langchain agent #langchain ai #langchain openai #langchain prompt #long chain python #hugging face models #large language models #langchain in python #pinecone #langchain #embeddings #hugging face #vectore store #llms #no code tools #python programming #how to code #how to build AI application
2024年04月22日
00:00:00 - 00:24:03
Python Advanced AI Agent Tutorial - LlamaIndex, Ollama and Multi-LLM!

Python Advanced AI Agent Tutorial - LlamaIndex, Ollama and Multi-LLM!

Interested in AI development? Then you are in the right place! Today I'm going to be showing you how to develop an advanced AI agent that uses multiple LLMs. If you want to land a developer job: https://techwithtim.net/dev 🎞 Video Resources 🎞 Code: https://github.com/techwithtim/AI-Agent-Code-Generator Requirements.txt: https://github.com/techwithtim/AI-Agent-Code-Generator/blob/main/requirements.txt Download Ollama: https://github.com/ollama/ollama Create a LlamaCloud Account to Use LLama Parse: https://cloud.llamaindex.ai Info on LLama Parse: https://www.llamaindex.ai/blog/introducing-llamacloud-and-llamaparse-af8cedf9006b Understanding RAG: https://www.youtube.com/watch?v=uO6r0vQmGB0 ⏳ Timestamps ⏳ 00:00 | Video Overview 00:42 | Project Demo 03:49 | Agents & Projects 05:44 | Installation/Setup 09:26 | Ollama Setup 14:18 | Loading PDF Data 21:16 | Using llama Parse 26:20 | Creating Tools & Agents 32:31 | The Code Reader Tool 38:50 | Output-Parser & Second LLM 48:20 | Retry Handle 50:20 | Saving To A File Hashtags #techwithtim #machinelearning #aiagents #tech with tim #ai agent tutorial #python rag tutorial #advanced ai programming #python machine learning #python ai techniques #python coding ai #rag model tutorial #python ai projects #python programming #artificial intelligence tutorial #advanced python ai #rag agent creation #rag ai model #ai coding guide #ai technology guide #ai development #tech with tim ai #tech with tim python #machine learning python
2024年04月19日
00:00:00 - 00:53:57
Make 2048 In Python | Full Python Game Tutorial

Make 2048 In Python | Full Python Game Tutorial

In this Python tutorial, I will be showing you how to build the game "2048". This childhood-favorite of mine is a bit complex so I will be showing you some advanced techniques to structure a game like this. By the end of this video, you will have a fully-functional game to add to your portfolio in addition to a handful of new techniques to add to your toolbelt. 🎓 Premium Courses 🎓 🏢 CourseCareers - https://techwithtim.net/dev 🎓 Free Courses 🎓 📚 Introduction To Software Development: https://techwithtim.net/dev 🎞 Video Resources 🎞 Full Code: https://github.com/techwithtim/2048-In-Python Install Pygame (Mac): https://www.youtube.com/watch?v=E-WhAS6qzsU Install Pygame (Windows): https://www.youtube.com/watch?v=AdUZArA-kZw&t=11s ⏳ Timestamps ⏳ 00:00 | Project Demo 00:50 | Project Overview/Plan 02:18 | Setup/Dependencies 03:45 | Constants Definition 08:27 | Game Loop 11:54 | Drawing 19:42 | Defining The Tiles 39:54 | Moving The Tiles - Explanation 46:07 | Moving The Tiles - Implementation 🔖 Tags 🔖 - Python Game Development - Building Games in Python - How To Code A Game Hashtags #pythonprogramming #techwithtim #pythongame #tech with tim #python tutorial #pygame tutorial #python game development #tutorial #2048 game #python #how to code #2048 #programming #Python Game Development #2048 Game Python #Tech with Tim #Python Tutorial #Game Programming #Python for Beginners #Full Game Tutorial #Python Projects #2048 Game Tutorial #Coding 2048 #Learn Python #Python Coding Tutorial #Python Game Tutorial #Building Games in Python #Python Programming #Create 2048 Game #Python Game Design #Coding Tutorial
2024年04月09日
00:00:00 - 01:15:53
Asyncio in Python - Full Tutorial

Asyncio in Python - Full Tutorial

Asynchronous programming allows our code to be more efficient by doing multiple things at once without any unnecessary waiting. Asyncio is your choice for running multiple tasks concurrently such as network requests or reading files, without using much CPU power. If you want to land a developer job click here and view my free introduction course with Course Careers for becoming a developer in 2024: https://techwithtim.net/dev Skool community for free resources: https://www.skool.com/software-developer-academy/about Discord server: https://discord.gg/twt 🎞 Video Resources 🎞 Python Async IO Docs: https://docs.python.org/3/library/asyncio.html ⏳ Timestamps ⏳ 00:00 | What is Asyncio? 00:48 | When to use Async IO? 02:04 | #1 - The Event Loop 02:47 | #2 - Coroutines 09:52 | #3 - Tasks 16:50 | #4 - Futures 18:23 | #5 - Synchronization Hashtags #techwithtim #asynchronousprogramming #python #pythonprogramming #tech with tim
2024年04月05日
00:00:00 - 00:24:59
3 IMPRESSIVE Coding Resume Projects

3 IMPRESSIVE Coding Resume Projects

I invited 3 software engineers out to Vegas to help me answer this one question: "What software projects should you put on your resume?". Join our Skool community! https://www.skool.com/software-developer-academy/a-guide-to-the-ideal-resume-projects?p=eab30933 🎞 Video Resources 🎞 If you want to land a developer job: https://techwithtim.net/dev Skool community for free resources: https://www.skool.com/software-developer-academy/about Discord server: https://discord.gg/twt ⏳ Timestamps ⏳ 00:00 | Introduction 00:36 | 1st Project Idea 02:45 | Full Guide Of The Best Resume Projects 03:00 | 2nd Project Idea 03:56 | 3rd Project Idea 05:45 | Conclusion Hashtags #techwithtim #softwaredevelopment #programming #tech with tim #software development #programming projects #web development projects #learn beginner javascript #programming project ideas #become a software developer #self taught software developer #webdev portfolio projects #beginner javascript #how to learn to code for beginners #coding for beginners #programming for beginners #portfolio projects #beginner javascript tutorial #projects get hired #developer portfolio #projects to get hired #javascript important parts
2024年04月02日
00:00:00 - 00:06:02
10 Python Comprehensions You SHOULD Be Using

10 Python Comprehensions You SHOULD Be Using

In this video, I will be showing you 10 Python comprehensions you can & should be using. These comprehensions will progress in difficulty, so be sure to stick around until the end of the video! If you want to land a developer job: https://techwithtim.net/dev Skool community for free resources: https://www.skool.com/software-developer-academy/about Discord server: https://discord.gg/twt 🎞 Video Resources 🎞 ⏳ Timestamps ⏳ 00:00 | Overview 00:11 | Basic List Comprehensions 02:06 | Comprehension Condition 04:22 | If You're Serious About Becoming A Developer 05:20 | Comprehension With Multiple Conditions 07:42 | Multiple List Comprehension 09:18 | If/Else In A Comprehension 11:22 | Nested List Comprehension 14:32 | Transformation In Comprehension 15:38 | Dictionary Comprehension 16:47 | Set Comprehension 17:49 | Generator Comprehension Hashtags #techwithtim #programming #python #tech with tim #python comprehensions #python list comprehensions #set comprehensions #list comprehensions #dict comprehensions #comprehensions #python tutorial #python tutorials #python (programming language) #python generators #generator expressions #computer science #software engineering #python #programming #programming tutorials #video tutorial #programming language (software genre) #development #how to #software #generators
2024年03月29日
00:00:00 - 00:21:35
Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

In this video, you will learn how to use Python and JavaScript to create a full-stack web application. We will be using Django for the backend & React for the frontend as well as implementing authentication using JWT tokens. And as a bonus, I am going to show you how to deploy this application for free. WSO2 Code Challenge: https://tinyurl.com/4whmzvsd Choreo page: https://tinyurl.com/ywr7ak29 Choreo docs: https://tinyurl.com/2fvamzu9 Discord server for any questions: https://discord.com/invite/wso2 🎞 Video Resources 🎞 GitHub Repo (Completed Project): https://github.com/techwithtim/Django-React-Full-Stack-App JWT Token Explainer Video: https://www.youtube.com/watch?v=vLTJ_03Dq4M ⏳ Timestamps ⏳ 00:00:00 | Video Overview 00:00:39 | Project Demo 00:03:03 | Win a Cybertruck or $100,000 00:04:32 | Backend Setup/Installation 00:10:11 | Django Settings 00:14:39 | Understanding JWT Tokens 00:18:00 | Making The Registration View 00:25:40 | Connecting Our Auth Routes 00:32:58 | Creating Custom Models 00:38:57 | Writing Create, Read & Delete Views 00:50:38 | Frontend Installation/Setup 00:52:20 | Frontend Organization & Axios Setup 00:59:32 | Writing Protected Routes 01:08:57 | Navigation & Pages 01:16:35 | 404 Page 01:17:30 | Making A Generic Form 01:26:15 | Adding Form Styles 01:27:06 | Connecting The Login/Register Form 01:31:42 | Building The Home Page 01:44:10 | Building The Note Component 01:48:41 | Frontend Finishing Touches 01:52:20 | Database Deployment 02:00:03 | Deployment Configuration 02:05:02 | Choreo Project Setup 02:07:39 | Backend Deployment 02:14:30 | Frontend Deployment 02:16:23 | Connecting The Fronted To The Backend | 02:16:23 Hashtags #techwithtim #djangoproject #djangorestframework #javascript #tech with tim #django and react tutorial #django react tutorial 2020 #django react tutorial #python django react tutorial #django rest framework tutorial #django rest api tutorial #full stack web app tutorial #django rest framework serializers #django tutorial #javascript react tutorial #rest api django tutorial #django and react project #react and django tutorial #react tutorial 2020 #react tutorial #django rest framework #django rest api #javascript web app #django react
2024年03月26日
00:00:00 - 02:22:03
Is NVIDIA’s ChatRTX The Next Big Thing?

Is NVIDIA’s ChatRTX The Next Big Thing?

NVIDIA just released their ChatRTX application which solves 2 of the biggest issues we see with LLMs today; Data access & privacy. The ChatRTX application solves these issues by allowing you to run a free & open-source model locally on your computer. Want to create your own local chatbot powered by ​⁠@NVIDIAGeForce RTX GPUs? Download ChatRTX here: https://nvda.ws/4a3lgw8 ⏳ Timestamps ⏳ 00:00 | The Problem With LLMs 01:01 | What Is ChatRTX? 01:28 | ChatRTX Demo 05:03 | Installation & Requirements 06:22 | How This Works (RAG) Hashtags #alonrtx #ChatRTX #Allinnovation #tech with tim #Nvidia #ChatRTX #artificial intelligence #AI technology #machine learning #Nvidia technology #ChatRTX review #AI chatbots #tech news #Nvidia ChatRTX #Nvidia innovation #AI advancements #ChatRTX technology #Tech with Tim #AI chat technology #computer vision #natural language processing #AI research #deep learning #Nvidia developments #future technology #AI trends #technology reviews
2024年03月23日
00:00:00 - 00:10:49
PLEASE Use These 5 Python Decorators

PLEASE Use These 5 Python Decorators

In this tutorial, I'll be unveiling 5 essential Python decorators that every programmer should have in their toolkit. If you're wondering what decorators are and how they can supercharge your Python code, you're in the right place. Throughout this video, I'll dive deep into the world of decorators, explaining their fundamental principles and showcasing real-world examples of how they can streamline your code and make it more efficient. If you want to land a developer job check out my program with Course Careers: https://techwithtim.net/dev Skool community for free resources: https://www.skool.com/software-developer-academy/about Discord server: https://discord.gg/twt 🎞 Video Resources 🎞 Python Decorators Tutorial: https://www.youtube.com/watch?v=tfCz563ebsU Python Dataclasses Tutorial: https://youtu.be/5mMpM8zK4pY?si=wSuNbR5pzI3nldv9 ⏳ Timestamps ⏳ 00:00 | What Is A Decorator? 05:30 | What You NEED To Know 06:14 | @property 10:34 | @staticmethod 12:10 | @classmethod 13:45 | @functools.cache 17:09 | @dataclass Hashtags #TechWithTim #PythonDecorators #PythonProgramming #CodingTips #tech with tim #Python #decorators #Python programming #coding tips #Tech with Tim #Python tutorial #Python functions #Python decorators tutorial #Python programming guide #coding in Python #software development #Python projects #Python programming tips #Python coding #coding for beginners #Python advanced #Python decorators examples #Python development #Python functions tutorial #artificial intelligence #ai #how to code in python #coding tutorial #programming basics
2024年03月19日
00:00:00 - 00:20:12