
Hi, I’m Ashley šš»
Working in security, learning AI along the way
I share things Iām learning and thinking about in software development, AI, security, and tooling.
Latest Articles
Thoughts, tutorials, tooling, and gotchas.
-

Ā· 5 min read
React Native Gotchas: What Surprised Me Moving from Web to Mobile
Read more ā: React Native Gotchas: What Surprised Me Moving from Web to MobileSo, I decided I wanted to build a mobile app. Coming from a React background, I began searching for a tech stack and found that…
-

Ā· 5 min read
5 Ways to Detect WordPress Malware that Scanners Miss
Read more ā: 5 Ways to Detect WordPress Malware that Scanners MissWhen working in malware removal, you start to notice patterns and develop an instinct for spotting malicious code that can slip past automated detection methods.…
-

Ā· 5 min read
How to set up a Linux server for Free on AWS
Read more ā: How to set up a Linux server for Free on AWSAmazon Web Services has a 12-month free tier that lets you spin up a Linux server at no cost. In this guide, we’ll walk through…
-

Ā· 5 min read
Practical Uses of the find Command in Linux
Read more ā: Practical Uses of the find Command in LinuxHey! Today, I took a deep dive into the find command and thought I’d share my notes in case it’s helpful to anyone. Find Files…
-

Ā· 5 min read
How to Create an Obsidian Theme
Read more ā: How to Create an Obsidian ThemeThis weekend, I finally decided to learn how to create my very own Obsidian theme instead of just customizing existing themes using CSS snippets. This…
-

Ā· 5 min read
What’s the Difference between Named and Default Exports?
Read more ā: What’s the Difference between Named and Default Exports?I’m currently working on a simple To-Do app to learn Next.js, following a tutorial by Web Dev Simplified, and I encountered an error. One such…