Oladetoun Gbemisola
Oladetoun Gbemisola
  • 29
  • 6 426
How to Screenshot your code in VSCode | CodeSnap Customized and Advanced Settings
Learn advanced settings of the CodeSnap extension in VS Code. If you love taking beautiful code snapshots, this tutorial will help you get the most out of this amazing tool.
We'll start with an overview of the CodeSnap extension, then show you how to access and customize advanced settings.
By the end of this video, you'll be able to customize CodeSnap to suit your needs and take stunning code screenshots like a pro.
🛴 Follow me on:
Instagram: officialgbemmy
Twitter: x.com/OladetounGee
LinkedIn: www.linkedin.com/in/oladetoun-gbemisola-3aa7071aa/
Github: github.com/oladetoungee
Website: www.gbemisolaoladetoun.com/
#codesnap #vscode #codescreenshot #webdevelopment #codingtips #vscodetutorial #programming #learntocode #developer工具
มุมมอง: 35

วีดีโอ

DON'T USE dotenv for your environment variables again!! Use the Node Js .env support instead
มุมมอง 1514 ชั่วโมงที่ผ่านมา
That’s right-Node.js v20 now has built-in support for .env files! No more external libraries for managing environment variables. It's cleaner, faster, and one less dependency to worry about. In my latest video, I walk you through how to use this new feature and why it’s a game-changer. If you're still installing dotenv like I almost did, it's time to make the switch! 😎 #javascript #nodejs #node...
Learn Javascript Switch Statements in 6 minutes ✌️
มุมมอง 63วันที่ผ่านมา
When you have multiple conditions to evaluate in your code, using a series of if-else statements can quickly become cumbersome. That’s where JavaScript’s switch statement comes in handy-it allows you to handle multiple possible cases cleanly and efficiently! The switch statement is perfect for scenarios where you have a single variable that needs to be compared against multiple possible values....
If Else vs Ternary Operator ❓ ❓| Learn Javascript Ternary Operator in 8 minutes❕
มุมมอง 6614 วันที่ผ่านมา
The ternary operator is one of JavaScript's most powerful tools for writing concise and readable code. If you’ve ever felt like your if-else statements are cluttering up your code, it’s time to embrace ternary operators! This operator not only shortens your code but also makes it easier to read and maintain. It's perfect for those simple conditional checks that don’t require the full weight of ...
5000+ views on YouTube 🎉🎉
มุมมอง 1914 วันที่ผ่านมา
#javascript #webdevelopment #codingbasics #webdesign #learntocode #coding #programming #learnwebdev #100daysofcode
How to make Decisions in Javascript | Javascript If...else Statements
มุมมอง 8514 วันที่ผ่านมา
I still remember the first time I learnt how to write and use an if-else statement in JavaScript. It was like discovering a superpower- I could make my code "think" and decide what to do based on different scenarios. if-else statements are one of the backbones of decision-making in code. Whether you’re checking user input, validating data, or just deciding what message to display, these stateme...
Common and Uncommon Javascript Data Types
มุมมอง 4321 วันที่ผ่านมา
JavaScript is a dynamically typed language-hence, you don’t need to declare the data type of a variable when you create it. The type is automatically determined at runtime. However, it is also important that developers themselves understand the different data types in JavaScript. Timestamps: 00:00 - Intro 00:56 - 2 Major Categories 1:30 - Number Type 2:14 - String Type 3:15 - Undefined 4:04 - N...
Let vs Const vs Var | What keyword should I use to declare Variables
มุมมอง 9921 วันที่ผ่านมา
If you’re working with JavaScript, you’ve probably wondered at some point: Should I use let, const or var to declare my variables? The answer isn’t just a matter of preference-it can significantly impact the behaviour of your code! I personally use const by default and let when I'm certain that my variable’s value will change. But then again, it’s not just a matter of preference; all three keyw...
Stop Giving Your JavaScript Variables "Anyhow" Names | Naming Conventions | Best Practices
มุมมอง 5928 วันที่ผ่านมา
Your code is only as good as the names you give your variables. Naming variables "anyhow" might save you a few seconds now, but it can cost you hours later when you-or anyone else-tries to understand your code. Good variable names are the backbone of readable, maintainable, and scalable code. In this video, I analysed the art of naming variables in JavaScript, sharing tips and best practices to...
Javascript Basic Operators | In-depth Explaination | Arithmetic, Logical, Comparison, Assignment ...
มุมมอง 40หลายเดือนก่อน
JavaScript operators are the fundamental tools that allow us to perform calculations, comparisons, and more in our code. In my this TH-cam video, I break down these operators in detail with examples to help you understand when and how to use each one effectively. #javascript #javascripttutorial #programming #coding #html #css #webdevelopment #codingbasics #quickguide #webdesign #learntocode #co...
Affordable Mechanical Keyboard for Coding | Unboxing & Review | AliExpress Haul
มุมมอง 94หลายเดือนก่อน
Affordable Mechanical Keyboard for Coding | Unboxing & Review | AliExpress Haul
Javascript Values and Variables | Easy Explanation | Javascript Series | Beginner Javascript
มุมมอง 77หลายเดือนก่อน
Javascript Values and Variables | Easy Explanation | Javascript Series | Beginner Javascript
Tips for Organizing Tech Events | Insights from SCA Abeokuta IWD | Lessons learnt
มุมมอง 64หลายเดือนก่อน
Tips for Organizing Tech Events | Insights from SCA Abeokuta IWD | Lessons learnt
Local Storage vs Session Storage vs Cookies | Examples | UseCase | Syntax
มุมมอง 2.2Kหลายเดือนก่อน
Local Storage vs Session Storage vs Cookies | Examples | UseCase | Syntax
InnerHTML vs InnerText vs TextContent | JavaScript DOM
มุมมอง 294หลายเดือนก่อน
InnerHTML vs InnerText vs TextContent | JavaScript DOM
Get Free Coding Books, Resources, and Cheatsheets | Developer's Goldmine
มุมมอง 216หลายเดือนก่อน
Get Free Coding Books, Resources, and Cheatsheets | Developer's Goldmine
Build a Responsive Minimalist Portfolio Website with HTML and CSS | Step-by-Step Tutorial
มุมมอง 422หลายเดือนก่อน
Build a Responsive Minimalist Portfolio Website with HTML and CSS | Step-by-Step Tutorial
What is HTML, CSS, and JavaScript? | Quick Guide in 4 Minutes!
มุมมอง 118หลายเดือนก่อน
What is HTML, CSS, and JavaScript? | Quick Guide in 4 Minutes!
When to use Semantic HTML over DIVs | Clean Code
มุมมอง 2232 หลายเดือนก่อน
When to use Semantic HTML over DIVs | Clean Code
Best VS Code Extensions for 2024!
มุมมอง 1812 หลายเดือนก่อน
Best VS Code Extensions for 2024!
HTML Basics | Build Your First Simple Webpage! | HTML in 15 minutes | HTML for Beginners
มุมมอง 2652 หลายเดือนก่อน
HTML Basics | Build Your First Simple Webpage! | HTML in 15 minutes | HTML for Beginners
Welcome to my channel! | Tech | Coding
มุมมอง 3842 หลายเดือนก่อน
Welcome to my channel! | Tech | Coding
Welcome To My Channel.🎉
มุมมอง 1089 หลายเดือนก่อน
Welcome To My Channel.🎉