Skip to content

Instantly share code, notes, and snippets.

View amitaibu's full-sized avatar

Amitai Burstein amitaibu

View GitHub Profile

Looking for experienced web developers

Gizra is a 20+ person company, located in central Tel Aviv and US.

We work solely with Open Source technologies, some of our products are themselves released as Open Source. Our contributions help power websites like whitehouse.gov, The Economist, MSNBC and others. Among our clients are Harvard University, the European Commission and the UN.

It's important to us to work on interesting projects, with advanced technologies and clients who see us as partners. In particular we love projects that challenge us to figure out new stuff - technology and otherwise - and we look for people with a similar mindset.

Everyone at Gizra can code. We aim to hold ourselves to the highest coding standards and constantly seek better ways to do our work.

@bennycode
bennycode / dexie-auto-increment.html
Last active May 25, 2020 20:41
Auto incremental primary keys with Dexie
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="bower_components/dexie/dist/dexie.js"></script>
</head>
<body>
<script>