Ashley KellySep 113 min readThe Southern Tech Lady: My Journey into Game Development with GodotWelcome to the start of what I hope will be an exciting and inspiring series chronicling my journey into the world of Godot.
Ashley KellyFeb 155 min readConfused about AI? Scared of Machine Learning? Understand the Key Differences with ExamplesIn this blog post, I talk about some of the key differences and similarities of AI and ML (with Python examples).
Ashley KellyFeb 33 min readPython GUI Bliss: Choosing Between tkinter or wxPythonGetting started with Python GUI frameworks often involves intense internet searches to evaluate the strengths and weaknesses of the...
Ashley KellyJan 263 min readVisual Literacy 101: Demystifying the Gap Between UX Design and Essential Presentation TacticsIn this post, I will explore some distinctions between UX design and common visual best practices.
Ashley KellyOct 26, 20232 min readPython Automation for Graphic Design: Batch Resize Images and Add WatermarkIn this blog post, I show how I use Python and the Pillow library to effortlessly resize images and add watermarks for my design projects.
Ashley KellyAug 2, 20236 min read5 Ways to Make Your Website More AccessibleIn today's digital landscape, accessibility is a crucial aspect of web design that should never be overlooked. Shockingly, approximately...
Ashley KellyMar 3, 20234 min readWhy I Always Write Readable Code: The BenefitsAs a self-proclaimed "over communicator", I tend to err on the side of adding too many comments, variable names, and spacing when writing...