Skip to content

Instantly share code, notes, and snippets.

View stuartelimu's full-sized avatar
🎯
Focusing

Stuart Elimu stuartelimu

🎯
Focusing
View GitHub Profile

Hello, world! carbon

@stuartelimu
stuartelimu / Change article Django site admin.png
Last active July 5, 2020 20:54
Using get_absolute_url() model instance method in Django
Change article Django site admin.png
license: gpl-3.0
height: 500
scrolling: no
border: yes
@stuartelimu
stuartelimu / README.md
Last active August 1, 2021 00:34
Hello, world

I am tryin to piece things together.

@stuartelimu
stuartelimu / README.md
Created August 1, 2021 00:23
Hello, world!

i am tryin to piece things together

const FORM = document.querySelector('form');
const submit = (e) => {
// prevent default action ie page refresh
e.preventDefault();
// submit form
FORM.submit();