Skip to content

Instantly share code, notes, and snippets.

View jonyw4's full-sized avatar
💫
Dreaming in algorithms and shaping reality

Jony jonyw4

💫
Dreaming in algorithms and shaping reality
  • @Ursula-AI
  • Brazil
  • 17:36 (UTC -03:00)
  • LinkedIn in/jonycelio
View GitHub Profile
@jonyw4
jonyw4 / BaseForm.tsx
Last active September 21, 2023 23:23 — forked from ShinyObjectLabs/BaseForm.tsx
Framer Form Component
/*
MIT License
Copyright © Joel Whitaker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@jonyw4
jonyw4 / dropdown.jsx
Last active March 1, 2022 03:26 — forked from bnorton/dropdown.jsx
Chameleon React.js Developer - Technical exercise
/*
Prompt:
We have defined a basic dropdown via the Dropdown and DropdownItem components below, with example usage
in the ExampleNav component. The Dropdown and DropdownItem components have some problems, and also
have room for improvements (doesn't everything?) A couple items TODO here (make sure to explain with comments!)
0. How are you today? 😊
1. Please fix any obvious issues you see with the dropdown and then save your gist.
2. Please then make improvements to the dropdown and then save your gist again.
@jonyw4
jonyw4 / README.md
Created September 29, 2017 18:03 — forked from oodavid/README.md
Backup MySQL to Amazon S3

Backup MySQL to Amazon S3

This is a simple way to backup your MySQL tables to Amazon S3 for a nightly backup - this is all to be done on your server :-)

Sister Document - Restore MySQL from Amazon S3 - read that next

1 - Install s3cmd

this is for Centos 5.6, see http://s3tools.org/repositories for other systems like ubuntu etc