Mongoose, Connecting to Mongo via Javascript
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
A technical guide explaining JavaScript Promises and comparing three methods for making API calls: Fetch, Axios, and $.ajax.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A proposal to add generic syntax to PHP for static analysis tools, bypassing runtime performance issues by transpiling.
Introducing Cosmos DB Studio, an open-source desktop tool for querying and managing Azure Cosmos DB databases with a better user experience.
Explores the Bayesian equivalent of a two-sample t-test, questioning traditional assumptions and proposing a model using discrete distributions.
Compares Python for loops and list comprehensions, analyzing performance benchmarks and best use cases for filtering lists.
Explores new experimental performance features in Puma 5, including a 'sleep sort' latency reduction technique for Ruby web servers.
Using Azure Application Insights and KQL queries to discover performance issues in Azure Functions and App Services.
A guide for developers on building a personal brand through projects, blogging, social media, and public contributions to advance their tech career.
A beginner's tutorial on defining strings, using escape sequences, and string interpolation in the Swift programming language.
Explains how to use protocol-oriented design to effectively work with associated types and Self requirements in Swift, avoiding common pitfalls.
An exploration of the challenges and progress in compiling Swift to WebAssembly, covering technical hurdles and community efforts up to 2020.
A developer's chart on career priorities goes viral, sparking discussion on the evolution from making code work to valuing readability and avoiding over-abstraction.
A technical guide on setting up Domain-Wide Delegation of Authority between GSuite and GCP for security tools to access GSuite APIs.
A guide to using the JavaScript Fetch API with async/await syntax, covering data fetching, error handling, and request cancellation.
A developer's monthly update on progress with SourceHut's GraphQL APIs, OAuth 2.0, and other free software projects.
A developer's journey from a hacky PHP prototype to launching a SaaS product that automates analytics and SEO tasks for small businesses.
A freelance accessibility consultant discusses the unique advantages and challenges of being an outsider when advocating for web accessibility within organizations.
A developer's journey learning the Ink programming language, including creating a tutorial resource called 'Ink by Example' to master the language.