HOME BLOG

Archive for July, 2022

Yinkos Hymns Manager is launched

Posted on: July 22nd, 2022 by Olu No Comments

Hi folks,

We’re pleased to announce the launch our latest web application called Yinkos Hymns Manager.

Yinkos Hymns Manager helps you manage your church hymns. It provides a number of very useful features, including

  • Providing a central repository for storing audio files e.g. recorded hymns, anthems, or other music.
  • Allowing a team of users to access all hymns created by the group.
  • Recording of hymns sung on specific dates.
  • Suggesting hymns for future events.

You can use Yinkos Hymns Manager on any device that has a web browser, be it on a desktop, laptop, mobile phone or tablet.

To access the app, visit Yinkos Hymns Manager website.

Find out how it works by watching the Intro Video below.

As always, we like to know what you think about the game. Feel free to contact us.

Enjoy.

pretty-quick: A Great Code Formatting library

Posted on: July 22nd, 2022 by Olu No Comments

Hi folks,

In this post I will talk about a nice code-formatting tool for your web applciations, useful if you use JavaScript, HTML, etc. It’s called pretty-quick.

pretty-quick runs Prettier on your changed files. That is, if you use a version control system like Git and you change some files, pretty-quick will run Prettier on the changed files so that they have a nice format. Information about this library can be found here.

What excites me the most about this library is when using it as a pre-commit hook. This can be done easily using Husky. A guide for this can be found in the link above.

So, if you want nice consistent code formatting for your front-end web application source code, I recommend pretty-quick.

That’s all for now. Till next time, happy software development.