This tutorial focuses on using LangChain, a Python and JavaScript library, to build applications with Large Language Models.
Category Software Engineering
Securing Container Images Using Notary And The Update Framework
In this article, we will show you how Notary and TUF work together to secure your container images.
State of DevOps 2023 Highlights
The latest State of Devops reports highlights the impact of AI on productivity, the factors affecting burnout and how SREs affect reliability.
Using Redis Modules For Advanced Use-Cases
This tutorial covers creating custom data types in Redis and introduces widely used modules like RediSearch, RedisTimeSeries, and RedisJSON.
Developing an AI Chatbot With Vercel AI SDK
Learn how to utilize Vercel’s new open-source AI SDK with Next.js for efficient ChatGPT-based AI app development.
DevSecOps in Modern Software Development
The article delves into DevSecOps, emphasizing security in the DevOps lifecycle, its practices, real-world case studies, and tools.
A React useCallback Hook Primer
In this article, we explore the key concepts related to useCallback, including its purpose, usage, benefits, and best practices.
Web Animation for Your React App: Framer Motion vs GSAP
The article compares Framer Motion and GSAP animation libraries for React, discussing benefits, drawbacks, differences, and setup.
How to Add Dark Mode in ReactJS Using Material UI
Learn how to add dark mode in React using Material UI, offering users an eye-friendly, aesthetic interface.
Building Custom Middleware in FastAPI
In this article,Β we cover the fundamentals of middleware, implementationΒ techniques, best practices, and real-world examples.
Site Reliability Engineering: A Comprehensive Guide
Learn how Site Reliability Engineering improves software reliability, emphasizing incident management, automation, and DevOps methods.
Quickly Reproducing Production Bug With Event Sourcing
Learn Event Sourcing, build applications using it, and reproduce bugs by replaying events in EventStoreDB.
10 IT Jobs to Consider: AI-Proofing Your Career
In this tutorial, we’ll discuss 10 IT jobs essential for a future-proof tech career, detailing roles and skills.
Kubernetes Health Checks: A Guide to Probes
This article discusses how Kubernetes probes ensure application health, complementing tools like Grafana for a comprehensive monitoring strategy.
Introduction to the New React useEffectEvent Hook
This article examines utilizing the useEffectEvent hook in React for writing understandable, reusable code and managing complex web applications.