KDKrzysztof Drozdinblog.drozd.dev·Jun 18, 2022 · 4 min readWhat are Domain Specific Languages (DSLs)?First, what is Domain Specific Language? A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems. A DSL uses the concepts and rules from the field or domain. This is the ni...00
KDKrzysztof Drozdinblog.drozd.dev·Mar 21, 2022 · 4 min readDo I need DSLI need to sparkle some metadata on my classes. There are some ways in Java to do it. I plan to have something close to 500k classes. That's a lot. They will provide some specific functionalities. On top of functional code, I need to add some metadat...00
KDKrzysztof Drozdinblog.drozd.dev·Mar 16, 2022 · 1 min readChoosing the right shell - Fish shellIdea I need a good shell out of the box, oh-my-xxx are still too much work. Use Fish shell. Reasons People spend a lot of time-wasting time on things that don't matter (much). I should do something productive or shag. Wasting my time polishing my sh...00
KDKrzysztof Drozdinblog.drozd.dev·Mar 14, 2022 · 4 min readHome git serverIdea I need a place where I can keep my private projects prajwet, and I don't need any GUI, WebUI for that, I'll not open tickets for myself. I can spend this time better. Instead of creating a private repository at Github I'll set up my own git serv...00
KDKrzysztof Drozdinblog.drozd.dev·Mar 8, 2022 · 2 min readMake Development Greate AgainAs a developer, you are expected to write code but let's be honest you need to use much more than notepad.exe at work. Make no mistake this article (and series) will not be about Visual Studio Code and its collection of plugins. Sure nowadays Visual ...00