/** Personal blogging Tool */
async function fetchData () {
const profile = await getProfileData ();
const articles = await getArticleData ();
const data = await combine (profile, articles);
return data ;
}
|

Latest Articles

Showing 1 to 5 of 5 results

© 2025 John Owolabi Idogun. All rights reserved.

Built with from scratch with Svelte 5, NodeJS, Python and TailwindCSS.
Skip to main content