Create Your Own Low-Cost Cloud Storage App with Sia and Nextcloud
Learn to build a low-cost, self-hosted cloud storage app using Sia and Nextcloud, offering a cheaper alternative to Dropbox or Google Drive.
Learn to build a low-cost, self-hosted cloud storage app using Sia and Nextcloud, offering a cheaper alternative to Dropbox or Google Drive.
A developer shares their experience integrating Facebook's comment plugin into a static site, covering setup, common pitfalls, and caching issues.
A technical guide on deploying Sonatype Nexus containers with persistent storage in Azure Container Instances, including test results for Nexus 2, Nexus 3, and Jenkins.
A guide to building a statically typed functional language, covering type checking, interpretation, and transpilation to JavaScript.
A guide to setting up persistent storage using Azure File Shares for containers in Azure Container Instances, including a PowerShell script and ARM template.
Learn how to trigger validation on submit and disable the button for invalid forms in Angular Reactive Forms.
A tutorial on how to programmatically read Azure Service Health activity logs using .NET Core and the Azure SDK.
A technical guide on using PowerShell to connect to and manage multiple Office 365 services like Exchange Online and SharePoint.
Introducing downshift, a React library using render props to build flexible and accessible autocomplete/combobox components.
A PowerShell script to automate creating an Azure Service Principal and generating a .azureauth file for use with the Microsoft.Azure.Management.Fluent library.
A developer shares his move to Berlin for a new Go role, his excitement for learning Go, and initial lessons from porting a Python project.
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
Explains how boxing works internally in the .NET CLR, covering type creation, IL code, and JIT compilation.
A developer shares personal struggles with learning JavaScript, Node.js, and Express, and how overcoming self-doubt was key to success.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
A guide to building a simple scheduled task system in ASP.NET Core 2.0, inspired by Spring's @Scheduled annotation.
Explains Spring Framework 4.2+ event handling features, including @EventListener, generic events, SpEL conditions, and transactional listeners.
Explores the importance of interpreting ML model predictions, especially in regulated fields, and reviews methods like linear regression and interpretable models.
Explains the correct methods to import RxJS operators in Angular & TypeScript projects, covering polyfill imports and tree shaking.