July 18th 2022, 7:45:29 pm EDT #

Another css example I want to hang on to.

It’s pushable!

Code:

<button
  class="mb-4 p-2 w-32 transition ease-in-out duration-100 outline outline-1 shadow-[0_5px_0px_0px_rgba(0,0,0,0.6)] active:shadow-none active:translate-y-1 "
>
  pushable button
</button>

There’s a lot of more examples at Josh Comeau’s site and hnldesign



July 18th 2022, 4:23:22 pm EDT #

The greatest trick we ever pulled on ourselves as knowledge workers was convincing ourselves we could juggle multiple projects with no consequences.

Jason Lengstorf


July 18th 2022, 3:43:33 pm EDT #

Continuous Integration is a thing developers do, not a software build tool.


July 17th 2022, 5:08:19 pm EDT #

quick example of some css tailwind stuff when hovering over an image


January 18th 2022, 10:49:00 am EST #

A few interview questions to consider.

  • Why did the last person in this role leave?
  • How many long timers have left recently? Why?
  • Is deploying difficult? How often do you do it?
  • Do you assign tasks to individual people?
  • Do you seek simplicity? What was a complicated process that as a team you were able to simplify?
  • Do you limit WIP? If not, how to fix bottlenecks in your process?
  • If everyone in the standup is busy with something, is that a red flag or a good thing?
    • (no way that team is efficient. )
  • How often is the question “How am I wrong?” asked?
  • What is your improvement strategy?
  • Do you deploy on Fridays? Why not?
  • Do you measure the queues - i.e. how long things wait to be reviewed, to be QA’d, to be deployed? What are those numbers?
  • Do you ever commit a change that you do not trust?
  • What corners do you cut? What corners have you cut?
  • “Follow the plan” or “incorporate feedback”?