TIL Archive
All of my Today I Learned posts, on one handy page.
Some day these will have pagination; for now, enjoy ctrl+f-ing that was as easy for me as it is for you.
- Using Pronto for CI on a Rails project without cluttery comments ruby rails
- Rails controller params can be accessed by string or symbol (with indifferent access!) ruby rails
- CSV.generate behavior change in Ruby 3 vs Ruby 2.7 ruby rails
- Manual change tracking in Ruby on Rails ruby rails
- Adding stack traces to versions stored by the Papertrail Ruby gem ruby rails
- Debugging strategies using binding.pry in Rails ruby rails
- Verbose Active Record query logs for Rails ruby rails
- Making Rails recognize code in subfolders of default folders ruby rails
- Getting all the records of a model created today in Rails ruby rails
- What's this tilde arrow thing in my Gemfile? ruby rails
- Deep dive into img attributes html
- Using Nunjucks shortcodes in Markdown files in Eleventy eleventy
- npx eleventy !== npx @11ty/eleventy node eleventy
- The Ruby splat operator can destructure arrays ruby
- I'm reading: 'A (Mostly) Complete Guide to React Rendering Behavior' react
- How to make your Javascript class instance have all the properties of some other object javascript
- Using the beforeBuild hook to render Sass in Eleventy eleventy
- Continuous Integration: another definition devops
- Settings I want on a new machine tools
- How to open the current directory in finder from terminal on a mac tools
- How to make asdf recognize globally installed npm modules tools
- What is that percent sign doing in my `cat` output? tools
- Asdf is a version manager promising to replace all the version managers tools
- How can I see my new blog post rendered before I deploy, if I don't have my whole dev environment? tools eleventy
- Adjusting site colors for better contrast design css accessibility
- Starting to pick up Ruby & Rails rails ruby
- Firefox Container Gotchas firefox
- Firefox Responsive Design Mode and Hover Events firefox devtools
- Setting a layout for every page generated from a particular folder in Eleventy eleventy
- Why do some tweets not respect my minimum font size? accessibility minimum-font-size
- Watching 'What the heck is the event loop, anyways?' javascript
- Sharing Styles in Styled Components styled-components react
- Make your twitter cards look nicer html
- Delete all local branches that have been deleted from a remote devtools git
- Chrome has its own Task Manager devtools
- Using <aside> html accessibility
- Referencing an .env value in an NPM script javascript
- Testing Modern React with Enzyme Shallow react testing
- Deep-diving the CSS Cascade css
- Flash of Invisible Text css performance fonts
- Elements with overflow: scroll become focusable css accessibility
- CSS properties that create an implicit stacking context css
- Accessibility Insights runs a subset of rules from Axe accessibility
- Teaching Accessibility talks accessibility
- Mocking a React Component with Sinon react testing
- Learning about styled components react styled-components
- Learnings from Strange Loop conferences accessibility
- I read: "Meet Border-box, my best friend." css
- Assorted Readings css
- Voiceover with Safari & List Semantics accessibility
- Notes from "Rethinking Color and Contrast" accessibility talks
- Today I Discovered React Axe accessibility react
- Notes & Tweets from NE JS Conf conference
- Designing Against Domestic Violence health design talks
- Does <details> work with Assistive Technology? accessibility html
- Therapeutic Refactoring by Katrina Owen talks refactoring
- My first look at Bulma for CSS css accessibility
- The effects of Neuro and Muscular Disabilities with Dr. Neil Matthiessen talks accessibility
- "From Puzzles to Products" by Jessica Kerr talks careers
- Readings on Accessibility design accessibility testing
- Disruptive Design: Harmful Patterns and Bad Practice talks design accessibility
- More People Set Custom Font Sizes than Use Internet Explorer css accessibility
- Impact of Accessibility on Link vs Button in HTML html accessibility
- Getting your Glitch Project Domain in Your Code glitch devtools
- Using process.env variables in Eleventy eleventy tools
- The HTML Element Specification and Accessibility accessibility html
- 'Making Badass Developers' by Kathy Sierra talks
- A perfect Lighthouse Score on a perfectly inaccessible website accessibility
- Navigating Anger & Sadness in the Workplace workplace
- Meeting Facilitation for Remote Workers workplace remote
- Why do remote meetings suck? workplace remote
- Using Live Expressions in Chrome to Track the Focused Element accessibility devtools
- Is this feature toggle on? testing tools
- Developer Tools & Inclusion reading product devtools
- React Material UI Thoughts react
- Firefox Page Ruler devtools
- Book of Shaders reading
- Itemscope Attribute in HTML html
- Valid Children of `<html>` html
- React Component Design Patterns react
- When to use useReducer in React react
- Alt Text on Stock Photos accessibility html
- useEffect in React react
- Accessibility on the Million Most Popular Sites reading accessibility
- The Glitch Logo Changes Color glitch
- Shadow Power politics
- Class vs Function Components react
- Learning to Learn reading learning
- Speed in Function Components react
- Iconfinder tools
- How Screenreaders Use Semantics accessibility
- Accessibility is not a React Problem accessibility
- What is Math? math
- Babel options & require vs import tools build
- Manuscript filtering tools
- How Error Handling Works in Browsers devtools javascript
- React as a UI Runtime react
- Parcel Doesn't Support CSS Modules Without Config tools
- Converting a Javascript Project to Typescript for Beginners typescript
- Check Build Configuration When the Wrong Project is Building in Visual Studio xamarin
- Xamarin Forms Reading xamarin
- Custom ContentView Renderer in Xamarin Forms iOS xamarin
- Converting to target netstandard14 in addtion to netFramework461 csharp
- Xamarin Netstandard Blog Draft csharp xamarin
- Xamarin Android RelativeLayout Designer xamarin
- Convert Xamarin PCL Template to use NET Standard xamarin
- Soft Delete with EntityFramework Dynamic Filters csharp
- Async Unit Tests in C# csharp
- Xamarin Android List Adapter xamarin