Chimezie Enyinnaya
iammezie.bsky.social
Chimezie Enyinnaya
@iammezie.bsky.social
Teaching modern web development at https://mezielabs.com
Pinned
AdonisJS From Scratch early access is now open 🎉

This is a practical course where you learn @adonisjs.com by building a real-world application from scratch.

You can get the course now for just $19 (will go up as more lessons are released)⤵️

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
With v5 of Express released, is it now cool to teach Express as a Nodejs framework?
May 26, 2025 at 4:11 PM
Reposted by Chimezie Enyinnaya
The @adonisjs.com from scratch course now contains 52 lessons!

Also, all existing videos have been fully converted to text.

You can still take advantage of the early access price to truly learn AdonisJS by building a real-world application ⤵️
mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
April 15, 2025 at 5:03 AM
Reposted by Chimezie Enyinnaya
4 new lessons have been published on the #AdonisJS From Scratch course covering managing posts:
— Displaying user posts
— Updating posts
— Deleting posts
— Extract status functionality into a service

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
April 21, 2025 at 6:17 AM
Reposted by Chimezie Enyinnaya
2 new lessons have been published on the #AdonisJS From Scratch course covering creating Edge components.

PS: You can still get the course at an early access price of $19 ⤵️

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
April 25, 2025 at 7:49 AM
Reposted by Chimezie Enyinnaya
3 new lessons have been added to the AdonisJS From Scratch course, covering user settings:
— Updating profile details
— Updating account details
— Changing password

PS: You can still get the course at an early access price of $19 ⤵️

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
May 3, 2025 at 4:35 PM
I recently set out to improve the SEO of mezielabs.com, and one of the first steps was to generate an up-to-date sitemap. In this article, I show how to automatically generate sitemaps in @adonisjs.com ⤵️

mezielabs.com/articles/aut...
Automatically generating sitemap in AdonisJS | Mezie Labs
I recently set out to improve the SEO of mezielabs.com, and one of the first steps was to generate an up-to-date sitemap. In this article, I’ll show how to automatically generate sitemaps in AdonisJS.
mezielabs.com
April 5, 2025 at 12:01 PM
I'm getting back to writing and I'll be doing that at mezielabs.com/articles

Watch out!
Articles | Mezie Labs
Learn modern web development through practical courses
mezielabs.com
March 27, 2025 at 6:36 PM
I've been using light themes for the last couple of weeks and I'm liking it so far.
March 27, 2025 at 6:27 PM
In case you missed it, the @adonisjs.com From Scratch course is now text-based. Curious how that might look? Here's a free lesson.

PS: I'll be gradually converting existing video lessons to text.

mezielabs.com/courses/adon...
Remember me - AdonisJS From Scratch | Mezie Labs
Learn modern web development through practical courses
mezielabs.com
February 25, 2025 at 10:21 AM
3 new lessons have been added to the @adonisjs.com From Scratch course, covering:

- Defining one-to-one relationship in Lucid
- Creating the user signup page
- Understanding CSRF

PS: You can still grab the course at an early access price of $19👇

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
February 10, 2025 at 8:48 AM
Do you know there are different ways to define states in #AdonisJs Edge templates? Here's an excerpt from the lesson "Understanding template states" ⤵️

Learn more at mezielabs.com/courses/adon...
December 18, 2024 at 10:14 AM
Got a minute? Let's learn #AdonisJS Edge components.

mezielabs.com/courses/adon...
December 17, 2024 at 11:08 AM
New lessons have been added to the #AdonisJS From Scratch course, covering an introduction to the Edge template engine, Edge helpers, understanding template states, and Edge components.

PS: You can still grab the course at an early access price of $19!
mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
December 15, 2024 at 8:25 AM
Screwed up the lesson I was recording 😢

Now trying to figure out how much of it is usable.

How is your weekend going?
December 7, 2024 at 1:35 PM
New lessons have been added to AdonisJS From Scratch covering asset management with Vite, installing and setting up both Tailwind CSS and Alpine.js in AdonisJS.

You can grab the course at an early access price of $19!

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
December 6, 2024 at 5:43 PM
Reposted by Chimezie Enyinnaya
AdonisJS From Scratch early access is now open 🎉

This is a practical course where you learn @adonisjs.com by building a real-world application from scratch.

You can get the course now for just $19 (will go up as more lessons are released)⤵️

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
November 25, 2024 at 11:04 PM
I'm still shocked how @mezielabs.com got suspended with no reasons few days after creating the account.
December 3, 2024 at 3:43 PM
How would you describe a premium course?
December 3, 2024 at 9:30 AM
Are you running PHP 8.4 on production already😁
December 3, 2024 at 5:59 AM
Webhooks handling 101:

Never trust webhooks payload! Always assume the worst and verify that webhooks are indeed from the particular service using a combination of these:

- Signature validation
- IP whitelisting
- You can even take it further by re-querying
December 2, 2024 at 3:19 PM
I haven't been particularly following the PHP 8.4 updates but I'm excited for class instantiation without extra parenthesis.
December 2, 2024 at 8:11 AM
BTW few months ago, I did a video on deploying #Laravel with @coolify.io

youtu.be/CGZPMiwXkh4
Deploy Laravel with Coolify
YouTube video by Mezie Labs
youtu.be
December 2, 2024 at 5:15 AM
It's funny how I hardly talk about PHP/Laravel like is used to even though I use it daily in my fulltime job.

Well, that is changing. Expect more PHP/Laravel!
December 2, 2024 at 5:13 AM
AdonisJS From Scratch early access is now open 🎉

This is a practical course where you learn @adonisjs.com by building a real-world application from scratch.

You can get the course now for just $19 (will go up as more lessons are released)⤵️

mezielabs.com/courses/adon...
AdonisJS From Scratch | Mezie Labs
Learn AdonisJS by building a real-world application from scratch.
mezielabs.com
November 25, 2024 at 11:04 PM