Preshy-Jones
I just want to build cool software and retire on a beach watching the sunset everyday.
Nigeria
Pinned Repositories
Admin-Panel
bodsquare-test
Burjtech-React
carstore
g01-fraud-detection
This is the Stage G of the Hamoye Data Science Internship
M.E.R.N-stack-Blog
A full stack blog built with : Next.js and chakra ui on the front end and Nodejs, express on the backend.
Mysql-is-frustrating
The api "http://jsonplaceholder.typicode.com/users" when visited, returns an array of 10 users in json form(I advise you visit the adress in your browser to see and study the file structure). Task: 1. Create a remote MySQL database with a table called Users. 2. Write and deploy a script that connects to the database. When the api endpoint "/populate" is accessed, a function that would create columns for id, name, username, and email then populate the columns with the respective data for each user gotten from the users api provided. 3. Create an api end point such that when the "/delete" route is accessed, the last row in the database is deleted. Note 1. Apart from ID, all other Columns are strings. Note 2. The datafrom the users api is to be fetched each time the scripts api endpoint is accessed. Note 3. When you submit, ensure that the database is empty. It is when the api endpoint is accessed that your script would populate the database In the read me file, along with the api endpoint for your script, the following information about your database should be provided. Database Host Database Username Database Password Database Port Hint, Heroku has a free MySQL hosting service called clearDB. You may learn to use that.
Spendy-Vest
SQL-that-is-mine-sorry-msql
The api "http://jsonplaceholder.typicode.com/users" when visited, returns an array of 10 users in json form(I advise you visit the adress in your browser to see and study the file structure). Task: 1. Create a remote MySQL database with a table called Users. 2. Write and deploy a script that connects to the database. When the api endpoint "/populate" is accessed, a function that would create columns for id, name, username, and email then populate the columns with the respective data for each user gotten from the users api provided. 3. Create an api end point such that when the "/delete" route is accessed, the last row in the database is deleted. Note 1. Apart from ID, all other Columns are strings. Note 2. The datafrom the users api is to be fetched each time the scripts api endpoint is accessed. Note 3. When you submit, ensure that the database is empty. It is when the api endpoint is accessed that your script would populate the database In the read me file, along with the api endpoint for your script, the following information about your database should be provided. Database Host Database Username Database Password Database Port Hint, Heroku has a free MySQL hosting service called clearDB. You may learn to use that.
xxolcare
Preshy-Jones's Repositories
Preshy-Jones/kawwo
Preshy-Jones/Laravel-Blog-with-image-and-text
Preshy-Jones/M.E.R.N-stack-Blog
A full stack blog built with : Next.js and chakra ui on the front end and Nodejs, express on the backend.
Preshy-Jones/Algos
Preshy-Jones/CoKitchen_assessment
Preshy-Jones/dunecar-deploy
Preshy-Jones/Emailsender
Takes in json data with fields in the form { "to": "example@email.com", "subject": "Testing", "body": "I’m testing this mail thing" } and sent to example@email.com.
Preshy-Jones/heyfood_ass
Preshy-Jones/heyfood_ass_server
Preshy-Jones/Laravelmongodb
Preshy-Jones/Laravelspellchecker
Day 12-13 (2 days): Spell Checker Create an endpoint "/check" that receives the following data: { “Content”: “blah blah blah hdkcig3yru2y uigqeiuyrqeu yhwquiybkg” } And runs a spell check on each word and responds Json array of the wrongly spelt words in an objects in the form [{ "index of word":"numerical index of the word", "wrong spelling":"spelling in the sentence", "possible correction":["correction 1","correction 2"] }] note, A maximum of 3 possible corrections to the spelling should be provided for each word. Only words with a maximum of two letter character difference are valid corrections. If a word with only two or less letter difference count is found, return the string "word unknown" as the value of the "possible correction" property of that word. use the list of words found in this dictionary as your english Language spelling reference
Preshy-Jones/Laravelurlshortener
Create a simple application with a form input, in which the user imputes his url. An endpoint is generated and displayed on the screen. If the endpoint is accessed, the user would be redirected to the url that was used to generate the endpoint. If a non existent endpoint is accessed, let the form page be re-served.
Preshy-Jones/laravelwebscraper
Preshy-Jones/main_stack
Preshy-Jones/mini_microservice
Preshy-Jones/npm_package
Preshy-Jones/payment_solutions_app
Preshy-Jones/picturepool
Create an application with two endpoints. The first endpoint "/upload" serves a page from which the clients would be able to upload only image formats files. Any other formats would display an error. The second route would be the "/home" which would serve a page with all the images uploaded on display. NOTE: THE ROUTES BELOW WOULD NORMALLY NOT BE ACCESSIBLE TO THE PUBLIC Create authentication and authorization for the admins, the login page would be at the “/adlogin” and the signup page would be at the “/adsignup” such that they would be able to delete any image post in the pool.
Preshy-Jones/Portfolio
Preshy-Jones/Preshy-Jones
A little bit about me
Preshy-Jones/remix_auth_app
Preshy-Jones/Rental_service
Preshy-Jones/skill2Rural-server
Preshy-Jones/skill2rural-web
Preshy-Jones/thrindle
Preshy-Jones/Url-Shortener
Preshy-Jones/vzy
Preshy-Jones/Websockets---Chat-app---Backend
Preshy-Jones/Websockets---chatapp---frontend-Vue
Preshy-Jones/Xander