Uthena

Course description

This course assumes no previous experience. It's intended for beginners who are preparing for their software engineer career.

⭐️ Here's why this course guides you to the right path, even if you have no or little programming experience. I am following THE SAME PRINCIPLES AND STEPS I took when I learned programming for the first time. I mean it. I'm teaching exactly the same things I learned 8 years ago! It worked for me and that's why I am 100% sure it's the perfect choice for you.

⭐️ I was just like you knowing almost nothing. I had no idea how web or mobile applications are being built, what tools to use and how to combine these technologies, but after a few years, I am now a Senior Full Stack Developer. Everything presented here is already tested on me and more others and it works.

My first advice for you is "don’t be scared, but at the same time don't expect it to be very easy". Life is not all beer and skittles and for sure I am not here to lie to you that by only taking this course you’ll become an awesome developer. Think of it as a great and unique opportunity, a starting point to learn something new. You have to stay motivated and work very hard to master programming.

Have you ever wondered how developers are creating amazing web applications? Do you have whatever it takes to be one of them? If so, this course is for your. Otherwise, please don't buy it, because I want to create a community full of people willing to learn and improve themselves. I'm not here to just sell you a course. I want to share my knowledge and ease this new path you're going take.

 

This is what you get by signing up today:

  • Engaging Video Tutorials
  • Exercises
  • Quizzes
  • Web Development Resources (including the complete Movie Management dot net application we are building throughout the course)
  • The eBook “From A Non Programmer To Full Stack .NET Developer 2019” for FREE, which contains the course content written in a friendly format with a lot of images and explanations so you can be able to learn web development even when you’re not in front of a computer
  • Lifetime support from me in any problem regarding backend or frontend software development
  • A great an unique opportunity to make the first step in becoming a full stack web developer in 2019

 
What does it mean to build a web application from ground-up ?

*concepts like Database, SQL, No-Sql, HTML, CSS, JavaScript, UI, Frontend, Backend, LINQ, REST, API, Web Development, Hosting, IDE, T-SQL, etc., are well explained during the course

  • Create a database (Sql vs No-Sql)
  • Create an UI, the frontend (HTML, CSS & JavaScript)
  • Create an API
  • Create a layer responsible with the logical processing of your application
  • Create a layer responsible for executing operations against our database
  • Enable local hosting
  • Test the application
  • Profit! :)


This course helps you to:

  • Improve your logical thinking

  • Improve your problem-solving abilities

  • Improve your searching skills

  • Understand how software applications work

  • Find a nice and well-paid job

  • Improve your self-confidence

     

After completion, you will be able to:

  • Understand the basic concepts of C#
  • Understand the basic concepts of Web Development
  • Understand the basic concepts of Full Stack .NET Development process
  • Build a web application using the methods presented during the course
  • Understand basic concepts of databases and queries
  • Learn more complex algorithms by yourself
  • Participate at interviews for junior software engineer or internships at international companies

 

Most recent private feedback*⭐️ ⭐️ ⭐️ ⭐️ ⭐️*

*for the public feedback, see the 'Reviews' section

"you're absolutely right, I've done a course on asp.net before this one. I'm a self-taught looking for my first junior .net job. I really love the part on the Architecture of the webApp and how different layers work together. You made me really understand the big picture of webApp. Great job simplifying hard stuffs for us Cosmin. By the way see the word "dependency injection" all over the internet which I don't really understand. How can I apply it to the VideoManagement App?"            -  Romaric Nzekeng

"Man, you are GOD SEND. I found only 2 .NET full stack videos how to make app from start to finish and the first one was old 2 years and already too old because things changed by then, code and everything looks different, and the way he explains is too complicated.

This course is perfect because I need something simple to show me which database to pick, how is whole stack connected, to give me feel why I even need API.

Materials for learning are so thrown around internet that I have no idea where to start from, it's so frustrating on top of many errors I get.. and I can't see myself doing any other job no matter the salary.

I have degree in programming but on college we only learned programming languages, database and very basic things about rest of, it is not enough for me to apply for a job.

This course will be my huge starting point so I can know what I must specifically focus on later to improve my skills.

Thank you so much for making this, and for explaining in such a simple way, unlike those crazy definitions I find on internet when I want to learn something.

I will contact you when I get my first job haha :D"            - David Konic*Very good explanations with handy images and clear and straight code methods. It was really enjoyable to watch the entire course, catchy and interesting.*            - Adrian Boulescu

"*Good, covering all basic stuff, iam going through this course to refresh my self"*            - cvk Krishna"*This course handles every piece of knowledge that a beginner needs to know about full stack development. With a background in mobile and back end development, I can say that this course is great for beginning your training as a .NET full stack dev."*

            - Bogdan Munteanu

 

"A perfect ELI5 for beginners"

            - Calin Chitu

 

Background music provided by Xiodine

 

Who this course is for:

  • Designed for those who have always wanted to create a web application but had no idea how
  • Designed for those who want to make a career change (anyone with zero programming experience)
  • Not recommended for experienced programmers
  • It's perfect for complete beginners with zero experience

 

Requirements:

  • Motivation to achieve your goal :)
  • A laptop/desktop pc with Windows (or anything else running Windows inside a virtual machine)
  • No-programming knowledge is required (we will start from the very beginning and install tools we need as we go)

 

What you'll learn:

  • Build a fully functional simple .NET Web Application from scratch using industry standard practices
  • Understand the basic concepts of programming
  • Understand and develop basic C# backend applications
  • Understand and develop basic HTML,CSS and JS frontend applications
  • Learn the next steps to become an experienced programmer
  • Learn how to search for programming solutions on google. Think like a developer!

Course curriculum

  • 1

    Course Overview

  • 2

    Before Writing Code

  • 3

    Downlod section: FREE EBOOK + Final Project (to help you with future lessons)

    • Download PDF

    • Download Project

  • 4

    Starting Slowly, Decoupled: Database

    • Database System Introduction: Understanding Microsoft SQL Server

    • Database Schema Using Medieval Methods: The Magical Pen And The Paper

    • Creating Our First Database: A New Love Story

    • Adding Test Data To Our Tables

    • Pop Quiz

    • What Is T-SQL: Examples

    • Testing T-SQL Skills

  • 5

    Basic Programming Knowledge

    • Our Backend: C#

    • Class, Methods, Variables, Namespaces And Types

    • Pop Quiz

    • Our Frontend: HTML, CSS and Javascript

    • Summary

      FREE PREVIEW
  • 6

    First Steps With Our IDE

    • Solution, Projects And The Right Architecture: Using The Magical Pen Again

    • One Step Closer: Creating Our Digital Project

    • Few Programming Terms Explained: You Will Always Hear Them

    • Linking The Database

    • Elegant Way Of Writing T-SQL Queries: Lambda Expressions

    • First Homework: Repositories

    • Pop Quiz

    • Summary

      FREE PREVIEW
  • 7

    The Management Layer

    • What Is Mapping ?

    • Data Transfer Objects ( DTOs ): MovieDTO

    • Home: Data Contracts layer

    • MovieManagement

    • Homework: Management layer

    • Pop Quiz

  • 8

    The API

    • What Is An API ?

    • API Terms Explained

    • Our First API

    • Homework: API

    • Debugging Our Simple API

    • Pop Quiz

    • Summary

      FREE PREVIEW
  • 9

    The Frontend Layer

    • You are going to use this in the next lesson

    • What Is Bootstrap ?

    • Using Our Frontend Project: First MVC Controller

    • Pop Quiz - CRUD

    • The Entire Flow Explained Again: The Magical Pen

    • First View: The 'List' Page

    • A New View: The 'Details' Page

    • Homework: Frontend

    • Pop Quiz

    • Summary

      FREE PREVIEW
  • 10

    The End

    • Helpful Links: Further Reading

    • The Enormous Amount Of Frontend Libraries

    • Course Wrap Up

    • Final Exam

Meet your instructor!

Ion Cosmin Grigore
Senior Full Stack Web Developer, Crypto enthusiast


Cosmin is the instructor of one of the best full stack web development Courses for beginners, called "From A Non Programmer To Full Stack .NET Developer", a Highest Rated guide you can find here on Uthena.

He grew up in Ploiesti and graduated from the University Politehnica of Bucharest. He has over 7 years of professional experience in software development, having had the opportunity to improve his teaching and leadership skills. The surprising fact is that 8 years ago he knew nothing about web development and he is now a senior full stack developer.

He is passionate about personal development, nurturing emotional intelligence, social and financial skills in every possible way, this being proven by the numerous personal projects we worked on, including some related to cryptocurrencies.

With an exceptional eye for details when it comes down to helping others achieve their goals, he considers everyone can learn if they take the right path.

If you want to find more about him, we recommend following him on Facebook & LinkedIn.


Personal Note:

Hey everyone! I like people who want to overcome their current condition and hate arrogant people and those who do not want to evolve.

I hope my lectures help you achieve your extraordinary goals.

Take this course today!

"From A Non Programmer To Full Stack .NET Developer"