Private NuGet packages can help to modularize and reuse already written code over several applications. Therefore Azure Artifact repository can be a very powerful and easy possibility. But in order to integrate it into local development an authorization process must be completed, not only for the IDE, but also for dotnet/NuGet.exe on CLI.
After a fresh installation of the new OS Windows 11 I had to re-setup oh-my-posh for Windows terminal. There are already a lot of descriptions out there ‒ one of the best from Scott Hanselman ‒ so this should only be a little reminder for me and not an extensive description.
Please note: this description of for version 3 of o-my-posh!
Some days ago I had to improve a VBA macro but password was lost, so there was no direct way to enter code in VBE. There are a lot of tricks I found in the WWW, some of them even provide a tool. But do you trust such tools?
Beside that I found a such an easy to use instruction, »hidden« in a blog comment, I must share with you.
Some days ago I installed Windows 10 which wants you to use Microsoft’s OneDrive cloud solution. Like the Windows versions before the Explorer integrates some items in the navigation area that you might not need, like the OneDive link. The Explorer itself does not provide any option to hide this item, but you can do that via registry:
I refactor my atom packages at the moment and one thing I changed was loading classes from other files. Before, everything was hard-coded and it should be more generic, especially facing future changes. Because I used kind of slug strings internally, I created a function which converts slugs into camel case. Perhaps you need such code?
Since some time I switched from Sublime Text, which is an awesome editor, to Atom. The reason for this is that Atom is Open Source and I do not have to pay money for it ;) After I combed through the packages I found less-autocompile which leads me to have a closer look at LESS, and at least at SASS too.
This was the start for me to develop Atom packages, I want to introduce here! For more information about the particular package, have a look at the corresponding readme and try it out :)
Today I needed some JS-Code for toggling an DOM elements attribute. Because there is no such feature in the jQuery core, I implemented it. Perhaps it’s useful for you, so here it is :)
Atlassian Stash
Today, another Java Update has been released, so I installed the new version und removed the old one. The “problem” was, as with the last updates, that I had to tell my Stash installation where to find the new Java version. I opened the Windows registry and updated the following three registry keys:
Some days ago I received a 256GB SSD for my Server in which I used a normal 500GB HDD for Windows installation – booting process needed about 5 minutes so it was time for this step ;) Because many services, like Active Directory, Oracle Database or Atlassian Stash, running on this machine I did not want to reinstall and reconfigure everything from scratch, so I looked for tools and easy possibilities to clone/migrate my server installation. And here is my solution which worked really well and is totally free!