Category: Programming
-

๐บ๏ธ๐๐๏ธ Understanding Leaflet Map Events and Local Storage: How to Save and Load Map Bounds ๐บ๏ธ๐๐๏ธ
Leaflet is a powerful open-source JavaScript library that enables developers to create interactive maps with a range of tools and functionalities that can be customized to meet specific…
-

Working with Null dates in DateRange Picker.
๐ Hey there! I recently worked on implementing a date range picker using the Daterangepicker plugin in my web application. It was a bit of a challenge at…
-

๐ป Angular Tip: How to Trigger a Pipe Update with Object Assignments
If you’re building an Angular app that uses pipes to transform data, you may run into a situation where you need to update an object in your component…
-

Fix for Angular template Autocomplete.
๐ Hey there, Angular developers! Do you use Visual Studio Code as your code editor and find yourself missing out on Angular template intellisense? ๐ฉ Fear not, there’s…
-

Fix for prettier splitting HTML tags in VSCode
๐๐๐ ng on an Angular application can be a joyous experience, but when prettier starts splitting your HTML tags, it can quickly turn into a nightmare ๐ฑ. Fear…
-

Limiting rotation in Unity easily, using relative direction of game objects
I wanted a way that would allow me to limit the gun rotation based on two game objects. That way different guns on the ship could have different…
-

Finding the process id (PID) when using Internet Information Services (IIS)
In IIS (Internet Information Services), PID (Process ID) is a unique identifier for the process running the application pool. Here’s how you can find the PID in IIS:…
-

File Audit with Entity Framework: Retrieve and Check Missing Files with Closest Modification Date
The FileAudit method is a useful way to retrieve file names from a database table and check if these files exist in a specified directory. With supporting methods…
-

XPath Cheat Sheet ๐ฎ
Hopefully you find these handy! Handy XPath operators Putting it all together๐ผ Sure, here are a few examples of using XPath with Selenium in C#: Once you have…
