Marwane ChahoudforMarwanemar1.hashnode.net·Feb 17, 2023The Art of IT Debugging & Troubleshooting: a Cheesy approachIntroduction As an IT professional, whether you're a data engineer, scientist, or web developer, you've undoubtedly encountered challenging debugging problems in the past. Unfortunately, this is only the beginning as you will face many other bugs in ...Discuss·10 likes·76 readsDebuggingFeb
Geoff BerlforOpenZiti Tech Blogopenziti.hashnode.net·Mar 17, 2023My Pi Day Journey with Go 64-bit alignmentA few days ago, we had a user bring to our attention, a failure of OpenZiti on a Raspberry Pi 4 running a 32-bit operating system. As I got started investigating the bug, I smirked a little as it just so happened to be Pi day (March 14th). In any cas...Discuss·2 likes·2.4K readsgolang
PRASAD DILIP FARTADEfortroubleshooting.hashnode.net·Jan 16, 2023Troubleshooting with full stack developer..Hi i am prasad...after spending 24 yers of my life i switch my carrier from engineering (droput) to software development...and facing lot of life trouble and try to shoot them...the new journey has started..these are my initial learnig stage... So we...Discuss·1 liketroubleshooting
Swapnasagar Pradhanforpradhans0906.hashnode.net·Apr 23, 2023Exploring Amazon S3 Bucket Lifecycle Management Challenges: Incrementally Updating Rules with AWS LambdaIntroduction: When working with Amazon S3, managing the lifecycle of objects is essential for optimizing storage costs and ensuring the timely removal of obsolete data. S3 allows you to create lifecycle rules that automatically transition objects bet...Discussaws lambda
Ludivine Constantiforludivine-constanti.hashnode.net·Apr 22, 2023Adding Theatre.js to an Astro project with PreactError throw new Error(You seem to have imported @theatre/studio without importing @theatre/core. Make sure to include an import of @theatre/core before calling studio.initializer()). Solution Putting studio.initializer() inside of an useEffect() hook...DiscussSolving errorsAstro
Rakesh DargeforRakesh Darge's Blogd365cliffsnotes.hashnode.net·Apr 14, 2023How to Deal With Missing Fields on Dual-write Table Custom MapsDual-write Custom entity Maps: I bet, You're probably missing something. Roughly a year ago I had to create a complex Dual-write table map and I couldn't decide the approach to start with Dataverse first or Dynamics 365 FO. However, I knew I wanted t...Discuss·187 reads#dynamics365
Subho DeyforDevOpsculturedevopsculture.hashnode.net·Apr 4, 2023The Ultimate Guide to File Permissions and Access Control Lists for DevOpsIntroduction : In this guide, we'll take a deep dive into file permissions and access control lists, exploring how they work, the different types of permissions and access controls available, and best practices for managing them effectively. Whether ...Discuss·33 readsfile-permission
Mrugesh MohapatraforHacknotes.mrugesh.hashnode.net·Apr 4, 2023Logitech MX 2S Mouse Cursor Problems? Here's How to Fix Them!My trusty Logitech MX 2S mouse has been a reliable companion for years, seamlessly working with all types of hardware, even my Android phone (although I rarely use it for that purpose). However, I noticed a significant decline in cursor tracking spee...Discusslogitech
Siddharth KhuntwalforSiddharth Khuntwalsidkhuntwal.hashnode.net·Mar 30, 2023Debugging and troubleshooting in Javascript: Tips and tricksIt can be frustrating to encounter errors or bugs in your code, but with the right techniques and tools, you can quickly identify and fix issues. In this blog, I'll discuss some of the my personal tips and tricks I use for debugging and troubleshooti...Discuss·30 readsTechJavaScript
Ian Bakerforian-baker.netimbaker1234.hashnode.net·Mar 2, 2023How To Ask For HelpIf you're reading this you've most likely contacted me for help! All joking aside I am happy to help. However, the way you, and others (you are not alone), have asked for help has necessitated the need for me to write this article. I promise you that...Discuss·29 readsTutorial
Aditya Krishnakumarforaditya's blogbeingadityak.hashnode.net·Mar 19, 2023Fix RootFS related errors in your failed EC2 Linux instanceTLDR; If you face the RootFS-related issue, try to check whether the AMI was having an older version of the Linux kernel. If it does, chroot into your volume and perform a kernel upgrade. Once done, detach the volume and create an AMI out of it. This...Discussec2
Geoff BerlforOpenZiti Tech Blogopenziti.hashnode.net·Mar 17, 2023My Pi Day Journey with Go 64-bit alignmentA few days ago, we had a user bring to our attention, a failure of OpenZiti on a Raspberry Pi 4 running a 32-bit operating system. As I got started investigating the bug, I smirked a little as it just so happened to be Pi day (March 14th). In any cas...Discuss·2 likes·2.4K readsgolang
Sandeep MoreforSandeep’s blogsandyonmars.hashnode.net·Mar 14, 2023Troubleshoot Kubernetes using describe commandkubectl describe pod <pod-name> is a command in Kubernetes that is used to display detailed information about a specific pod in the cluster. When you run the command, it will display a large amount of information about the selected pod, including its...Discuss·28 readsKubernetes