HOME BLOG

Archive for April, 2023

How to install Yinkos Job Application Manager

Posted on: April 30th, 2023 by Olu No Comments

Hi,

In this article, we will cover how to install Yinkos Job Application Manager (YJAM).

In addition to accessing and using YJAM in your web browser, you can also install the app on your mobile devices or computer for easier use.

Here’s how to do it:

 

Installing Yinkos Job Application Manager on Android

On your Android device, open Chrome

Visit https://job-application-manager.yinkos.com/

Press the “three dot” icon on the upper right to open the menu

Tap Install app

 

 

Click Install

 

Installing Yinkos Job Application Manager on iOS

A PWA can only be installed on iOS using the Safari web browser.

First, navigate to https://job-application-manager.yinkos.com/ on Safari.

Click Share icon.

 

 

Click Add to Home Screen.

 

 

Click Add.

 

 

Installing Yinkos Job Application Manager on a Windows PC or Mac

Both Google Chrome and Microsoft Edge can install PWAs on Windows and Mac. The instructions are very similar for both.

Navigate to https://job-application-manager.yinkos.com/

There should be an icon on the right side of the URL bar. Click the icon

Click Install.

Alternatively, you can install the PWA from the “three dot” menu.

On a Windows PC, Yinkos Job Application Manager will be available in the start menu.

On a Mac, Yinkos Job Application Manager will be in the launcher and in the spotlight search.

 

Chrome

 

Microsoft Edge

 

 

How to invoke Oracle sequence a specific number of times

Posted on: April 12th, 2023 by Olu No Comments

Hi folks,

In this article I talk about how to invoke the next value an Oracle sequence specific number of times. Sequences are used to generate values for columns to produce auto-increment functionality.

We use the nextval to fetch the next value of a sequence.

To get the next value a number of times, say 10 times, run the following query

 

select level, mysequence.nextval from dual connect by level<=10;

 

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

Yinkos Job Application Manager is launched

Posted on: April 7th, 2023 by Olu No Comments

Hi folks,

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

Yinkos Job Application Manager is an application designed to help users apply for jobs quickly and effectively.

It provides a number of very useful features, including

  • Helping to automatically create custom CVs that are tailored to the jobs being applied for.
  • Helping to apply for jobs automatically.
  • Reduce the time spent on repetitive activities like tweaking CVs manually and always applying for jobs manually.

How it Works

  • Create a CV Template – a blueprint for how you would like your CVs to be created.
  • Create a Job Application Profile to describe how automatic job applications should be performed.
  • Apply for jobs automatically or generate bespoke CVs to match any job description with a few clicks of a button.

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, click here.

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

Enjoy.