- 8
- 5 213
Tech Simplified For All
เข้าร่วมเมื่อ 3 ม.ค. 2024
Create Viral Motion Graphics in Canva - Easy in Just 5 Minutes!
#canva #motiongraphics #animation #canvatutorial
Learn how to create an eye-catching 1% improvement chart motion graphic in just a few minutes using Canva! 🎨📊
In this tutorial, I'll walk you through the simple steps to design engaging motion graphics that can enhance your videos and make your content stand out. Whether you're a beginner or a seasoned creator, you'll discover how easy it is to design professional-looking visuals without any prior experience in graphic design.
What you'll learn:
How to use Canva's tools for creating motion graphics
Step-by-step process to design a 1% improvement chart
Tips for adding animations and transitions
Exporting your motion graphics for videos
If you found this video helpful, don’t forget to like, comment, and subscribe for more tips on design and content creation!
Learn how to create an eye-catching 1% improvement chart motion graphic in just a few minutes using Canva! 🎨📊
In this tutorial, I'll walk you through the simple steps to design engaging motion graphics that can enhance your videos and make your content stand out. Whether you're a beginner or a seasoned creator, you'll discover how easy it is to design professional-looking visuals without any prior experience in graphic design.
What you'll learn:
How to use Canva's tools for creating motion graphics
Step-by-step process to design a 1% improvement chart
Tips for adding animations and transitions
Exporting your motion graphics for videos
If you found this video helpful, don’t forget to like, comment, and subscribe for more tips on design and content creation!
มุมมอง: 83
วีดีโอ
How to Create Mind Maps with ChatGPT in 2 Minutes
มุมมอง 4K3 หลายเดือนก่อน
#chatgpt #artificialintelligence #mindmaps #ai #techtutorial Instructions (customize it if you want but make sure you ask for markdown code) : Create a mindmap for the below study implications. Include relevant subtopics or information to clearly show the key points. Break it into different subcategories if necessary. Please provide a code box with Markdown language. In this quick tutorial, I’l...
How To Create Flowcharts With ChatGPT And Draw.io
มุมมอง 1.1K3 หลายเดือนก่อน
Welcome to this step-by-step tutorial on how to create a flowchart using ChatGPT and Draw.io! In this video, you'll learn how to leverage the power of AI to design clear and effective flowcharts for your projects, presentations, and more. Whether you're a beginner or a seasoned pro, this guide will help you create professional-looking diagrams with ease. What You'll Learn: How to generate flowc...
completing my first mini project | Learning Full Stack Dev Devlog #5
มุมมอง 43 หลายเดือนก่อน
Welcome to Part 5 of my Full Stack Dev Journey! Join me as I wrap up my first mini project in this exciting part of my full stack development journey! Watch as I code, debug, and reflect on the key lessons learned. Perfect for anyone looking to dive into coding and see real-world project completion. Don’t forget to like, subscribe, and hit the bell for more coding adventures! #fullstackdevelope...
The moment I realized Hono is better | Learning Full stack Dev Devlog #4
มุมมอง 473 หลายเดือนก่อน
Welcome to Part 4 of my Full Stack Dev Journey! In the video, I start by addressing API errors and making manual fixes. I focus on debugging error messages and type issues, using insights from comparing with the Bun project. I then adjust export and format issues, discussing the pros and cons of Express versus Bun. I handle client-side API data retrieval and tackle JSON output format challenges...
RPC? Never knew her | Learning Full Stack Dev Devlog #3
มุมมอง 43 หลายเดือนก่อน
Welcome to Part 3 of my Full Stack Dev Journey! In this video, I’m diving into RPC (Remote Procedure Call) and showing you how I’m integrating it into our project. As I continue learning full-stack development, I'll take you through my approach to setting up and dealing with RPC, sharing my thought process and how I solve problems along the way. What to Expect: Understanding RPC: I’ll explain w...
Hono is so much simpler than express | Learning Full Stack Dev Devlog #2
มุมมอง 113 หลายเดือนก่อน
Welcome to Part 2 of my Full Stack Dev Journey! In this video, I focus on creating an endpoint to retrieve a specific expense item by its ID, which involves using a path parameter in the route. I discuss the necessity of handling asynchronous operations with await in Express and express some uncertainty about implementation details. While working through the process, I encounter issues with par...
I never thought setting up a server was this hard | Learning Full Stack Dev Devlog #1
มุมมอง 113 หลายเดือนก่อน
Welcome to Part 1 of my Full Stack Dev Journey! In this video, I start by introducing the project, which is a full-stack task management app. I discuss my approach, including the tech stack (React, Bun, Hono), and my plans to eventually convert it to Node.js and Express. I emphasize a learning-focused approach, mentioning the use of tutorials, mini projects, and ChatGPT for assistance. The vide...
Are these apps paid?
Good work, Y not collaborate with me
0:00 Introduction and project overview 0:27 Lack of formal plan, raw recording 1:00 Project setup, tech stack overview 3:12 Plans to convert Bun/Hono to Node.js/Express 4:04 Tutorials and mini projects 5:01 Mentioning ChatGPT assistance 10:02 Outline of tech stack and deployment 12:04 Current project overview 14:21 Project details and next steps 19:06 Project setup and server configuration 22:14 Installing Express and TypeScript 24:42 Writing server code, troubleshooting 32:12 Module import issues, server adjustments 42:01 Router configuration, adapting code 48:00 Routing mistakes and fixes 50:25 Implementing validation with Zod 53:07 POST endpoint, debugging 58:17 Reflection on progress and learning 1:01:39 Final testing and break
0:00 - Starting with API errors and manual fixes 0:14 - Debugging error messages and type issues 1:00 - Comparing with the Bun project for insights 2:00 - Adjusting export and format issues 3:00 - Express vs. Bun: Pros and cons 4:00 - Handling client-side API data retrieval 5:00 - JSON output format challenges and fixes 7:00 - Adjusting backend setup and type definitions 8:00 - Final tweaks and realizing Express limitations 9:00 - Transitioning to chess to celebrate progress 12:00 - Resolving chess game strategies and reflections 20:00 - Wrapping up, considering more styling and rest
0:00 - Intro: Starting with Hono RPC. 0:15 - RPC Basics: Learning what RPC is. 1:50 - Express vs Hono: Figuring out which works better. 4:50 - Setup: Integrating Hono Client and Vite proxy. 10:05 - Manual Types: Exporting types in Express. 14:45 - Hono Benefits: Realizing why Hono is simpler. 17:05 - Wrap-Up: Final thoughts and next steps.
0:00 Start creating an endpoint to get an expense by ID using path parameters. 0:27 Discuss using request/response in Express and ask for feedback on talking while coding. 0:49 Realize the need for await and troubleshoot ID parsing issues. 2:06 Simplify code using express.json() for ID handling. 2:28 Compare Express to Hono, discuss regular expressions and ID validation. 4:10 Create middleware for validating IDs. 5:27 Fix ID validation issues and explore route handling. 9:03 Implement custom validation with middleware. 11:04 Finalize and test middleware, handle errors. 14:04 Implement delete endpoint and verify functionality. 17:05 Plan to move to the front end, take a break to play chess. 19:21 Reflect on chess game and prepare for front-end setup. 22:27 Set up React app, install dependencies, and configure the project. 24:05 Test front-end setup, discuss structure, and TypeScript configurations. 26:22 Install Tailwind CSS, set up files, and reflect on progress. 30:05 Complete Tailwind setup, plan next steps.