FastAPI might be a bit more popular than ESLint. We know about 288 links to it since March 2021 and only 267 links to ESLint. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The backend of this accountability AI application is built using FastAPI, a high-performance framework for Python. The app allows users to communicate with the AI, which helps them stay accountable by generating responses based on their input. Below is a breakdown of the key components used in the code:. - Source: dev.to / 11 days ago
Until I realized Anki has their own API Interface, which made me realize that I can automate this task, efficiently, while also getting hand on experience using FastAPI and LLMs (but am I going to change the stack later?.. Lets see). - Source: dev.to / 8 days ago
By the end of this tutorial, you’ll see how I used FastAPI and Jinja2 to turn raw JSON into a dynamic timeline of weather and history that feels informative and fun. - Source: dev.to / 23 days ago
The only thing left to do then was to build something that could showcase the power of code ingestion within a vector database, and it immediately clicked in my mind: "Why don't I ingest my entire codebase of solved Go exercises from Exercism?" That's how I created Code-RAGent, your friendly coding assistant based on your personal codebases and grounded in web search. It is built on top of GPT-4.1, powered by... - Source: dev.to / 24 days ago
FastAPI and Uvicorn are two essential building blocks when developing high-performance Python APIs. - Source: dev.to / 25 days ago
While ESLint is the go-to tool for code quality in JavaScript, it doesn’t provide any built-in rule for this. - Source: dev.to / 2 days ago
This linting is designed to work with eslint, which is very commonly used in the JavaScript world. - Source: dev.to / 10 days ago
Static code analysis tools scan code for potential issues before execution, catching bugs like null pointer dereferences or race conditions early. Daniel Vasilevski, Director and Owner of Bright Force Electrical, shares, “Utilizing static code analysis tools gives us a clear look at what’s going wrong before anything ever runs.” During a scheduling system rebuild, SonarQube flagged a concurrency flaw, preventing... - Source: dev.to / 26 days ago
ESLint – Widely used for JavaScript/TypeScript projects to catch style and logic errors. - Source: dev.to / about 2 months ago
If you’ve ever set up a JavaScript or TypeScript project, chances are you've spent way too much time configuring ESLint, Prettier, and their dozens of plugins. We’ve all been there — fiddling with .eslintrc, fighting with formatting conflicts, and installing what feels like half the npm registry just to get decent code quality tooling. - Source: dev.to / about 2 months ago
Django - The Web framework for perfectionists with deadlines
Prettier - An opinionated code formatter
Flask - a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.