HOME > Development > Express course Develop Web AppsSaaS with PHP and ATK

Express course Develop Web AppsSaaS with PHP and ATK

  • Development
  • Dec 30, 2024
SynopsisExpress course – Develop Web Apps/SaaS with PHP and ATK...
Express course Develop Web AppsSaaS with PHP and ATK  No.1

Express course – Develop Web Apps/SaaS with PHP and ATK, available at Free, has an average rating of 4.75, with 25 lectures, 1 quizzes, based on 173 reviews, and has 16256 subscribers.

Free Enroll Now

You will learn about Create professional and interactive Web Apps Create SaaS apps Use Cloud Infrastructure (Docker, Heroku) Understand and practice best code-patterns This course is ideal for individuals who are Secondary school/Uni students who wish to build course project. or Mobile and Desktop developers who need Web App backend. or Non-developers who wish to build web app without spending too much time. It is particularly useful for Secondary school/Uni students who wish to build course project. or Mobile and Desktop developers who need Web App backend. or Non-developers who wish to build web app without spending too much time.

Enroll now: Express course – Develop Web Apps/SaaS with PHP and ATK

Summary

Title: Express course – Develop Web Apps/SaaS with PHP and ATK

Price: Free

Average Rating: 4.75

Number of Lectures: 25

Number of Quizzes: 1

Number of Published Lectures: 25

Number of Curriculum Items: 29

Number of Published Curriculum Objects: 28

Original Price: Free

Quality Status: approved

Status: Live

What You Will Learn

  • Create professional and interactive Web Apps
  • Create SaaS apps
  • Use Cloud Infrastructure (Docker, Heroku)
  • Understand and practice best code-patterns
  • Who Should Attend

  • Secondary school/Uni students who wish to build course project.
  • Mobile and Desktop developers who need Web App backend.
  • Non-developers who wish to build web app without spending too much time.
  • Target Audiences

  • Secondary school/Uni students who wish to build course project.
  • Mobile and Desktop developers who need Web App backend.
  • Non-developers who wish to build web app without spending too much time.
  • Hi, my name is Romans and?I am a?professional freelance?Web application?developer. I?participated and built many SaaS?apps, have worked as CTO for various web start-ups and have been a very active open-source contributor. I?teach secondary students how to build useful web apps as a hobby.

    I?offer you this ORIGINAL?COURSE where I?will introduce you to?a very powerful “PHP?+ ATK?+ Heroku”?combination. To my knowledge it’s the FASTEST?and the most EFFICIENT approach for building powerful?web apps.

    How is this course different?

    My goal is not to give you “introduction”?to gazillion free web?technologies, instead I?will keep my focus on those core technologies and keep going deeper and deeper eventually enabling you to build and deploy sophisticated web apps. ATK is pretty new framework, but its?core goal is to make web development simpler, more friendly, not more complex.

    What about Laravel/Symfony?

    In my course you’ll learn an efficient way to build Web UI and work with Data. If you know?one of?Laravel/Symfony/Wordpress already, you can use it together with ATK.

    How does PHP?compare with Ruby/JavaScript/Python?

    PHP is the most popular language for websites and web apps. It alway was.?NodeJS?is trendy. Ruby on Rails was trendy in 2006 and is now in decline. But there is a good reason why PHP?remains #1?for web sites – it runs everywhere, it’s easy to install, it’s easy to learn and it’s really fast. Don’t take my word for it – verify it yourself on?“Google Trends”.

    What does “Express course”?mean in the title?

    Most courses I’ve seen here will start at the very beginning and will dedicate some limited time on various technologies you need to build web apps. 3?lectures on HTML. 2 lectures on CSS and so on. Quite often you have to listen to over 200?lectures before you get your application online!

    FOR?EXAMPLE:?many professional developers DON’T USE?SQL language. They rely on “data abstraction frameworks”.?Also many Web Developers DON’T write CSS or HTML themselves. They use CSS?frameworks.?So, unless you want to be a Website Designer, there is no real need for you to master HTML/CSS. Yet other courses will insist on giving you a comprehensive introduction for all the fundamentals.?Why spend your time on them now, if you might not need them in the future?

    In my course I?only teach you technologies which you will absolutely need to make Web Apps. Sometimes I’ll suggest you where you can learn more about those supplementary technologies, but I?remain very firmly focused on the goal.

    What are the milestones?

    If know nothing about web apps and?you?start my course now, then:

  • In one hour, you will know how to run your own web app in the cloud?and use?version control.
  • In two hours, you will be able to work with database and build?interactive?applications, and use 3rd party services for?sending?SMS messages.
  • In three hours, you will learn about relations, expressions and?data aggregation.
  • In four hours, you will know how?to make?SaaS multi-user apps and send out nicely-looking?emails.
  • In five hours, you will know how to?work with files and?accept on-line payments.
  • Additionally, we will be implementing lots of web apps. If you need, pause my videos and try following me with your own code editor. Also –?work?on assignments.

    DO?NOT?SKIP?LECTURES. To save time I?rarely repeat things.?Make sure you fully understand every lecture before moving on. If not – please post questions in “Q/A”?section.

    Other courses to learn?

    After finishing this course, I?recommend:

  • If you wish to be a better frontend/mobile developer –?Learn React.?It can interact with ATK /?PHP through RestAPI.
  • If you wish to tweak UI?– Learn CSS and dig deeper into Semantic UI.
  • If you wish to self-host your apps – learn more about Docker and Kubernetes.?
  • IMPORTANT: I’m still working to record videos in the curriculum. I?typically release several videos every week. Because my material is NOT?COMPLETE, I?am giving you access to my course FOR?FREE. Please consider that before leaving a review.

    Course Curriculum

    Chapter 1: ..where you learn to built basic Web Apps in PHP within under 2 hours!

    Lecture 1: Fastest way to learn Web App Development. Introduction to the Course.

    Lecture 2: Setting up. Using basic Web UI components.

    Lecture 3: Static UI Components: Buttons, Labels, Menus, Tabs

    Lecture 4: Interactive UI: Tables, Grids, Forms

    Lecture 5: Building User Admin page with CRUD, MySQL, Forms and Tables

    Chapter 2: ..where we build The Party App from scratch and deploy it online using Heroku.

    Lecture 1: Party App

    Lecture 2: Cloud Services

    Chapter 3: ..where we build Money Lending app from scratch (Part1)

    Lecture 1: New app. Introduction to Relations.

    Lecture 2: MySQL Workbench

    Lecture 3: Admin for Users and Friends (CRUD)

    Lecture 4: References (relations)

    Lecture 5: Aggregating related records

    Lecture 6: Expressions – Math in SQL

    Lecture 7: Dive into ATK Data and PsySH

    Lecture 8: Send email from PHP and your own domain with MailJet

    Chapter 4: ..where we build User UI for the Money Lending App (part2)

    Lecture 1: Goals for this section

    Lecture 2: Add public page, menu, menu and short description

    Lecture 3: Create model sub-class – Admin

    Lecture 4: Regular User Authentication and Logout

    Lecture 5: Conditions and traversing references

    Lecture 6: Adding page to see loans to a friend

    Lecture 7: Custom HTML lister with card-view to display friend list

    Lecture 8: Friend details, showing loans, repayments and view with custom HTML

    Lecture 9: JS interactions, quick-add record (loans and repayments)

    Lecture 10: Deleting Friend records through a nice custom UI

    Instructors

  • Express course Develop Web AppsSaaS with PHP and ATK  No.2
    Romans Malinovskis
    Romans Malinovskis
  • Rating Distribution

  • 1 stars: 8 votes
  • 2 stars: 3 votes
  • 3 stars: 31 votes
  • 4 stars: 66 votes
  • 5 stars: 65 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!