home.social

Search

1000 results for “dev_lenchen”

  1. CloudShell 上で S3 CLI のデータ操作を行う場合、CloudShell 上で一次的なファイルのダウンロードが発生するのか教えてください。
    dev.classmethod.jp/articles/cl

    #dev_classmethod #AWS_CloudShell #Amazon_S3

  2. [アップデート] Amazon DocumentDB コンソールから CloudShell をワンクリックで DocumentDB クラスターに接続できるようになりました
    dev.classmethod.jp/articles/do

    #dev_classmethod #Amazon_DocumentDB #AWS_CloudShell #AWS

  3. Nushell Niceties: Checking If Value Is In List Or String Or Key In Record
    A blog by @mrhaki

    Nushell has the in operator to check if a value is an element of list. With the same in operator you can check if a string is a substring of another string. And finally you can use the in operator to check if a key is in a record. When you use the operator the value you want to check is defined before the operator and the list, other string...

    #dev #softwaredevelopment #Nushell

    jdriven.com/blog/2026/03/Nushe

  4. CW: Rant about Freeswitch

    The documentation of freeswitch is the burden of the humanity

    It’s outdated, unoragnized, poorly written, and incomplete; the every second spent reading it is making my brain cell boil

    #dev #voip #freeswitch #rant

  5. I’ve been reading Staff Engineer: Leadership beyond the management track, and a piece that resonated with me is the idea of learning to never be wrong.

    It sounds like poor advice on the surface, but there’s value in being able to put your opinions aside when appropriate.

    I wrote a blog post last week expanding my thoughts further, and how to best apply this in a team environment: jgayfer.com/never-be-wrong/

    How do you usually handle being “wrong”?

    #dev #progamming #webdev

  6. Despite feeling exhausted after work, I went back to CS50 (after a week off). Took me several minutes to remember what the smeg I was doing, but after a couple of hours, had the solution submitted. I was driving myself crazy, but made it harder than it needed to he so 🤦🏻‍♂️.

    Wednesday, I'll move on to the final project for Week 2, which seems pretty difficult, but we'll see.

    #dev #programming #CS50 #Coding

  7. Frustrating day on the coding front. Made a start on CS50 Week2 problem set after some surprisingly easy (ish) wins on the practice problems.

    It. Was. A. Slog!

    Things that should have been easy, took me hours to work out! I think I'm to used to more modern languages where concatenating a string is easy.

    Still, its a work in progress and I won't give up. I think tomorrow, to give my head a break, I'll type up some notes.

    #dev #programming #CS50

  8. Hot take: I tried the opposite of TDD.

    I wrote the README first.
    Then forced the code to obey it.

    A README that is also a runnable literate Haskell script:

    ./4_ch.md

    No build system. Just runghc.

    It turns out README-driven design is amazing for small tools and teaching (or generating code).

    It breaks for big systems, which is how you know when to stop.

    Read more: gopher.someodd.zip/0//phlog/4_

    #haskell #programming #readme #tdd #dev

  9. 1️⃣1️⃣ 446 ❤️ Pure #CSS 1 div card backgrounds codepen.io/thebabydino/pen/GRR

    Using mask compositing, which I explained in this article css-tricks.com/mask-compositin

    Another where I should go through the code and improve it as it can be simplified nowadays.

    #mask #cssMask #cssGradient #pattern #cssPattern #singleDiv #code #coding #frontend #webDev #web #webDevelopment #dev