Hacker News
Lobsters
- Chrome Console Debugging Calls http://jilles.me/chrome-console-apis-youre-probably-not-using-yet/ 2 comments browsers , javascript
- Securing a SvelteKit application with BetterAuth using Google OAuth and OTP https://jilles.me/cloudflare-workers-sveltekit-betterauth-custom-domain-google-oauth-otp-email-securing-your-application/ 5 comments sveltejs
- Deploying a SvelteKit application to Cloudflare Workers https://jilles.me/cloudflare-workers-sveltekit-drizzle-and-d1-up-and-running/ 11 comments sveltejs
- Django's ForeignKey's on_delete handlers https://jilles.me/django-foreignkeys-on_delete-handlers/ 5 comments django
- I've recently changed from being a JavaScript fanboy to a Python fanboy because we use Django at work. This lead me into writing an article about creating a "facebook comment game" using it. Tell me what you think! http://jilles.me/facebook-comment-craze-with-django/ 4 comments django
- webpack is not as complicated as you might think - a basic intro to webpack for people who have only used gulp / grunt http://jilles.me/webpack-is-not-as-complicated-as-you-think/ 6 comments webdev
- Pipes in Angular2 (previously ng-filter) http://jilles.me/ng-filter-in-angular2-pipes/ 3 comments angularjs
- Managing Node versions with nvm http://jilles.me/managing-node-versions-with-nvm/ 6 comments javascript
- Badassify your terminal and shell http://jilles.me/badassify-your-terminal-and-shell/ 101 comments webdev
- Understanding the Express app.js http://jilles.me/getting-the-express-app-js/ 5 comments node