Explore the guide to OpenAI’s GPT generations (GPT-3 to GPT-4) and learn how to choose the best text model for your AI applications.
Category Software Engineering
React Native Performance Measuring and Monitoring Tools
This article discusses tools and techniques for measuring, monitoring, and troubleshooting performance issues in React Native apps.
Function Calling: Integrate Your GPT Chatbot With Anything
Exploring OpenAI’s GPT new function calling feature, allowing chatbots to interact with external tools and APIs. Unlock the potential of AI-powered applications with this feature.
Microservices Communication in NestJS With gRPC
This article explores gRPC benefits in NestJS for microservices, comparing them with REST and SOAP protocols.
Understanding State Management in Flutter (Part 3)
The article explores BLoC and Redux choices based on project factors, ecosystems, and their role in building Flutter apps.
Understanding State Management in Flutter (Part 2)
This article explores Flutter’s InheritedWidget and Provider package, key for efficient, reusable code and state management.
Understanding State Management in Flutter (part 1)
Learn about the various state management techniques available in Flutter and discover how to select the most appropriate approach for your project.
An Introduction to gRPC: Building Distributed Systems With Efficiency and Scalability in Mind
Explore gRPC: a scalable, high-performance framework for efficient distributed systems, ideal for microservices and real-time apps.
How to Build a Routing Layer in React and Why You Need It
Learn what a routing layer is, understand some of the several benefits it can bring to your architecture, and how to build it in React.
Careful With Your Imports: 6 Things to Know About Project Dependencies
Explore the critical balance of using project dependencies: understand potential dangers, learn essential checks, and optimize your code security with these six crucial tips.
Word Embeddings: Giving Your ChatBot Context For Better Answers
Learn how to build a smarter bot using embeddings, GPT-3, and Python. Leverage the power of word vectors to enhance your chatbot’s responses.
Building and Testing PHP Microservices With Semaphore
Learn to build and test PHP microservices. Adding another microservice involves developing and integrating with an API gateway, but to a different route.
Creating SVG Animations Using Tailwind CSS
Learn how to create SVG animations using Tailwind CSS. Additionally, discover the use cases of animated SVGs.
Breaking Free From the Cloud With Kamal: Just Enough Orchestration for Your Apps
MRSK is a lightweight Kubernetes to run containerized workloads on any hardware with all the benefits the cloud have accustomed us to.
Understanding Redis High-Availability Architectures
This article examines Redis high-availability architectures, discussing pros and cons and offering guidance on the best fit for each use case.