SonarQube - The Complete Guide
التصنيف الكامل: Development > Software Testing > SonarQube / SonarCloud

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Object-Oriented Programming Using Java
Welcome to "Object-Oriented Programming Using Java" – the comprehensive course designed to guide you through the fascinating world of Object-Oriented Programming (OOP) using the powerful Java language. Whether you're a beginner eager to embark on your programming journey or an experienced developer looking to enhance your skills, this course is your gateway to mastering the principles and practices of OOP in Java.In this course, we will unravel the core concepts of Object-Oriented Programming, providing you with a solid foundation to build robust and scalable Java applications. From understanding the fundamentals of classes and objects to exploring advanced topics such as inheritance, polymorphism, encapsulation, and abstraction, each module is crafted to incrementally deepen your knowledge and proficiency.Through a combination of engaging lectures, hands-on coding exercises, and real-world examples, you will not only grasp theoretical concepts but also gain practical experience applying them. Our goal is to empower you to write clean, modular, and efficient code, laying the groundwork for developing sophisticated software solutions.No matter your background, our user-friendly approach ensures that you can follow along seamlessly. By the end of this course, you will have the confidence to design and implement Java applications using the Object-Oriented Programming paradigm. Get ready to unlock the potential of Java and take your programming skills to new heights. Let's embark on this exciting journey together!

Create a Space Pinball Game in Construct 2
Have you ever wanted to build a game, but didn't know how to get started making it? Would you like to make computer and mobile games, but don't want to learn a programming language? Well, you've come to the right place! In this video course you'll learn how to: Create a pinball game without writing code Use Construct 2 software (FREE!) Publish your game to be played on computers and mobile devices Go from complete beginner to game developer Here's what you'll get: 2.5+ hours of video tutorials All of the source files Artwork, sound effects and music needed to create an interactive, mobile-friendly game

Swift & iOS:Everything to know when starting a full-time job
Hello and welcome to the Swift iOS: Everything to know when starting a full-time jobmy names Ahmad Mustafa, and I'll your instructor in this course, a bit about myself I'm an iOS Developer with years of experience developing many apps for iPhone and iPad, one of my successful apps is 'Rodha' which is one of the best food delivery app in the Saudia ArabiaAbout this course:if you start work full-time iOS developer definitely there's several skills, that every iOS Developer have to know in his daily work,so in this course, you'll learn all these necessary things in the best modern ways that will deliver your skills to the next levelthe course cover six sections and the process will be- in section one, you'll learn to create a project using Model View Controller which stands for (MVC) design pattern, you'll learn Xcode interface builder, create tableView with custom table view cell- in section two you'll learn about Git and the Github- in section three you'll learn how to install libraries or (Pods) from cocoapods and how to solve push git large files the (gitignore)- in section four you'll learn How to work with web API, How to handle JSON so, the app will take information from the internet again in the best modern way- in section five you'll learn about the Testflight and how to upload your build to any iPhone user and how to create an app icon- in section six you'll learn how to connect the app to the firebase, create login with Google and with Apple in addition save the login, and the bones how to push notification from the firebaseby the end of this course, you'll never feel lost and your knowledge in iOS and swift framework, will increase and reach the next levels rapidly, so join us and let's start coding

Building an Enterprise Application with ASP.NET Core MVC
Building an Enterprise Application with ASP.NET Core MVCFor those with basic OOP knowledge new ASP.NET Core , this course will use a project-based approach to teach ASP.NET Core full-stack web application development, Using the latest .net core SDK as of the time of production.".NET Core is an open-source, general-purpose development platform maintained by Microsoft and the .NET community on GitHub. It's cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications." - Microsoft.In this course, we will be developing a web-based, modular Enterprise Payroll Software using the popular ASP.NET Core Framework. We will use a multi-layered architecture and it will be hosted on Azure Cloud.Project Technology Stack Tools used- C# Programming language- .NET Core 2.2 3.0 SDK Covered- MVC- Entity Framework Core- LINQ- Visual Studio 2019- Bootstrap 4- SQL Server, Server Management Studio- GIT Version Control System (VCS), Version 2.22.0- RotativaCore (NuGet Library for PDF)- Cmder (Console Emulator for Windows)- Azure Cloud Portal

A Beginner's Guide To Creating Database Driven Applications
Learn the essential skills required to develop a complete application using Oracle Application Express (APEX). Most applications will need some type of database interaction at some point.This beginner's course will teach you how to quickly create a fully functional database driven application using Oracle's application express (APEX) which comes bundled with all instances of Oracle database installation since 2004. Application Express is a free tool by Oracle that enables you to design, develop and deploy responsive and database-driven applications which are robust and scalable. APEX is a rapid tool used to develop web based oracle database applications that can be deployed and published for end users to consume. Application Express runs wherever there is an Oracle database is installed. In this course we are going to build a functional application using sample data from the Oracle database. What You Will Learn include: Create a complete database -driven application from scratchUsing SQL Workshop in Executing adhoc SQL and PL/SQL statements using SQL CommandsHow to create a workspaceCreating and modifying a pageUse Application Builder to create applications from scratchPage rendering and processing overviewCreate a form and associated reportQuickly navigate the builder by using the Developer ToolbarUnderstand how to user the theme repositoryIdentify users using Authentication schemesCreate end user accountsGain understanding of APEX URL structure After completing this course you will be able to develop oracle database- driven applications that are robust and scalable using Oracle Application Express (APEX) I look forward to welcoming you to the course

If You Can Cook, You Can Code Vol 1: How Programming Works
In this course, you'll learn the fundamentals of how programming languages work. Using the metaphor of cooking and restaurants, you'll get concrete, plain english answers to questions like “What programming language should I learn?” and “What is programming?” Programming courses and classes have some of the highest dropout rates of any professional domain...that's because the ideas are often presented in a very abstract way...Don't worry, this course is different. As long as you understand how a recipe works, you can understand how coding works. At the most basic level, programming is two things: Ingredients and Preparation. That's our cooking metaphor...the words a programmer would use for these two terms are Data and Algorithms. When you cook something, you are taking those raw ingredients and transforming them, cooking them, in some way to get a final result, the plated meal. Your input is ingredients, your output is a plated meal. A cookbook contains recipes, each with 2 parts. The ingredients are up top, and the preparation is below. Sometimes there is even a picture of what the final result will look like. Those 3 things, the input, transformation, and output, are the fundamental parts of both cooking and programming. I spent a lot of time getting very frustrated when I was first starting out learning programming, and I almost quit a few times. This course is about getting you past the initial stage of total confusion, which for many people lasts for the first few weeks or months of programming, to the next stage where you can learn at your own pace and feel confident knowing you have a solid foundational understanding so you can start to think like a programmer.-Timothy