Bash File I/O and Data Processing: Reading, Writing, and Manipulating Files
Master file input/output in Bash: read and write files, use redirects and pipes, parse structured data, and build scripts that process real-world files.
Insights on DevOps, backend architectures, cloud automation and modern web.
Master file input/output in Bash: read and write files, use redirects and pipes, parse structured data, and build scripts that process real-world files.
Master Linux networking: configure network interfaces with ip and nmcli, check open ports with ss, set up firewalls with ufw, and troubleshoot connectivity. Essential DevOps skills for managing servers.
Learn to manage PDFs, office documents, and downloadable files in Wagtail using Collections for organization, DocumentChooserBlock for page integration, privacy settings for access control, and the REST API for programmatic management.
Learn to write comprehensive automated tests for Wagtail page models, REST APIs, StreamField validation, and image renditions, then set up a GitHub Actions CI/CD pipeline that runs tests on every push and deploys to staging automatically.
Learn to customize the Wagtail admin interface — inject custom CSS and JavaScript, brand the login page, register custom admin views with ModelAdmin, add dashboard panels, and tailor the editor experience for your content team.
Extend Wagtail's API framework with custom serializers, viewsets, filtering, pagination strategies, and token authentication. Learn to build endpoints that serve exactly the data your frontend needs.