ooh.directory
Visit this blog kinduff.com/blog
Alejandro AR (kinduff) website with blog posts, projects, videos, and more.
Any gaps could be due to errors when fetching the blog’s feed.
Imagine you’re on the hunt for a new sweater and decide to visit a local clothing store. Upon arrival, you engage with Tom, an enthusiastic new employee who began working there last week. You inquire …
Professionals often ascend or get promoted into new roles, from junior positions to intermediate roles, or even into leadership or management positions. In the past, I’ve been promoted multiple times. Surprisingly, despite being considered a …
Read this line of code today: redirect_to(path, alert: "CSV is too big, please use maximum 10_000 lines per import") && return if File.open(file).readlines.size > 10_001 I spotted the 10_001 magic number and it grabbed my …