Tools
The Command Line: Navigating and Scripting
As a new developer, I was intimidated by the black terminal window. But learning the command line is essential for running build tools, git, and deploying…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Results for "scripting"
5 articles found
Tools
As a new developer, I was intimidated by the black terminal window. But learning the command line is essential for running build tools, git, and deploying…
AWS
The AWS Command Line Interface turns complex console clicks into simple commands. When I first installed the CLI, I felt like a power user. You can launch…
Automation
One of Python's greatest strengths is automation. If you find yourself doing the same thing on your computer repeatedly, you can probably automate it with…
AWS
AWS WAF is a web application firewall that helps protect against common exploits. I added it to my CloudFront distribution to block SQL injection and cross…
Security
Security isn't something you add after building a site—it needs to be baked into your development process. Cross-Site Scripting (XSS) remains one of the…