Need a Friend? Write a Reddit Bot with Python to Follow You Around (Tutorial)
A tutorial on building a Reddit bot in Python using the PRAW library to listen for and respond to specific comment phrases.
A tutorial on building a Reddit bot in Python using the PRAW library to listen for and respond to specific comment phrases.
Explains how to run ASP.NET Core applications in Docker containers with a read-only file system for enhanced security, including a workaround for a known issue.
A developer's journey from a novel idea to launching an open-source project, and the unexpected feedback it receives.
A developer shares their learning process by exploring the RISC-V instruction set architecture, explaining ISAs and RISC principles.
Explains how Git commit dates are set locally, not by GitHub's servers, and how to intentionally create commits dated in the future.
Explores concurrency and isolation models in AWS Lambda and other serverless platforms, analyzing trade-offs for different workloads.
Explains tail recursion and techniques like accumulating parameters to prevent stack overflows in functional programming.
Explains high availability concepts and SLAs for Azure App Service and Azure Function Apps, including regional deployment and redundancy strategies.
A tutorial on setting up Travis CI for continuous integration testing of an Express.js application using Jest and Supertest.
Explains how to implement PHP-like class traits in JavaScript using Object.assign and prototypes for code organization.
Guide to profiling .NET applications using PerfView and visualizing the results with the speedscope.app web-based performance viewer.
A tutorial on text data classification using the BBC news dataset and PHP-ML for machine learning, covering data loading and preprocessing.
A tutorial on deploying a Python Flask application to Azure App Service on Linux using GitHub Actions for CI/CD automation.
Announcing a concise 30-minute course on functional programming in JavaScript, covering core concepts like pure functions and composition.
A developer shares their experience rebuilding a personal website in 2019 using only HTML and CSS, avoiding complex build tools and dependencies.
Key dates and registration details for VMware's VMworld 2019 conferences in the US and Europe, including CFP deadlines and early bird pricing.
A software engineer defines the qualities of a Distinguished Engineer, focusing on technical leadership, continuous learning, and empowering others.
A guide to AWS CloudFormation Macros, explaining how to create custom template transformations using Lambda functions for more flexible infrastructure-as-code.
A tutorial on building an ASP.NET Core Web API to create custom Slack slash commands for jokes, weather, and URL shortening.
A technical guide for upgrading PHP to version 7.3 on macOS using Homebrew, including troubleshooting and extension management.