Protecting Your Code Repositories: Understanding the Risks and Consequences of Leaked Secrets
Explores the risks and consequences of accidentally leaking secrets like API keys in code repositories, and how to prevent and respond to such leaks.
Explores the risks and consequences of accidentally leaking secrets like API keys in code repositories, and how to prevent and respond to such leaks.
A guide on creating a NuGet metapackage (a package that references other packages) using the .NET CLI, covering common pitfalls and solutions.
A tutorial on using C# Source Generators to automatically embed build information like timestamp and configuration into your code during compilation.
Explores the concept of class imbalance in machine learning, drawing parallels to medical training and questioning if it's a problem or an inherent feature.
A tutorial on building a Streamlit web UI for a semantic search application using Pinecone vector database and OpenAI embeddings.
Learn how to sort Git tags by semantic version using command-line options and global configuration settings.
Summary of Jason Cohen's talk on building profitable, bootstrapped software businesses with recurring revenue models.
A tutorial on creating an HTTP-triggered Azure Function using a custom handler written in the Go (Golang) programming language.
Explores the Reflexion technique where LLMs like GPT-4 can critique and self-correct their own outputs, a potential new tool in prompt engineering.
A developer argues that AI should focus on automating tedious tasks to free up human energy for creative and meaningful work.
Introducing Kotlin/Wasm, a new experimental compiler for Kotlin targeting WebAssembly with GC, enabling web and multi-platform development.
Introduces the 'diagrams' Python library for creating consistent, version-controlled cloud architecture diagrams as code.
Explains how SwiftUI's relative sizing modifier behaves within HStack and VStack layouts, detailing the layout algorithm and order dependencies.
Explains a chunk-based embedding method using LangChain and Pinecone to improve blog post search accuracy and efficiency.
Explains how MongoDB stores DateTime in UTC and how to handle serialization/deserialization with C#, including using DateTimeOffset and custom serializers.
A tutorial on converting flat data into hierarchical structures using SQL, Java, and the jOOQ library's new features.
A beginner's guide to Terraform, covering its core concepts, benefits, and basic commands for managing infrastructure as code.
Learn how to use the C# 'is not' operator with exception filtering to write cleaner and more maintainable error handling code.
A developer argues for proactively cleaning up unused code and dependencies to prevent future technical debt and hidden bugs.
A personal review and guide for the Security Blue Team Level 1 (BTL1) cybersecurity certification course and exam.