Close

Python sanic

Sanic is a Python web framework designed to be fast, lightweight, and easy to use. It is built on top of the asyncio library, which allows it to handle concurrent requests without blocking. This makes Sanic ideal for building high-performance web applications.

 

Evergreen React UI Framework

Evergreen React UI Framework

Evergreen is a React UI framework that provides a set of high-quality components out of the box. These components are designed to be flexible, powerful, and consistent, making it easier for developers to build web applications. Evergreen components are built on top of a React UI primitive for endless composability, […]

Devamını Oku

Clues to how birds migrate using Earth’s magnetic field

Clues to how birds migrate using Earth's magnetic field

The mystery of how birds migrate long distances over land and sea is a step closer to being cracked. By studying robins, scientists have found clues to how birds sense the Earth’s magnetic field. Just as you might reach for a magnetic compass to find which way is north or […]

Devamını Oku

Using Caching to Speed up Your Python Code

Using Caching to Speed up Your Python Code

Caching is a technique that can be used to store frequently accessed data in memory. This can improve the performance of your Python code by reducing the number of times that data needs to be retrieved from a slower storage medium, such as a database or a file system. Caching […]

Devamını Oku

What Are The Django And Flask?

What Are The Django And Flask?

Django Django is a high-level web framework for building web applications in Python. It was designed to help developers take applications from concept to completion quickly. Django provides tools for building web applications, including a powerful and dynamic URL routing system, an Object-Relational Mapping (ORM) layer for interacting with databases, […]

Devamını Oku

Python Cerberus – A neat and readable way to validate attributes of a dictionary

Python Cerberus – A neat and readable way to validate attributes of a dictionary

Do Not Use If-Else For Validating Data Objects In Python Anymore In Python, it is common to use if-else statements to validate data objects. However, this can be error-prone and difficult to maintain. Cerberus is a Python library that provides a more elegant and efficient way to validate data objects. […]

Devamını Oku

Bye-bye Python. Hello Julia!

Bye-bye Python. Hello Julia!

Don’t get me wrong. A rock-solid community of computer scientists, data scientists, and AI specialists still backs python’s popularity. But if you’ve ever been at a dinner table with these people, you also know how much they rant about the weaknesses of Python. From being slow to requiring excessive testing […]

Devamını Oku

Matt Lindenberger REEF Technology on Transforming Parking Lots into Testing Centers

Matt Lindenberger REEF Technology on Transforming Parking Lots into Testing Centers

Our CTO Matt Lindenberger on Fox Business: “We have the technology. We have the infrastructure. We need partners.” At REEF, we’re helping during the COVID crisis by transforming parking lots into testing centers.

Devamını Oku

An Introduction To NoSQL Databases

An Introduction To NoSQL Databases

This is a beginners guide to NoSQL databases. We will talk about what they are, the advantages and disadvantages of NoSQL and relational databases and also the different types of NoSQL including document databases, column stores, key-value stores and graph databases NoSQL databases have grown significantly in popularity since their […]

Devamını Oku