How to avoid unfair hiring practices in technical recruitment
Introduction The foundation for fair hiring practices in the United States was laid by landmark legislation such as the Civil Rights Act of 1964 and the Equal Employment Opportunity Act, which prohibits employment discrimination based on race, color, religion, sex, and national origin. Despite these long-standing regulations, organizations today must
Read moreQuick Tip: How to Install Node.js on Debian
In this guide, we’ll take you through the process of how to install Node on Debian, ensuring you have the right tools at hand. Continue reading Quick Tip: How to Install Node.js on Debian on SitePoint.
Read moreReal-Time Message Ingestion to Big Data Platform
A practice to ingest the data in real-time from Kafka cluster to the Hadoop/HDFS platformPhoto by Joshua Sortino on UnsplashIt is quite a common requirement to ingest the data from the microservice cluster to the big data platform for further analytics. Depending on the data platform architecture, it can ingest data
Read moreIntroducing Litestar — A New Python Web Framework (Part 2)
How to use Litestar CRUD operations, testing with Pytest, SQLite database connection, and front-end Brython code.Continue reading on Better Programming »
Read moreHow Safe Are Your Software Dependencies?
An exploration into how keyless signing is revolutionizing software supply chain securityContinue reading on Better Programming »
Read moreImmutability & Data Corruption Explained
Immutability in Programming with Case StudyContinue reading on Better Programming »
Read moreComposable architecture
On this episode Ryan and Stack Overflow Director of Brand Design David Longworth chat with Matt Biilmann, CEO and co-founder of Netlify, about composable architecture, how making it easier to code will create more developers, and the future of the front end is portability.
Read moreCreate a Spotify-Style Lyric View in SwiftUI
How to make an interactive lyric scrolling view in SwiftUI using ScrollProxyPhoto by Matthew McBrayer on UnsplashIt was a revelation to many, myself included, when it became clear that Taylor Swift wasn’t singing ‘all the lonely Starbucks lovers’ in her song Blank Space. Being able to see the lyrics of the
Read moreConvolutional Neural Networks from the Ground-Up, for the ML-Adjacent
Building an image classification model from scratch to recognize my own terrible handwritingPhoto by Michael Dziedzic on UnsplashIn an earlier post, I walked through the Word2Vec algorithm and a reasonably bare-bones neural network. In this post, I’m going to walk through the implementation of another kind of neural network — CNNs, which are
Read moreA Comprehensive Guide to Django Caching
Learn what caching is, its benefits, how to set up caching in Django, the backend systems Django supports, and caching best practices. Continue reading A Comprehensive Guide to Django Caching on SitePoint.
Read more