is now [learn more]

Lonti Blog

We publish content that will help improve your business. No fluffy blog posts here; just in-depth, information-packed articles with insights you can apply to your business straight away.

API Development

Connecting APIs to databases: the perfect pairing for powerful applications

Connecting APIs to databases can make your application powerful and flexible, but it is not always straightforward, especially when dealing with different types of databases. This blog post explores the process of connecting APIs to different types of databases such as SQL, NoSQL, In-Memory and Graph databases, highlighting their pros and cons.
Read More

Use Cases

Resource representation: understanding JSON and XML

Discover JSON and XML resource representation in web development. Learn their advantages, differences, and impact on data interchange, API design, user experience, security, and collaboration.
Read More

RESTful APIs

Optimizing REST API Performance with query parameters for data filtering

Learn how to implement filtering by query parameters in your REST API to improve user experience, performance, and scalability. This blog covers the basics of query parameters, different types of filters, best practices for designing and optimizing filters, and tips for handling errors. Whether you're building a new REST API or improving an existing one, filtering with query parameters can help your clients get the most out of your API.
Read More

RESTful APIs

The key ingredients of RESTful APIs: resources, representations, and statelessness

Discover the key concepts of RESTful API development - resources, representations, statelessness - and build scalable, reliable APIs for modern apps.
Read More

RESTful APIs

HTTP status codes 101: A guide implementing status codes in REST APIs

Learn how to implement and test HTTP status codes in REST APIs, including best practices for designing and choosing the right status codes.
Read More

RESTful APIs

Implementing RESTful endpoints: a step-by-step guide

This article emphasizes the importance of designing and implementing RESTful endpoints and encourages readers to implement them in their projects for API success.
Read More

API Development

Building a strong foundation: how to implement crud operations with APIs and databases

Learn how to implement CRUD operations using APIs and databases in web development, with a focus on RESTful and GraphQL APIs, SQL and NoSQL databases.
Read More

API Development

Pagination 101: why it matters and how to do it right in your API

Discover the importance of pagination in API development & effective implementation. Improve app performance & user experience with pagination techniques.
Read More

RESTful APIs

Understanding HTTP methods in REST API development

Learn about the different HTTP methods (GET, POST, PUT, DELETE, etc.) and their usage in REST APIs. Understand their definitions, usage, limitations, and considerations for effective API design. Get a comprehensive guide for building robust and efficient APIs.
Read More