Ro🥷🎭
487 posts

Ro🥷🎭
@the___newbie
Backend dev (learning in public) Building real-world projects Node.js | APIs | MongoDB
Katılım Kasım 2022
62 Takip Edilen72 Takipçiler

@the___newbie I already do frontend 👨💻
Backend is what I’m learning now through a real project.
I’m building both sides so everything works together.
Stay with the story 😉
English

Day 9 of learning backend 🚀
Today I focused on STRUCTURE.
Not writing features yet… but setting up a scalable frontend architecture using React + TypeScript.
Clean structure = faster development later.
We build smart, not messy 🔥
#BuildInPublic #100DaysOfCode

English

Now you can do:
app.get('/dashboard', protect, (req, res) => {
res.json({welcome: "Secret area"});
});Middleware = checkpoints in your request flow. Super powerful once it clicks What backend concept is confusing you right now? Drop it #LearnInPublic #BackendDev #NodeJS
English

Today is a busy one
I implemented features that allow admin for each branch to view the review left by users after their stay.
The user will be able to leave a review after the checkout. Link to where to leave a review will be added in the checkout email notification and also on the bookings page.
After leaving the review, the admin can then approve or decline the review/rating. If the review is approved, the reviews are fetched on the interface of each branch and some other important page.


Ola@dev_olayinka
I took a day off coding. I'm back now! Today, I will be implementing the sending of booking confirmation emails to the user and the admin. That way, the both channels will be communicated about the bookings. On each branch admin portal, the authorized admin will be able to send a reminder email to the customer.
English

@Jasper02_24 Then after hours you discover the missing colon or hyphen 😹💔
English

@zubbee_tm @Zinny_Edmund Can't share it yet I'll drop snippets on my page later though
English

@the___newbie @Zinny_Edmund Exactly what I was about to say 😂
Share yours:
github.com/Zubbee18/Afroh…
English











