Using Custom Controllers in Strapi to Power a Next.js App
A tutorial on customizing Strapi v4 controllers to add custom business logic for a messaging app backend, integrated with a Next.js frontend.
A tutorial on customizing Strapi v4 controllers to add custom business logic for a messaging app backend, integrated with a Next.js frontend.
Explains tail-recursion using the Fibonacci series in C#, comparing performance and stack usage with regular recursion.
A beginner-friendly 2022 introduction to SQL, covering its basics, use cases, and hands-on practice with SQLite3.
Explains how to handle the new mandatory and unique Priority parameter for Azure Application Gateway routing rules in PowerShell automation scripts.
Explores the performance benefits of sealed classes in C#, focusing on virtual dispatch and type checking, with benchmark results.
Explores using eG Enterprise for comprehensive monitoring and performance insights in Azure Virtual Desktop environments.
A developer shares their role on Netlify's ecosystem team, focusing on ensuring seamless deployment for modern frontend frameworks and working with open-source tools like Deno.
A monthly update on TinyPilot, a tech hardware business, covering revenue, profit challenges, and development goals.
Explores the three different meanings of 'consistency' in databases: from the CAP Theorem, ACID properties, and database consistency models.
A guide on configuring multiple SSH keys and Git identities to separate work and personal GitLab/GitHub accounts.
Article critiques modern package managers (npm, Cargo, PyPI) for supply-chain attacks and advocates for distribution-based package management.
Benchmark comparison of SQLite in Go using the cgo-based mattn/go-sqlite3 package versus the pure-Go modernc.org/sqlite translation.
A guide on using PowerCLI to throttle vSAN resync traffic in vSphere 7.0, including warnings and procedures.
A clear, step-by-step guide explaining what CSRF attacks are, how they work, and the prerequisites needed for them to succeed.
A technical guide on how to resize images in Swift using UIGraphicsImageRenderer and AVFoundation while preserving aspect ratio.
Explores whether setting JDBC Statement.setFetchSize(1) for single-row queries improves performance, with benchmark results across databases.
An updated guide on using the Azure Resource Explorer tool within the Azure Portal to view and analyze Azure resources as JSON.
Troubleshooting guide for a certificate issuer error encountered during the PowerCLI 12.6 upgrade, with a PowerShell solution.
Explains the challenges of iterating over object keys in TypeScript and provides solutions for type-safe property access.
Announcing PyOxy, a single-file, portable Python runner and distribution built with PyOxidizer technology for faster interpreter startup.