Full-Stack C# proqramlaşdırma kursu. Full-Stack C#

Kurs haqqında

Təcrübəli Full-Stack proqramçılara tələbat həm ölkəmizdə, həm də xarici ölkələrdə yüksəkdir. Bu mütəxəssislər rahatlıqla Full-time, Part-time və Remote işlərdə çalışaraq yüksək əmək haqqı alırlar.

 

Full-Stack C# proqramlaşdırma kursunu keçərək, siz həm Back-End, həm də Front-End texnologiyaları ilə çalışmağı öyrənəcəksiniz.

 

Kurs ərzində öyrənəcəyiniz Back-End texnologiyaları ilə tanış olun: C#, .NET, OOP, SOLID principles, Git & GitHub, MSSQL, T-SQL, Ado.Net, ORMs, Entity Framework, ASP.NET, ASP.NET Core: MVC and Web API, RESTful API, Identity, Unit testing, Deployment to Linux and Azure, Docker.

 

Front-End texnologiyaları ilə də tanış olun: HTML5, CSS3, Bootstrap, JavaScript, Typescript, Ajax, Axios, async/await.

Bu kurs kimlər üçündür?

1

IT sahəsinə giriş etmək istəyənlər üçün

2

Veb proqramlaşdırma sahəsini öyrənmək istəyənlər üçün

3

C# dilini yüksək səviyyədə öyrənmək istəyənlər üçün

4

Proqramlaşdırma sahəsində bilik və bacarıqlarını daha da təkmilləşdirmək istəyənlər üçün

Full-Stack C# proqramçılar nə qədər əmək haqqı alır?

Junior mütəxəssis

800 - 1500 AZN

Junior mütəxəssis 3-12 ay təcrübə

Middle mütəxəssis

1500 - 2500 AZN

Middle mütəxəssis 1-5 il təcrübə

Senior mütəxəssis

3000 - 6000 AZN

Senior mütəxəssis 5 ildən artıq təcrübə

Kursun proqramı

1-ci ay

    • Front-end basics. Frontend Backend. Web architecture
    • Creating environment. vsCode. Emmets.
    • HTML5. CSS3 basics. Border, background.
    • VCS. Git. GitHub. How to work with a team.
    • Display property. Block, inline elements.
    • HTML forms. Input. Input types.
    • HTML5 Semantic tags. Audio, video tags.
    • Flexbox. Grid Layout. flex-direction, justify-content, align-items.
    • CSS animation, parallax. 3D animations.
    • CSS preprocessors. SASS. CSS methodologies. BEM
    • Pixel perfect. Responsive websites
    • Browser compatibility using vendors.
    • Bootstrap 5.

     

2-ci ay

    • Introduction to programming. Compiler, interpreter languages.
    • JS basics. Data types, primitives, type casting.
    • Arithmetic and logical operators. Conditions. if/else, switch.
    • Loops. While. For. For-in, for-of.
    • Functions. Arrow functions. Callback, hoisting.
    • Scope, debugger, breakpoints.
    • Objects. Constructors. Heap/Stack. Reference types.
    • Cloning objects. Spread and rest operator. Object.assign method.
    • Intro OOP principles. Constructor functions. new and this keywords.
    • Strings. Methods of strings. Date object.
    • Arrays. ES6 functions. forEach, map, reduce. Set, Map.
    • Working with DOM, BOM. document and window objects.

     

3-cü ay

    • Creating, modifying, removing DOM nodes
    • Working with events. Attaching events to DOM nodes. addEventListener
    • Working with timers, setTimeout and setInterval. clearInterval, clearTimeout
    • Working with storage.  localStorage. Cookies
    • Destructuring objects and arrays. Closures. Lexical Environment
    • Garbage collection, Exception handling. try/catch/finally, throw keywords.
    • Object Oriented Programming. Classes. Constructor.
    • Prototypes. Inheritance. Native prototypes. super keyword
    • Data formats. XML, JSON format. AJAX. XHR.
    • Asynchronous programming. Promises. .then, .catch.
    • REST API. Working with backend. fetch, axios.
    • New way of working with Promises. async-await.

     

4-cü ay

    • Introduction to Node.js. V8 engine. global object.
    • Node.js console. REPL. Semver versioning.
    • Package managers.  npm, yarn. Dependencies.  package.json.
    • Installing Packages Locally and Globally.
    • Updating packages. npm website. Webpacks. Bundles.
    • Module system in node.js. Common JS. ES modules. Import/export
    • Overview of JS frameworks. Angular, Vue.JS, React.JS
    • Overview of React. Creating react project. CRA. Vite.js.
    • Virtual DOM, .jsx syntax. react and react-dom packages.
    • Creating functional components. /page, /component folders
    • Props and state. Calling react components as regular function and react form.
    • Working with CSS files. Local styles with module.css files.
    • Creating routing system using react-router. useParams, useNavigate.
    • Hooks. useState, useRef etc.
    • Component’s life cycle. useEffect. Mounting, updating, unmounting.
    • Working with backend using axios and useState. .map method.
    • Context API. Props drilling. Provider and consumer.
    • React Fragment. Redundant nodes on DOM.
    • Flux basics. useReducer hook. Redux and redux-toolkit.

     

5-ci ay

    • Controlled, uncontrolled way of handling inputs. Debouncing.
    • Working with forms. Formik. Form validation with yup.
    • Material UI. MUI 5 package. sx props, MUI components and theme.
    • Other libraries from React infrastructure. EsLint, prettier and such technologies.
    • Introduction to static typed languages. Typescript. React with TS. .tsx
    • Memoization. useMemo and useCallback. Testing React components.
    • Introduction to Next.js. App folder structure. Vercel.
    • App Folder Structure. Client Components vs Server Components.
    • File-based Routing (including dynamic and nested routes, route grouping).
    • Page, layout, loading, and error. Special Files. (multiple and nested layouts)
    • Serverless Route Handlers (Next API, Full Stack Apps).
    • Tailwind CSS
    • Metadata and Search Engine Optimization (SEO).
    • Server-Side Rendering (SSR) and Client-Side Rendering (CSR) with Next.js.
    • Incremental Static Re-Generation (ISR) and Static Site Generation (SSG) in Next.js
    • Handling Authentication and Authorization (JWT, next-auth)
    • Optimizing Next.js Applications. Reducing bundle size. Image optimization. 
    • Deployment and Production Considerations with Next.js. 

     

6-cı ay

    • Introduction to Programming. Algorithm. Programming Languages and their classification. IDEs.
    • Introduction to .Net languages. CLR. Intermediate language. Compiling process.
    • Overview of C#, Literals, Variables. Data Types.
    • Operators, checked and unchecked operators, Expressions, Functions.
    • Pass by value and by reference and out parameters.
    • Git version control system (VCS)
    • Conditional statements, Loops
    • Implicit and explicit casting, Constant, String, String Builder.
    • Class, Objects, Constructors, Inheritance, Properties, Indexers. Methods
    • Encapsulation, Polymorphism, Interface, abstract class, operator overloading,
    • Throwing exceptions. Creating User defined/Custom Exception class.
    • Understandings try and catch keywords. Using “finally” block.
    • Arrays, Array Class, Array List, Structure, boxing, and unboxing

     

7-ci ay

    • Enum and Constant.
    • Sorting Alghoritms. Bubble, Insertion, Selection sort. Binary search. 
    • Delegates, events, errors and Exception class.
    • Introducing Collections. Benefits of Collection Classes.
    • Understanding and using commonly used collections.
    • Streams. Types of Streams. Standard I/O Streams.
    • Working with files. “using” statement
    • Serialization / Deserialization
    • Generics. Advantages of Generics. How Generics Work at Runtime . Generic Collections
    • Constraint on Type Parameters. Generic Methods. Selecting a Collection Class
    • What is a DLL and how is it different from EXE. Types of DLL
    • Assemblies. Building a ClassLibrary. Use ClassLibrary in another Application. 
    • Namespace. Internal Access Specifier. Types of Assemblies.
    • Processes & Threads. Asynchronous programming
    • Data Structures. Queue. LinkedList.

     

8-ci ay

    • Intro to Databases & SQL. An Overview of SQL. RDBMS Concepts. Data Types.
    • Setting up the environment . Microsoft SQL Server & Management Studio. Connect to Server.
    • Basics of SQL Types of SQL Statements. DDL, DML, DQL, DCL and TCL.
    • Data Query Language (DQL). Select. Where clause. Order By. Distinct. Predicates(Is Null).
    • Built In Functions. Scalar/Numeric/Character/Conversion/Date/Aggregate.
    • Overview of Relations. Joins. Outer, Inner. 
    • Create/Alter/Delete DB. Constraints. NOT NULL. UNIQUE. PRIMARY/FOREIGN KEY
    • Create/Alter/Delete Table. Data Manipulation Language. Insert/Update/Delete/Truncate operations
    • Stored Procedure. Optional Parameters. Input and Output Parameters.
    • Set Operators. Union/Intersect/Except. Sub Queries. Views.
    • User Defined Functions. Scalar Functions. Table Valued Functions .
    • Database Normalization rules. NF1, NF2, NF3, BCNF. 
    • TSQL (Transact Structured Query Language). Transaction Management.
    • TCL. RollBack, Commit, Savepoint. 
    • Control statements In TSQL Programming. IF/CASE/WHILE.
    • Introduction ADO.NET SqlConnection. SqlCommand. SqlDataReader. SqlDataAdapter.
    • Data Providers. Connection to SQL Server.
    • Command. DataReader. DataSet. DataAdapter. DataTables
    • Executing SQL. Fetching Data from database - Executing Select Statements
    • Executing Stored Procedure, SQL Functions. Using Transaction.
    • Language Integrated Query – LINQ
    • ORMs. Entity Framework. EF approaches: Db first, Model first.

     

9-cu ay

    • Introduction to Web development. Real project workflow.
    • HTML5. Tags. Iframe. Heading, Image and video tags.  
    • CSS3. Flex. Grid. 
    • JS basics. Objects, Arrays. 
    • TS basics. Interface, tuples. Enum. 
    • Overview of JS frameworks (React, Vue.js, Angular)
    • Other backend languages and differences between C#. (Java, Python, Node.js, Express.js, Nest.js)
    • MVC Design Pattern.
    • Controllers, ASP.NET Razor, View, Models, ViewModels.
    • Data transfer using: TempData, ViewData, ViewBag 
    • Layout and Partial View
    • ASP.Net Data Annotations
    • ASP.Net Client-Side Validation
    • ASP.Net Server-Side Validation
    • ASP.Net Identity
    • Areas

     

10-cu ay

    • .NET and .NET Core. Differences.
    • Introduction to ASP.NET / ASP.NET Core Application.
    • Introduction to Web APIs.
    • Simple ASP.NET Core Web API and Serialization
    • Project Configuration. ASP.NET Core Middleware
    • Configuring a logging service. NLog.
    • Models. Context Class. DB Connection. Migration. Repository pattern. Service layer.
    • Handling /get requests. DTO classes. Entity model classes. AutoMapper.
    • Global error handling with built-in middleware.
    • RelationShips in WEB API. Content negotiation.
    • Handling /post requests.   Creating resources. Model binding.
    • Handling /delete, /put, /patch requests.
    • Validation. Built-in attribute. Validation for all requests.
    • Asynchronous programming. Updating service layer.

     

11-ci ay

    • Unit Testing.
    • JSON web token (JWT), refresh tokens and their configuration.
    • Implementing authentication. Role-based authorization. Protecting endpoints.
    • Documenting API with Swagger.
    • Deployment projects to IIS. Testing.
    • Data Shaping logic and implementation. Introduce  GraphQL logic over Rest API.
    • Rate limiting and throttling.
    • Response performance improvements. Modifying the layers.
    • Versioning. Versioning Examples
    • Software design principles: SOLID, KISS, DRY, YAGNI.
    • Design Patterns. Singleton, Builder, Factory.
    • CQRS and Mediator (MediatR) pattern with ASP.NET Core Web API. Pros and Cons of these patterns.
    • Summarizing the whole course.
    • Job hunting. Best practices at work. Freelancing.

     

Qeydiyyatdan keç

Kursu seçin Adınız və soyadınız E-mailiniz Əlaqə nömrəniz Zəng üçün sizə uyğun olan vaxtı seçin


Karyera dəstəyi

Portfolio hazırlanması

Kurs və Təcrübə proqramı ərzində hazırlayacağınız layihələri Portfolionuza və CV-nizə yerləşdirə biləcəksiniz

CV məsləhətləri və yönləndirmə

CV hazırlanması üzrə məsləhət veririk və hazır CV-nizi partnyor şirkətlərə təcrübə və iş üçün yönəldirik

İntervyu məsləhətləri

Sizə iş təklif edən şirkət ilə intervyu üçün hazırıayacayıq: özünüzü intervyuda necə aparmalısınız, suallara necə cavab verməlisiniz və digər məsləhətlər

İş üçün yönləndirmə

Kursu bitirdikdən sonra dərhal işə başlamaq çox önəmlidir. Bu məsələdə də biz sizə yardımçı olacağıq: iş imkanı üçün sizi əməkdaşlıq etdiyimiz şirkətlərə yönəldəcəyik

Təcrübə proqramı

Siz kursumuzun məzunu olduqdan sonra sizi təcrübə proqramı ilə təmin edəcəyik və ya təcrübə üçün partnyor şirkətlərə yönəldəcəyik

Texniki dəstək

Kurslarımızı bitirdikdən sonra belə biz 6 ay ərzində sizin yanınızda olacayıq. Əgər siz işə düzəldiyiniz şirkətdə hər hansı texniki çətinliklə üzləşsəniz, təlimçilərimiz sizə dəstək göstərəcəklər

Məzunlarımız

Məzunlarımızın “JED Academy” haqqında fikirləri ilə tanış olun

Pulsuz Konsultasiya

Tədris sahəsinin seçimi ilə bağlı çətinlik çəkirsinizsə, pulsuz konsultasiya xidmətimizdən istifadə edin. Biz sizə doğru seçim etməkdə yardımçı olacayıq



Tez-tez verilən suallar

Bizə tez-tez verilən suallar və onların cavabları ilə aşağıda tanış ola bilərsiniz

JED Academy harada yerləşir?

Gənclik filialımızın ünvanı: Bakı ş., Olimpiya küçəsi 6A (Gənclik Mall yaxınlığında). Koroğlu filialımızın ünvanı: Bakı ş., Heydər Əliyev prospekti 187B, Sport Plaza, B bloku, 4-cü mərtəbə (Atletlər kəndi yaxınlığında).

Proqramlaşdırmanı öyrənmək üçün ingilis dili biliyi vacibdirmi?

İngilis dili biliyi B1/B2 səviyyəsində olmalıdır: ingilis dilində dokumentasiyanı rahat oxuyub başa düşməlisiniz. Yüksək səviyyəli proqramçı olmaq istəyirsinizsə, ingilis dili biliyiniz də yaxşı səviyyədə olmalıdır.

Online dərslər mövcuddurmu?

Bəli, dərslərdə istər əyani, istər online formatda iştirak edə bilərsiniz.

Kurslara neçə yaşdan qəbul edirsiniz?

16 yaşdan başlayaraq qəbul edirik, xüsusi hallarda 14-15 yaşdan da qəbul edə bilirik

Kursu bitirdikdən sonra sertifikat alacam?

Bəli, kurslarımızı bitirən məzunlarımızı sertifikat ilə təmin edirik. Kurslarımızı fərqlənmə ilə bitirən məzunlarımızı isə “Fərqlənmə sertifikatı” ilə təmin edirik.

Özümlə kompüter gətirməliyəmmi?

Əgər sizin şəxsi notbukunuz varsa, o zaman noutbukunuzu özünüzlə dərslərə gətirməlisiniz. Əgər noutbukunuz yoxdursa, o zaman biz sizi dərs zamanı masaüstü kompüter və ya noutbuk ilə təmin edəcəyik.

Kursu bitirdikdən sonra iş tapmaqda köməklik edirsinizmi?

Bəli, kurslarımızı uğurla bitirmiş məzunlarımızı əməkdaşlıq etdiyimiz şirkətlərə təcrübə və iş üçün yönəldiririk.

Təlimçilər barədə məlumat almaq istəyirəm.

Təlimçilərimiz bir neçə il təcrübəyə malik peşəkar proqramçılardır, onlar bank sektoru, texnoloji şirkətlər və digər biznes sahələri üçün bir çox proqram təminatı hazırlamış mütəxəssislərdir və bu sahədə böyük təcrübəyə malikdirlər. Sınaq dərslərimizdə iştirak edərək özünüz təlimçilərin bilik-bacarıq səviyyəsini, təcrübəsini və dərs metodikasını dəyərləndirə bilərsiniz.

Sınaq dərsinizdə iştirak etmək olarmı?

Bəli, sınaq dərslərimizdə iştirak edərək, özünüz dərs şəraiti, təlimçi və dərs metodikası ilə heç bir ödəniş etmədən tanış ola bilərsiniz. Sınaq dərsinə yazılmaq üçün bizimlə telefon və ya whatsapp üzərindən əlaqə saxlayın.

Digər kurslarımız

JED Academy-də siz proqramlaşdırma sahəsinin ən tələb edilən istiqamətləri üzrə təhsil ala bilərsiniz

Full-Stack C# proqramlaşdırma kursu

   Microsoft-un .NET platformu ilə təqdim olunan C ailəsinə aid üst səviyyə dillərdən biri də C#-dır. Sintaksis olaraq Javaya daha yaxındır. C# dilində sadəlik, avto yaddaş idarəsi, lazımsız məlumatları təmizləmə mexanizmi dildə mövcud texnologiyalardan sadəcə bir neçəsidir. Son illərdə gələn yenilikçi Core versiyası ilə artıq digər əməliyyat sistemləri üzərində işləyən serverlərdə də işləyə bilir. 

 

   C# dilinin Microsoft tərəfindən yaradılıb dəstəkləndiyi üçün qısa zamanda məşhurlaşır və oyun proqramlaşdırmasından tutmuş, desktop və veb saytların yazılması üçün istifadə edilir. Bununla da öz rəqiblərini geridə qoymağa asanlıqla bacardı. Obyektyönümlü proqramlaşdırma prinsiplərini tam dəstəklənməsi dilə olan tələbatı daha da artırır.