evaisse
evaisse
MarkAsRead
870 posts
Emmanuel VAÏSSE code notebook about WebDesign, UI, programming languages and web platforms.
Don't wanna be here? Send us removal request.
evaisse · 2 years ago
Link
6 notes · View notes
evaisse · 2 years ago
Link
0 notes
evaisse · 2 years ago
Link
#js
0 notes
evaisse · 2 years ago
Link
0 notes
evaisse · 3 years ago
Link
0 notes
evaisse · 3 years ago
Link
Some iOS and Android apps make use of a custom in-app browser (full details). This causes potential security and privacy risks to the user.
0 notes
evaisse · 3 years ago
Text
To rewrite down all history to a single commit on master branch of a github repository (squash everything).
# checkout master git checkout master # update git pull git reset --soft $FIRST_COMMIT_HASH git commit -m "first commit" --amend # push & rewrite history git push -f
0 notes
evaisse · 3 years ago
Link
0 notes
evaisse · 3 years ago
Link
0 notes
evaisse · 3 years ago
Link
0 notes
evaisse · 3 years ago
Link
0 notes
evaisse · 3 years ago
Link
Hasura is an open source product that accelerates API development by 10x by giving you GraphQL or REST APIs with built in authorization on your data, instantly.
0 notes
evaisse · 3 years ago
Link
BeeWare is a suite of tools and libraries, each of which works together to help you write cross platform native GUI Python applications. It includes:
Toga, a cross platform widget toolkit;
Briefcase, a tool for packaging Python projects as distributable artefacts that can be shipped to end users;
Rubicon ObjC, a library for working with Objective C libraries on iOS and macOS from within Python code;
Rubicon Java, a library for working with Java libraries from within Python code;
Pre-compiled builds of Python that can be used on platforms where official Python installers aren’t available.
0 notes
evaisse · 3 years ago
Quote
https://github.com/abhilashahyd/dbsync_app
Make your apps available offline using Flutter and SQLite - WalkingTree Technologies
0 notes
evaisse · 3 years ago
Photo
Tumblr media
(via The Open Source Firebase Alternative | Supabase)
0 notes
evaisse · 4 years ago
Link
0 notes
evaisse · 6 years ago
Link
0 notes