oluwaseye
Follow
I may be slow to respond.
I enjoy building web and mobile apps. Some of my expertise include PHP (Codeigniter, Laravel), MYSQL, Apache Cordova, NativeScript, VueJS
- Maryland
- https://medium.com/@oluwaseye
Pinned Loading
-
-
Linux-Server-Configuration
Linux-Server-Configuration PublicConfiguring an Amazon Lightsail Instance to run a Python Flask - PostgreSql application
-
Supabase Postgres Functions Cheatsheet
Supabase Postgres Functions Cheatsheet 1/*Create db function to query a table or relational query*/
2CREATE OR REPLACE FUNCTION public.handle_get_user_info()
3RETURNS TABLE(email text, fullname text) as $$
4BEGIN RETURN QUERY
5SELECT
-
Chrome-Clear-Cache
Chrome-Clear-Cache PublicLoad website each time without browser cache. NO CACHE clears your browser cache before web pages load. You can turn it On or Off anytime. Enjoy!
JavaScript 1
-
Crunchy-Grid-Clone
Crunchy-Grid-Clone PublicA refresher on the Grid layout by attempting to re-create Techcrunch website built with (Flex Layout)
CSS
-
👑 Awesome one-liners you might find ...
👑 Awesome one-liners you might find useful while coding. 1const headings = [ ... document.querySelectorAll('h1') ]
23[{id: 1}, {id: 2}].map(x => x.id)
4// [1,2]
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.