Home

Personal projects

Besides work, I'm always trying to keep up with the ever-changing landscape of web development by creating projects of my own. Here is a collection of apps that are close to my heart.


JobList

FE Website | Twitter

JobList is a series of web platforms for specialized job boards. At the moment, there are two websites being worked on - frontend and 3D. Easy to use, these websites can help recruiters seek new talent in their field of work, and help job seekers search and find openings that tick their criteria. Recruiters are always able to modify their opening in any way through an edit link they receive through email once the job post is created.

Homepage Job board Form Job opening

These websites are configuration based, meaning that through changing some parameters we can get a different variation of a website, such that the creation of a new website would mean just creating a couple of new frontend components, adding the new content in a predefined schema and changing some variables in the API, around one day's worth of work.

Technologies

Frontend: Typescript NextJS ChakraUI react-hook-form DraftJS

Backend: Typescript ExpressJS PostgreSQL Prisma Stripe


RSSave

App | Code

RSSave is a RSS feed reader app. With its help, the user can add any RSS feed URL and see the articles distributed through that feed. The user can group the feeds into different "bundles", but also add different articles to "Favorites" for reading later.

Feeds list Japanese feed
Drawing Drawing

This was my entry in the mobile world, trying for the first time to work with React Native and its quirks. Might try that again someday.

Technologies

Mobile: React Native Expo


Inspiration scraper

Code

Having difficulty in finding good examples of web design and wanting to write some articles on Medium at the same time, I ventured in creating a tool that would write articles on the topic at hand. Introducing the inspiration scraper. This CLI tool goes through some of the most well-known web design-related platforms and creates an article about their newest entries. It lacks some AI writing capabilities, but it was enough for me to write two articles on Medium this way :).

The tool scrapes the data it needs from each data source, saves the entry title to a database so that it's not used in other future articles, takes a screenshot and creates images with the color palettes of each website, adds their tech stack which we get from a third-party service and creates a markdown article with all of the data presented.

Technologies

CLI: Typescript DraftJS


Auto Iordache

Website

We've all got to start somewhere, right? This is the first paid customer I ever had as a freelancer. While on one of my driving lessons, my driving instructor told me that he needs a website for his school, and so we made a deal for it. Not the most fascinating of works, that's for sure, but it was a pivotal point for me as a web developer.

Homepage 1 Homepage 2 Contact FAQ

The client did not want much, just to display his car collection, a contact form and show some information helpful for the future students. An integration to blogger.com was added so that the client can add updates to the website, too bad they haven't used it so far.

Frontend: NextJS TailwindCSS