Nullhouse logo
Schaalproblemen?Contact
  • en
  • nl

Home of Scale

  • Werk

    Je product heeft de harten veroverd van de vroege vogels. Het is tijd om groots uit te pakken. De wereld wacht. Is jouw product er klaar voor?

    Een digitaal product kan zijn potentieel pas waarmaken als het zowel kwantitatief als kwalitatief schaalt. Wij doen niets liever dan jouw product voorbereiden op een toekomst in de schijnwerpers.

    Nullhouse is een agency van engineers uit de start-upscene. We steunen opgroeiende projecten. Groei is onze passie ‒ geen probleem is ons te groot.

    Mollie PaperFlies AstraZeneca Spot AI
  • Team

    • Demian Sempel

      Demian Sempel

      Met een focus op eenvoud en efficiëntie is Demian toegewijd aan het vinden van de meest eenvoudige oplossing voor elk probleem. Hij erkent de waarde van ieders tijd en vindt dat die zo min mogelijk moet worden besteed aan het staren naar laadbalkjes.

      Demian's profiel
    • Edo Rivai

      Edo Rivai

      Een academische achtergrond in business economics gecombineerd met een passie voor engineering bieden een waardevolle mix van technische expertise en zakelijk inzicht die Edo toepast op zijn werk. Hij denkt graag na over de "optimale oplossing", maar blijft pragmatisch.

      Edo's profiel
    • Pimm Hogeling

      Pimm Hogeling

      De meest waardevolle pull requests zijn volgens Pimm degene die meer regels code verwijderen dan toevoegen. Hij is net zo vertrouwd met systemen ontwerpen vanuit een vogelperspectief als met low-level code optimaliseren.

      Pimm's profiel
  • Tech

    We gebruiken verschillende technologieën, waaronder TypeScript, Node.js, GraphQL, en PostgreSQL. Hiermee knutselen we razendsnel functionele prototypes in elkaar, en werken we deze uit tot toekomstbestendige, schaalbare producten.

    React is ons favoriete UI-framework voor webapps. Als early adopters begrijpen we heel goed hoe het werkt en zijn we zeer vertrouwd met het ecosysteem.

    Door gebruik te maken van serverless architecturen, containerisation, en edge computing waar nodig, optimaliseren we systemen op efficiëntie en robuustheid.

    TypeScript Python Rust Node.js Kubernetes React GraphQL PostgreSQL

Gedachten

  1. Spider web with dew drops

    What the JWT?

    Engineers love JSON Web Tokens (JWTs). This article uncover how JWTs address scalability challenges in web applications. Signed tokens, such as JWTs, can be validated without the need for a central token storage, a distinct advantage over traditional random tokens.

    4 min. leestijd (Engels)

  2. Two leaf-cutter ants carrying leaves

    Fast sorting and hot functions

    This article offers a real-world case study involving an application struggling to sort an increasing data load, and introduces to the map-sort technique. Significant performance gain can be achieved even when using a highly-optimised sorting algorithm, by splitting the process into two parts: map and sort.

    4 min. leestijd (Engels)

  3. Pembroke Welsh Corgi puppy leaning on German Shepherd

    Don't delude yourself with fake 2FA

    Two-Factor Authentication enhances security by adding a second distinct layer of authentication, mitigating the risk of stolen passwords. However, some services inaccurately label their security as 2FA when in reality they utilise only a single factor, misleadingly offering a false sense of heightened security.

    2 min. leestijd (Engels)

  4. How to mock requests for unit testing in Node.js

    Effectively use mocking tools to optimise your testing. This article delves into popular Node.js tool 'Nock' and its use in intercepting HTTP requests for seamless testing without network impact, and introduces nock-record.

    10 min. leestijd (Engels)

  5. Throwing shade at Prettier

    The rise of Prettier, through the lens of a seasoned developer who often manually formats code. This article offers a nuanced viewpoint on Prettier and how it relates to linters.

    3 min. leestijd (Engels)

  6. We have to talk about your love for React Hooks

    React developers have embraced hooks. There is a lot to love, but there are anti-patterns as well. This article outlines three such anti-patterns: The Derived State pattern, The Bubbling Effect pattern, The Component That Knew Too Much pattern.

    4 min. leestijd (Engels)