You know, one thing that still bugs me is not asking my old clients to leave their review on my Google Business page.
I just collected them through email or other apps. Should’ve known better 😬
Short thoughts, work in progress, lessons learned, & the occasional personal update.
You know, one thing that still bugs me is not asking my old clients to leave their review on my Google Business page.
I just collected them through email or other apps. Should’ve known better 😬
You know what makes doing this stuff worth it? People who still remember you and refer you even if you haven’t spoken in a long time!
Just got an inquiry! Turns out someone I spoke with 2 years ago referred them. As a small service provider, that kind of thing means a lot 🙂

Late night timelapse of us getting things done. I don’t know why, but I always feel more productive at night.
Also, I just recently got that standing desk, and I can’t appreciate enough how helpful it is when you’re getting older 😂
See those long page designs? It’s still Wednesday but I guess I’m gonna be working even on the weekend 🥲

I’m not sure if this is just me, but handling web projects + creating content at the same time is kinda stressful.
Especially when you’re working on it alone. Still grateful for it though.

Finally set up a quick way to share thoughts on my site. Not everything needs to be a full blog post.
New blog about this feature coming soon!

Reader Disclosure
Disclosure: I may occasionally include affiliate links in my posts or pages. If you click on one of these links and make a purchase, I may receive a small commission, which helps me keep this website running and create more useful content. However, this does not affect my opinion on the product or service in any way. I only recommend products and services that I truly believe in and use myself.
Originally developed for a pastry business in Wildetaube, Germany. This single-page application was a part of their small system that helped the client manage their business.

This article may contain some technical terms which provides an overview of how I constructed this custom functionality. If you have any questions, please let me know.
The main problem that the client wants to fix is that they need a fair decision on what set of cakes they are going to bake every week. So our goal is to build something that can help them decide by letting each staff vote.
I developed this polling app using React JS by using the create-react-app package. I used the React Router for page routing. Although it looks like a simple application, I still need a good state management package to help me manage the application state. I used the Redux state management package for this. I love using the Redux dev tools, it gives me a good insight into my app’s process and state.
The client is currently using WordPress for their business. So I just need to integrate the custom app into their current platform. Luckily, WordPress support REST API so I used that for the application data.
I think planning your CSS is still important when it comes to developing your applications and websites. Other than creating custom CSS for some projects, I’m using the Bootstrap CSS framework if I’m building custom websites. But since the Tailwind CSS is becoming popular, I used it for this project.
I’m here to simplify your website management & development, handling all the technical aspects for you.
I designed the application to make it easier to use. I’m always assuming that users that will use the application are not tech-savvy.
Before the staff can join the poll, a user with an administrator role needs to add a poll, he/she can add duration and a title for the current poll.

A user with no administrator role can only join a poll or view the poll’s results.

After an administrator adds a poll, this poll is now listed on the Poll’s main menu.

Then the users or the selected staff can now start voting for their preferred cakes in the single poll menu. They can vote for a limited amount of time only. If the time expires, clicking on the heart button and form submission will be disabled.

Also, there’s a maximum number of cakes that they can select.

The users can view the results by going to the Results page.

Get a direct booking website built for your vacation rental or resort. Keep more revenue and let repeat guests book with you directly.

As a small service provider and a freelancer, I don’t have a big marketing budget.…

A fair breakdown of WP Booking System, what it does well, where it falls short,…

I went to my first WordPress meetup after almost 10 years of using WP. WordPress…