Great looking GUI
- Spring Security: Authentication and Authorization In-Depth
- Spring Security - Understanding AuthenticationProvider and creating a custom one
What Spring Security is and how its core features like authentication, authorization or common exploit protection work. Also, a comprehensive FAQ.
@Controller
Tailwind UI components
Visual Editor
Don't use Electron to build a desktop app - use Tauri instead.
Alternative:
- Set saturation of editor theme to zero.
- Less visual noise in the editor, much nicer IMHO.
- Switch Godot to use Darcula or another theme.
- Set Up IDE Integration (esp if using Godot C#/Mono)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const SUPABASE_URL = 'https://<project>.supabase.co'; | |
const SUPABASE_KEY = 'fancy long key'; | |
var supabase = supabase.createClient(SUPABASE_URL, SUPABASE_KEY); | |
supabase.auth.onAuthStateChange((event, session) => { | |
console.log(event, session); | |
setToken(session); | |
}) | |
window.userToken = null; |
Hello World Node.js http server
More or less the npm version of the Maven dependency update system: update npm dependencies
- vuestic-ui UI components
- Slides stuff on Vue with cool libs