Let's build real-world apps

Wednesday, 02 December 2020
Updated 2 years ago
I will start sending email newsletters once in a while, so in order to get notified when I release new content, make sure to follow me on twitter @liquidcoder .

New website

Hey guys, after more than four months without posting anything, I am back with a lots of content free and premium . I spent quite some time building a new website that you can find here.

How does the website work?

I will be providing free and premium courses starting with the apple platform (iOS, macOS, watchOS). Premium courses will be full real-world apps built from scratch delivered via writing and videos. So for only $20 a month (or $15 a month billed yearly), we can build those apps together.

In order to get access to free courses, you need to create a free account. Once you have an account, you can access all free courses and their source codedirectly on the course page, but you need a premium account to get premium ones.

You don't actually need to create an account to get access to blog articles, they are all free and open to everybody whether you have an account or not.

Technologies I have used.

Front-end

GastbyJS: This is a static site generator, but it's really not, at least not fully because you can build more dynamic websites with it like you would with any other javascript framework, so you get the best of both worlds, plus it's really well supported with a tons of plugins available for free.

TailwindCSS and Styled components: for style.

Vercel.com: This is where I deployed the front-end. Vercel has one of the most generous free plan of all the static site hosting providers out there.

Back-end

Golang: I really like Go for its simplicity and versatility, plus it's really fast, C kinda fast, and has a better concurrency support. The community is also good, it wasn't that hard to find what I needed.

FaunaDB: FaunaDB is the new kid on the block when it comes to databases. It has support for Graphql and it's only query language called FQL. Go is one of the official libraries supported by fauna. It also has a generous free plan.

Redis: Used Redis for keeping track logged in users.

Stripe: We've partnered with stripe for payment processing.

Mailgun & mailchimp: For mailing, I've used those two

DevOps

For testing and staging, I have containerized the app with docker and deployed it on a ubuntu server hosted by Linode. As for production, I deployed the app on digital ocean's new app platform to get pressure of managing my own server off my shoulders.

Why am I telling you this?

Like I said, we will be building full blown real world apps, some of which I will be deploying on the app store, so we will eventually end up using all of those technologies I have just listed above and more.

Brand new free mini course

On top of the existing free courses on the website, there is one more coming... Watch the video to see what we will build.

I am planning to release 4 to 5 parts of this mini course because the main focus right now is to finish the first premium course. If you are a email subscriber, you will still get an email every time a new course lesson or a blog article is release, but this time I will not be including the source code link because everything you will already be on the course page.

https://res.cloudinary.com/liquidcoder/image/upload/v1606812574/Blog/Announcement/u9x9pglatmr9psb98dff.png

Premium courses coming soon

The first premium course is on the way, I will share more details in the coming couple of weeks, but all I can say now is that the project will be massive and amazing, hope you will like it.