Learn Smart Coding in Tamil
Learn Smart Coding in Tamil
  • 103
  • 33 549
What are the TOP Git Basics You Need to Know for Azure DevOps? | Tamil
In this video, we’ll dive into the basics of Git and how to push your code to a repository in Azure DevOps. We’ll create a new repo in Azure DevOps, initialize a local Git repository, and use essential Git commands to commit and push your code to the cloud. Whether you’re new to version control or need a refresher, this step-by-step guide will help you get started with Git and Azure DevOps.
In this video:
Setting up your Azure DevOps account.
Overview of Azure DevOps and its features.
Step-by-step repo creation in Azure DevOps.
Using Git commands to push code from local to remote repositories.
Pro tips for managing your code with Git and Azure DevOps.
By the end of this tutorial, you'll confidently push your projects to Azure DevOps and work efficiently using Git. Perfect for beginners and those new to DevOps workflows!
Repo: github.com/learnsmartcoding/smartcertify-api-clean-architecture-dotnet9
English channel link: www.youtube.com/@learnsmartcoding/videos
Repo: github.com/learnsmartcoding/AZ-204-Developing-Solutions-for-Microsoft-Azure
Please post your questions in the comment section and I will be happy to answer your questions.
Subscribe for more useful videos just like this: th-cam.com/channels/uCvMo2zDlUyAB9MVk5TkwA.html
Happy Coding!
มุมมอง: 86

วีดีโอ

Build .NET Core 9 Web API with Clean Architecture | Project Setup
มุมมอง 11914 วันที่ผ่านมา
In this video, we’ll walk through the process of creating a .NET Core 9 Web API project using Clean Architecture principles. We'll set up the project structure, configure Entity Framework (EF) Core, and generate entities from the database we built in the previous episode. Additionally, we’ll show how to configure Swagger alternatives in .NET Core 9, as Swagger's default scaffold is removed. Per...
Database Design Basics for Web App | Tamil Guide
มุมมอง 18228 วันที่ผ่านมา
In this video, we provide a comprehensive guide to database design in Tamil, focusing on key concepts like tables, primary keys, foreign keys, and constraints. Whether you're new to databases or brushing up on your skills, this beginner-friendly tutorial covers everything you need to know to understand how to structure your data properly. Learn how to design efficient databases and use SQL comm...
SQL Basics in Tamil | Beginner's Guide to Database Design
มุมมอง 4228 วันที่ผ่านมา
In this video, we explain SQL basics and database design in a simple way in Tamil. We walk through the database design for the SmartCertify App and guide you on how to implement database tables, primary keys, foreign keys, and other critical concepts using SQL commands. Whether you're a beginner or looking to solidify your SQL knowledge, this video will provide you with a clear understanding of...
.NET Core 9: Swagger Removed! Best Alternatives Revealed | Tamil
มุมมอง 120หลายเดือนก่อน
Microsoft has removed Swagger (Swashbuckle) from .NET Core 9! But don’t worry-we’ve got you covered. In this video, we’ll explore two powerful alternatives: NSwag and Scalar.AspNetCore. Learn how to integrate them into your projects, why Microsoft made this move, and how these tools can enhance your API documentation. Stay ahead in the .NET ecosystem and modernize your development workflow. Don...
Install SQL Express, SSMS, Azure Data Studio & Connect to SQL Server - Step-by-Step Guide | Tamil
มุมมอง 81หลายเดือนก่อน
In this video, learn how to install SQL Express, SQL Server Management Studio (SSMS), and Azure Data Studio. We’ll guide you through connecting to a SQLExpress server and accessing your database. Perfect for beginners starting with SQL databases! Stay tuned for more episodes in our SmartCertify series, where we build a robust online course certification platform. Express: SQL Server 2022 Expres...
App Architecture Overview | Build Online Course Certification Platform | Tamil | .NET Core | Azure
มุมมอง 118หลายเดือนก่อน
Welcome to Episode 1 of the SmartCertify series! 🚀 In this video, we’ll kick off by exploring the architecture and overview of the SmartCertify App, a full-stack web application designed to revolutionize online course certification. Discover the clean architecture design, learn how the app is structured, and see how we’ll use cutting-edge technologies like Angular 19, .NET Core 9 Web API, and A...
Full Stack Web Development 2025 | Angular 19, .NET Core Web API, Azure | Series Overview | Tamil
มุมมอง 84หลายเดือนก่อน
English channel link: www.youtube.com/@learnsmartcoding/videos Repo: github.com/learnsmartcoding/AZ-204-Developing-Solutions-for-Microsoft-Azure Please post your questions in the comment section and I will be happy to answer your questions. Subscribe for more useful videos just like this: th-cam.com/channels/uCvMo2zDlUyAB9MVk5TkwA.html Happy Coding!
Master RxJS Operators in Angular: A Complete Guide in Tamil
มุมมอง 168หลายเดือนก่อน
In this video, we explore RxJS operators and subjects, demonstrating how they enhance reactive programming in Angular applications, all in Tamil! Learn about essential operators like combineLatest, filter, map, mergeMap, switchMap, debounceTime, distinctUntilChanged, catchError, take, of, and tap. We also cover the powerful use of Subject and BehaviorSubject for managing and sharing reactive da...
Build a Serverless API with Azure Function App | Step-by-Step Guide | Tamil
มุมมอง 208หลายเดือนก่อน
Learn Azure Functions step-by-step in this comprehensive tutorial! 🌐 We demonstrate how to create Azure Functions directly in the Azure Portal and explore the differences between Isolated and In-Process hosting models. Perfect for beginners and professionals looking to enhance their serverless computing skills. 🚀 In this video: Create Azure Functions from scratch in the portal. Understand the a...
How to Use GitHub Copilot in VS Code for Free | Step-by-Step Guide | Tamil
มุมมอง 535หลายเดือนก่อน
🚀 Learn how to use GitHub Copilot for FREE in Visual Studio Code! In this video, I’ll walk you through setting up and using GitHub Copilot to supercharge your coding workflow. Whether you’re a beginner or a pro, this AI-powered tool will help you write code faster and smarter. 👉 What you'll learn: How to set up GitHub Copilot in VS Code Tips to maximize its potential How to use it for free! 💡 M...
Set Up Swagger Authentication with Azure AD | Quick Guide in Tamil
มุมมอง 1432 หลายเดือนก่อน
In this video, I’ll show you how to integrate Azure Active Directory authentication with Swagger UI for securing your API. We’ll cover the entire process from setting up your Azure AD app registration, configuring OAuth2 flow, to configuring Swagger UI for authentication. This setup ensures that your API endpoints are protected, and only authorized users can access them. If you’re looking to im...
Mastering HttpInterceptor in Angular for Global Request Handling | Tamil Tutorial
มุมมอง 1583 หลายเดือนก่อน
Learn how to use HttpInterceptor in Angular to manage global HTTP requests and responses with ease! In this Tamil tutorial, we dive deep into implementing HttpInterceptor to handle loading spinners, error handling, and notifications across all API calls in your Angular app. Perfect for developers looking to enhance user experience and manage requests seamlessly. Subscribe for more Angular tutor...
Angular Route Guards: CanActivate & CanActivateChild | Tamil Tutorial
มุมมอง 1683 หลายเดือนก่อน
In this Tamil tutorial, explore how to secure routes in Angular using CanActivate and CanActivateChild route guards. Learn how these guards work to control access to various parts of your Angular application, enhancing app security and user navigation flow. Whether you’re a beginner or a seasoned developer, this guide will give you the essentials for implementing route guards effectively. Follo...
Angular 18 Lazy Loading Step-by-Step Guide: Traditional vs. Standalone Components | Tamil
มุมมอง 1803 หลายเดือนก่อน
Discover the power of lazy loading in Angular 18 to optimize your application’s performance. This video covers both the traditional lazy loading approach with NgModules and the latest standalone component-based lazy loading introduced in Angular 18. Learn step-by-step how to set up lazy loading routes and understand when to use each method. We also walk you through implementing lazy-loaded guar...
Master Angular Animations for Seamless Page Transitions in Tamil
มุมมอง 1663 หลายเดือนก่อน
Master Angular Animations for Seamless Page Transitions in Tamil
Prevent data loss in Angular using CanDeactivate GUARD in Tamil
มุมมอง 893 หลายเดือนก่อน
Prevent data loss in Angular using CanDeactivate GUARD in Tamil
Why JWT is the BEST Choice for Your Web App in 2024 | Tamil
มุมมอง 833 หลายเดือนก่อน
Why JWT is the BEST Choice for Your Web App in 2024 | Tamil
Azure SQL Trigger in Azure Functions | Auto Email on DB Changes | SendGrid Integration in Tamil
มุมมอง 1714 หลายเดือนก่อน
Azure SQL Trigger in Azure Functions | Auto Email on DB Changes | SendGrid Integration in Tamil
Building & Deploying Angular Apps with Azure DevOps | CI/CD Pipelines & Staged Deployment
มุมมอง 1894 หลายเดือนก่อน
Building & Deploying Angular Apps with Azure DevOps | CI/CD Pipelines & Staged Deployment
Deploying .NET Core Apps with Azure DevOps | CI/CD Pipelines & Multi-Stage Deployment in Tamil
มุมมอง 3985 หลายเดือนก่อน
Deploying .NET Core Apps with Azure DevOps | CI/CD Pipelines & Multi-Stage Deployment in Tamil
Integrating Serilog & Azure App Insights in .NET Core | Request Logging & Exception Handling | Tamil
มุมมอง 1465 หลายเดือนก่อน
Integrating Serilog & Azure App Insights in .NET Core | Request Logging & Exception Handling | Tamil
Creating & Configuring Azure Web Apps for Angular & .NET Core | App Settings, Security, SQL
มุมมอง 1395 หลายเดือนก่อน
Creating & Configuring Azure Web Apps for Angular & .NET Core | App Settings, Security, SQL
Azure DevOps Tutorial: Creating a Project & Pushing Code to Azure Repos | Step-by-Step Guide | Tamil
มุมมอง 3505 หลายเดือนก่อน
Azure DevOps Tutorial: Creating a Project & Pushing Code to Azure Repos | Step-by-Step Guide | Tamil
Authentication & Authorization: Azure AD, Entra ID, B2C, B2B Key Concepts & Best Use Cases in Tamil
มุมมอง 1675 หลายเดือนก่อน
Authentication & Authorization: Azure AD, Entra ID, B2C, B2B Key Concepts & Best Use Cases in Tamil
EP2: SQL Basics & Database Design for Online Course App | .NET Core & Angular Project | Tamil
มุมมอง 525 หลายเดือนก่อน
EP2: SQL Basics & Database Design for Online Course App | .NET Core & Angular Project | Tamil
EP1: Online Course Enrollment App | Project Overview & Full Stack Guide | Tamil | Angular | Net Core
มุมมอง 596 หลายเดือนก่อน
EP1: Online Course Enrollment App | Project Overview & Full Stack Guide | Tamil | Angular | Net Core
Determine Blob Storage Pricing in Azure | Comprehensive Cost Guide in Tamil | Azure Tips and Tricks
มุมมอง 637 หลายเดือนก่อน
Determine Blob Storage Pricing in Azure | Comprehensive Cost Guide in Tamil | Azure Tips and Tricks
How to Move Azure Storage Blobs Between Containers with Storage Explorer in Tmail | Azure Tips
มุมมอง 457 หลายเดือนก่อน
How to Move Azure Storage Blobs Between Containers with Storage Explorer in Tmail | Azure Tips
Automate Azure Blobs Lifecycle Management in Tamil | Azure Storage Lifecycle Policies | Azure Tips
มุมมอง 1057 หลายเดือนก่อน
Automate Azure Blobs Lifecycle Management in Tamil | Azure Storage Lifecycle Policies | Azure Tips