Blog


Code Documentation Is Broken

Code Documentation Is Broken

Traditional document management systems have let software developers down, and it's time for something new. Does Swimm leverage Docs-as-Code to give devs the help they deserve? Or is it just the latest Notion or Confluence?

SwimmDocumentationDocs-as-code
Create a Bank Claim Form Using Angular and SurveyJS

Create a Bank Claim Form Using Angular and SurveyJS

A step-by-step tutorial for creating a multi-page bank claim form using Angular and SurveyJS, a free, open-source JavaScript library.

AngularSurveyjsJavascript
Gracefully Handling Parallel API Requests in JavaScript

Gracefully Handling Parallel API Requests in JavaScript

JavascriptApi requests
How to Download Files with JavaScript

How to Download Files with JavaScript

Support for downloading files is a very common feature of web application. Over the past few years, I have developed this feature many times. In this article, we will learn how to download files…

JavaScriptWeb DevelopmentFront End Development
Django ORM — Examples and Practice Problems

Django ORM — Examples and Practice Problems

Starter guide for a RAG Web App using Chroma & OpenAI

Django ormDjangoDatabase
How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server

How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server

Hey folks, today we are going discuss How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server. Personally I like to use MobaXterm (it’s free) to log into my…

PythonDigitaloceanNgnix
How to Generate OpenAI (GPT-3) Output in JSON Format for Ruby developers

How to Generate OpenAI (GPT-3) Output in JSON Format for Ruby developers

AiGpt-3Openai
ChatGPT System Design: A Technical Overview

ChatGPT System Design: A Technical Overview

ChatGPT is a state-of-the-art language generation model developed by OpenAI. It is based on transformer architecture and is trained on a massive dataset of conversational text. The model is…

ChatGPTTechnologyProgramming
I Asked ChatGPT Questions About Different Religions. Here’s What it Said.

I Asked ChatGPT Questions About Different Religions. Here’s What it Said.

ChatGPTIslamReligion
How to Create Guarded Routes using React Router v6

How to Create Guarded Routes using React Router v6

If you have worked on a React App with React Router Dom, you would have felt the need to restrict user access to some specific part of your app. It can be authentication-based, permission-based, etc…

ProgrammingReactFront End Development