Type-Safe Printf() in TypeScript
----
- 58 minutes ago | 9 points | 1 comments
- URL: https://www.typescriptlang.org/play?#code/C4TwDgpgBAypDGUC8UDkATVUA+aDOqA3AFCiSwIAq4EAPDFBAB7AQB26eFE8AfMrEYt2nNJigB+KGwCuAWwBGEAE5QAXIOasOXVAUlQ8wZQEs2Ac3XSIANxUlSNKAAVTbYADMAgsvN5aAGJywPxIxFARUEHAQtqiAAYApAAkAN5mHiqawjrc8AC+aRlZAEoQRvnxBgDacDzUkPS8ADRQAHQdrmaePn60ZUa8ALrq4ZHRsSJc8UVsmaoA+vkp6XNZDFpTeYWr81ADwJU1dfANdDAt7Z1uPb7+B8OjkVDVQw4eMmzwwCYA9mxQMA3DyBYKTXJGNzmXgACg8wQ00VaHTaAEM7houu5vHdQSEAJRQVJjCLwf54X4AGwgbUpv3MMPiZXgEBMdnQUHhMUhZnMGgARGkufl+VBURwxRioGl0X5KviSPliMQAPQqqAASWAeigZGgeFRmQAhMQgd0PDD+QAJCCUumtRJ4NpQRIcgDULo5KFdbX5rX5AHVfspKeg-VAAKytAAsrQAnAqgA
- Discussions: https://news.ycombinator.com/item?id=39807655
- Summary: The TypeScript TS Playground is an online editor for exploring TypeScript and JavaScript. It offers features like TypeScript definitions, editing and running TypeScript code, and various settings customization. Topics covered include TypeScript basics, primitives, functions, classes, and advanced features. Users can also explore working with TypeScript in different environments like Web, React, Deno, Node, and WebGL. The playground provides quick fixes and error handling, as well as integration with popular documentation pages and tools like Visual Studio Code, CodeSandbox, and StackBlitz.
code
THE CODE REVIEW ANXIETY WORKBOOK IS OUT
https://developer-success-lab.gitbook.io/code-review-anxiety-workbook-1
This workbook takes the code review anxiety intervention that we designed and tested in our empirical research (https://osf.io/preprints/psyarxiv/8k5a4) & distills it into a self-paced workbook for you. It's designed for you to read & work through as many times as you wish and provides you with the tools you need to mitigate & manage your anxiety about giving or receiving code reviews.
@seresearchers #SoftwareEngineeering #developers #code
1/3
"People act like writing #code is the hard part of software. It is not. It never has been, it never will be."
"Writing code is the easiest part of #software #engineering, and it’s getting easier by the day. The hard parts are what you do with that code—operating it, understanding it, extending it, and governing it over its entire lifecycle."
As a #developer sometimes you'll see #code comments like this. Often, you'll be the one writing it. #webdev #memes #programming
After having worked a fair but with SQLAlchemy lately, I'm not sure if I like it. It feels very hacky, and "alchemy" is very appropriate because it explodes a lot.
I guess it's still a decent tool, because who likes to deal with databases anyway.
I prefer to work with data processing/analysis or GUI code over backend code, but all of it beats working with web frontend. 😁
My latest blog post: VanSpoof - Prototype 2 - Echo Firmware
https://mikecoats.com/van-spoof-prototype-2-firmware-1/
In part 1 and part 2 of building my first VanSpoof prototype, I managed to flash the microcontroller on the PCB with a blinky demo. This time round, let's see about sending and receiving some serial data.
#code #eBike #electronics #embedded #firmware #hardware #openSource #reverseEngineering #rust #rustLang #software #stm32 #vanMoof
My latest blog post: Next Trains
https://mikecoats.com/next-trains/
My two-year-old loves trains so any time we can swing past the station and see them is worth the detour. This web app displays the next few arrivals and departures to help us schedule a visit. It's also my first time publishing code as a package on PyPI.
My latest blog post: Simplify VCD
https://mikecoats.com/simplify-vcd/
Simplify VCD is a tool designed to make working with Value Change Dump (VCD) files more efficient and faster. This tool enables users to clip sections of VCD files, trim irrelevant data, and reduce the resolution to a more manageable timescale, significantly improving processing speed and usability.
#code #electronics #embedded #hardware #openSource #python #software
My latest blog post: Back 2 Basics - R-2R Ladder DAC
https://mikecoats.com/back-2-basics-r-2r-ladder-dac/
The first in a series of 'back to basics' projects, building real, practical, circuits. This time it's an R-2R Ladder DAC.
#code #electronics #embedded #esp32 #firmware #hardware #microPython #python