Skip to content
View julianwachholz's full-sized avatar
🤓
🤓

Sponsoring

@django
@bigskysoftware
Block or Report

Block or report julianwachholz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
julianwachholz/README.md

Hi, I'm Julian and I love fast and beautiful websites!

🧑‍💻 I'm a full stack developer from Zürich, Switzerland who specializes in Python, Django, JavaScript, HTMX, Alpine.js, React.js, Tailwind CSS, Docker and many other awesome web technologies.

🔭 Are you looking for a talented software engineer with over 10 years of experience to join your team? Get in touch with me and let's see if we're a match!

👉 You can find ways to contact me on my website!

Awesome projects I've created

🕹️ TriviaRoyale lets you play live online trivia questions and compete against other players 🧩 Schnitzeljagd.dev challenges your web dev knowledge in an online treasure hunt

Pinned

  1. triviaroyale triviaroyale Public

    Trivia game in the browser using websockets and asyncio.

    Python 14 4

  2. django-autocompletefilter django-autocompletefilter Public

    Django 2.0+ ModelAdmin list_filter with autocomplete widget.

    Python 27 7

  3. flake8-action flake8-action Public

    Run flake8 linter in your Python project.

    JavaScript 29 7

  4. django-guest-user django-guest-user Public

    A Django app that allows visitors to interact with your site as a guest user without requiring registration.

    Python 68 8

  5. Simple resizable element in React (w... Simple resizable element in React (with Tailwind classes)
    1
    import React, { useCallback, useRef, useState } from "react";
    2
    
    
    3
    function clampHeight(height) {
    4
      const minHeight = 200;
    5
      const maxHeight = document.body.clientHeight - 300;
  6. pipx-jwa pipx-jwa Public

    pipx run jwa

    Python