• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From zarar.dev

Good software development habits

17 17

This post is not advice, it's what's working for me. It's easy to pick up bad habits and hard to create good ones. Writing down what's working for me hel...

#Bot #News #習慣 #principe #reflexion #programming #ycombinator #軟體開發 #hackernewsbot #devtips

on Sep 5

From zarar.dev

How I Lost $210 to a Stripe Dispute Despite Proof

0 5

I lost a Stripe dispute of USD $210 because the customer that purchased tickets from my site used an email that he claimed to his bank was not his. Stripe an...

on Tue, 3PM

From zarar.dev

Closing the Raptors Republic chapter of my life

0 0

Raptors Republic was acquired by Better Collective last week marking an end to my involvement with the company I founded in 2008 alongside Sam Holako, Brando...

on Oct 30

From zarar.dev

Tailwind balances abstraction and transparency

0 0

<style> .blink_me { animation: blinker 3s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } </style> I remember writing my ...

on Oct 8

From zarar.dev

Early thoughts on React Native/Expo decision

0 0

I have to make an iPhone app for ticket scanning at the door and chose as the stack. I had implemented this feature on the web using QR Code scanning librar...

on Oct 2

From zarar.dev

Symptoms of a System in Stasis

0 0

Here's an unordered list of symptoms that might indicate more profound issues with your organizational culture - one that's preventing you from delivering on...

on Aug 26

From zarar.dev

Take a guess at what this icon in Confluence means

0 1

Scroll down for the answer. ... ... ... ... ... It's the icon to insert a numbered column in a table. Like, WTF? Confluence had a f...

on Aug 14

From zarar.dev

Row Embedded Cache: KISS at its finest

0 0

I've been experimenting with a new pattern of caching which uses types in Postgres to cache all relations of a particular record, within that record. It sou...

on Aug 8

From zarar.dev

Small Batch Thinking in UX Improves Usability and Code Quality

0 0

UX is hard but it becomes easier if you eat enough of your own dogfood. For the last few months I've had most of my forms look like the one below, i.e., pres...

on Aug 6

From zarar.dev

Prefer optional objects to optional arguments

0 0

Every time I make a function with this type of signature, I end up regretting it: This is because invariably at some point in time I'm going to want t...

on Aug 2

From zarar.dev

Bit by falsy truths again

0 0

Spent about 3 hours figuring out why my PayPal integration wasn't working. I had but still was getting weird responses from PayPal: I thought I had c...

on Aug 2

From zarar.dev

Using DORA metrics to coach teams

0 1

The consist of four software delivery measurements. When code is committed to a source control repository (e.g., Git) When that code is deployed to p...

on Jul 24

From zarar.dev

DeckString

0 0

A probably unique string generator based on shuffling a deck of cards.

on Jul 21

From zarar.dev

SNRD

0 0

I paid a TON of money to do an MBA at Rotman. I think of it as an early(ish) mid-life crisis where I had serious FOMO about a formal management education. It...

on Jul 20