Skip to main content

16 docs tagged with "coding"

View all tags

AWS Cognito

When calling adminUpdateUserAttributes to change email address of a user in Cognito User Pools, the attribute email_verified will be set to false, and an email will be sent out to the user with a verification code.

Codemods

Fix exactOptionalPropertyTypes in a project

Electron app continuous integration

This article describes the hurdles I went through when automating an Electron build with release to Mac App Store, Microsoft Store, Snapcraft.

ESLint

I have my own eslint config eslint-config-mifi that I use on most of my projects.

GitHub tips

How to link to the artifacts from the latest GitHub Actions workflow run in your repository (e.g. latest nighly build)? See here!

Internet censorship

After using NordVPN for years, but not really being satisfied, I did some research to find better alternatives. Here's a little (unbiased, I don't have any affiliation with any provider or companion) collection of resources on accessing the free internet in heavily censoring states like China.

Kysely

Kysely is a TypeScript SQL query builder that infers query result types based on the query and the database schema types.

PDF development resources

Gathering some options for generating PDFs and pros/cons, in particular for very large PDF reports (100+ pages). Creating such large PDFs in a fast and reliable way is not trivial.

Scripts

Split a PDF by ranges/subranges

Skattelister

Hvis du logger inn på Skattelistesøk så har du muligheten til å se hvem som har søkt deg opp i skattelistene. Men du får bare se de som har søkt deg opp siste år. Hvordan se hvem som har søkt på dine skattelister, i alle tidligere år?

sshuttle - VPN over SSH

There is a cute litte program called sshuttle for shuttling IP subnet traffic over and SSH connection, like a VPN but doesn't require any setup on the remote end. (Mac and Linux).

Use Yarn for Elastic Beanstalk

This article describes how to use yarn (or any other package manager than npm) instead of npm when deploying an Elastic Beanstalk Node.js app.