Laylalaylacodes.hashnode.net·Aug 2, 2021Top 10 String Methods in Python😎First Hashnode blog post! 🤩 I had to make my first Hashnode post ever about my favorite language ever: Python! I'll be listing out the top 10 most useful Python String methods, while explaining how and when they can be used, with what parameters and...103 likes·1.0K readsPython
Erick WendelforErick Wendel Trainingerickwendel-1670858919548.hashnode.net·Apr 12, 2023FeaturedHow to create E2E tests in Node.js with no frameworks - step by step!Intro Heello my friend, how've you been? I'm Erick Wendel, and I'm here to bring you some great news! The native testing engine of Node.js has finally reached the stage of stable functionality, and in this version, it already comes with a fancy repor...80 likes·2.1K readsNode.js
Ryan MarvinfordeveloperISH | ISHwhispering-direction-wail-27.hashnode.net·Mar 8, 2021Preparing an Online Dev WorkshopFor the past year, I’ve been the facilitator for the Workshop Wednesdays initiative at the Developerish Community. We’ve had close to a dozen software-development-related workshops online and I have learnt a lot, having both presented and facilitat...75 likes·277 reads#howtos
Alessandro GaggiaforLeapp blogacava-1675067608465.hashnode.net·Apr 21, 2023How to fix response did not contain a valid saml assertionIf you read this article, you are managing user identities outside of AWS and using Identity Provider (IdP) Federation to give these external identities permission to use AWS resources in your account. In this authentication process, one of the most ...32 readsHow to fixSAML
Erick WendelforErick Wendel Trainingerickwendel-1670858919548.hashnode.net·Apr 12, 2023FeaturedHow to create E2E tests in Node.js with no frameworks - step by step!Intro Heello my friend, how've you been? I'm Erick Wendel, and I'm here to bring you some great news! The native testing engine of Node.js has finally reached the stage of stable functionality, and in this version, it already comes with a fancy repor...80 likes·2.1K readsNode.js
Sadra Yahyapourimsadra.hashnode.net·Apr 6, 2023Learning: Tutorials vs. DocumentationsI've seen so many people being biased toward this subject. Believe me, that's not how it works. You're willing to learn something. Of course, how you desire learning matters, but let's keep it in the hush-hush. Documents or tutorials?! Which one is b...22 likes·82 readsTutorial
John Cummingsjohnic.hashnode.net·Apr 4, 2023Rubber Duck Debugging: A Brilliant Approach to Debugging Your CodeDespite its quirky name, "Rubber Duck" debugging is extremely useful for developers of all skill levels. I have started using it recently in my work and have found it has helped me debug challenging problems much faster than previously. What is Rubbe...10 likes·26 readsdebugging
Mariam Aminumariamamin.hashnode.net·Apr 1, 2023Google Chrome User Guide For MobileIntroduction Web browsers are software applications used to access and navigate the World Wide Web. There are so many popular web browsers such as Google Chrome all of which come with their unique features, interface, and functionality, but they all...11 likesbeginnersguide
Aaron Hallaaronhall.hashnode.net·Mar 31, 2023HOWTO: Make a Python Class LibraryI have found myself in a situation at work where I need to replicate the functionality of an Angular library project in Python. I finally found the time to work on a proof of concept for that and let me tell you, it was a royal pain in the butt to ge...69 readsPython
Michaelisnotnull.hashnode.net·Mar 26, 2023Using Multiple GitHub Accounts on the Same MachineThis is a small overview of how you can use Git with multiple accounts, focused on Windows but should work for other operating systems as well. Pre-requisites: Git is installed, alongside Git Bash if on Windows You are wanting to use multiple GitHu...#howtos
Carlton Aikins31carlton7.hashnode.net·Mar 23, 2023How to publicize your programming projectsThe feeling of finally getting your project to the point where you want to share it with the world is surreal. You’ve spent weeks on it, and it needs to get the recognition it deserves. This guide will explain key tips and tricks to get your project ...29 readsProgramming Blogs
Juan Boadajboada.hashnode.net·Mar 20, 2023Nuxt 3, UnoCSS, and Preset rem to pxHello everybody! 👋 This post is about generating px units by default in UnoCSS when used in Nuxt 3. Preamble Working on a project that uses Nuxt 3 and Vuetify; UnoCSS was the choice to handle the CSS tweaks/adjustments because it offers many advant...nuxt3
La Rebelion Labsla-rebelion.hashnode.net·Mar 18, 2023Kubernetes Security: The Ultimate Guide to Penetration Testing and Best Practices for Securing Your ClusterWhen it comes to securing your Kubernetes cluster, there are several best practices that you should implement to protect your applications and data from potential threats. In this blog post, we will discuss three key areas to focus on when securing y...32 readsSecurity