Strong communities are built on shared goals and trust.
  • Join Administrata today and get 15 free posts!

    Register now and claim a free content order to boost your community activity instantly.

    Register Now

What is the most interesting personal project you are building right now?

ken_gitahi

Content Creator and Ghostwriter.
Rating - 0%
As a developer, building projects is one of the best ways to stay sharp, learn new skills and technology, and building projects to add to your portfolio if you are looking for work. Many developers work on personal projects, some fun and some they never finish (trust me, there are endless memes on this).

I have been building something simple; a tool that takes a piece of text and then replaces specific words in it (keywords) with specific links. You can then copy the raw HTML and dump it into any CMS and have that text already have the links included.

I know text editors and word processors can do something similar, but they mess up the text when you copy it due to the format they use. Also, you have to find the keywords and then turn them into links using something like CTRL+K and have to do the same for each word or keyword you want to replace.

It's a simple project, but I have use cases for it and love how simple it makes replacing multiple/numerous keywords at once with links.

So, are you working on any personal projects? Let's see them below!
 
I am currently writing a custom blog software that will power my Mastering Mezzio website. It will be a learning resource platform for Mezzio framework. In the first iteration it will just be blog post but the second iteration I have planned to introduce courses that will support streaming lectures on the related topics. The UI is powered by Pico CSS framework and Htmx. It leverages laminas-view as the template engine. I am also, at the same time, building the integration packages for htmx that any developer will be able to install that will provide a laminas view implementation that not only supports htmx "boosting" for an ajaxed UI but will provide "theme" support out of the box for all Mezzio based applications that use laminas view as a template engine.
 

Users who are viewing this thread

Back
Top