Tag: App development
-
CSS length units
Posted on June 28, 2024, Level intermediate Resource Length medium
A comprehensive guide covering nine types of lengths that CSS uses to size elements in terms of dimensions, space, time, and even sound. By Geoff Graham.
Tags app-development css web-development frontend
-
Big data strategies
Posted on June 16, 2024, Level beginner Resource Length short
Do I have “big data”? Oddly, this is not actually a straightforward question for two reasons. By @practicaldatascience.org.
Tags analytics big-data app-development management cio how-to
-
Everything Apple Intelligence will do for you (so far)
Posted on June 14, 2024, Level beginner Resource Length medium
While the arrangement between OpenAI and Apple is attracting a lot of attention, Apple has put together a sizable number of its own large language model (LLM) tools that will run on a compatible device or in its secure cloud, Private Cloud Compute. By Jonny Evans.n.
Tags ai app-development big-data data-science robotics
-
Big data statistics 2023: How much data is in the world?
Posted on June 6, 2024, Level beginner Resource Length medium
You've probably noticed that the term "big data" is frequently used these days. That's because big data is a major player in the digital age. This term refers to complex and massive data sets that far exceed the potential of traditional data processing applications. By Ogi Djuraskovic.
Tags fintech app-development big-data data-science miscellaneous
-
Traefik 3.0: Deep dive into wasm support with Coraza WAF plugin
Posted on June 4, 2024, Level beginner Resource Length intermediate
Custom plugins for Traefik are one of the most requested features going back to the early days of the project, starting with this issue, from back in 2017. Today, we will deep dive into WebAssembly support. By Emile Vauge.
Tags web-development app-development javascript how-to devops
-
Uncovering financial crime: Going beyond rule-based approaches with a connected perspective
Posted on June 3, 2024, Level beginner Resource Length medium
Money laundering, the process of disguising the origins of illicit funds, poses a significant challenge in the financial sector worldwide as it serves as the lifeblood for organizations that engage in illicit activities such as terrorism, drug trafficking, and human trafficking. By Sean Robinson.
Tags fintech app-development management cio blockchain how-to
-
Unleashing the power of graph and vector databases in the age of generative AI
Posted on June 2, 2024, Level beginner Resource Length short
The rise of generative AI has transformed the landscape of data storage and analysis, but it's also showcasing the importance of key data management approaches, especially between graph and vector databases as powerful tools for this new era. Understanding the unique strengths and best practices of each technology is essential to help supercharge these proven machine learning techniques to maximize the potential gains from generative AI. By insidebigdata.com.
Tags database app-development ai big-data cio data-science
-
Using LlamaParse to create knowledge graphs from documents
Posted on June 1, 2024, Level intermediate Resource Length medium
Key components of LlamaCloud include LlamaParse, a proprietary parsing tool for complex documents with embedded objects like tables and figures, which integrates seamlessly with LlamaIndex ingestion and retrieval. By Fanghua Yu.
Tags database app-development how-to cio devops
-
Low-code in the insurance industry: What every insurer should know
Posted on May 31, 2024, Level beginner Resource Length medium
Developing and supporting complex software solutions in the insurance industry requires the detailed and comprehensive work of an entire team of experienced developers. Low-code platforms can serve as an auxiliary tool for traditional development methods. By Oleg Svet.
Tags fintech app-development management cio how-to
-
Microsoft infuses AI into DevOps workflows
Posted on May 30, 2024, Level beginner Resource Length medium
Microsoft added a bevy of tools to its portfolio that infuses generative artificial intelligence (AI) into DevOps workflows. By Mike Vizard.
Tags ai app-development management cio
-
How to kill a process in Linux: Commands and best practices
Posted on May 29, 2024, Level beginner Resource Length short
There are multiple situations where it is necessary to terminate a Linux process – for example, when the program does not respond or freezes. Learning how to kill a process properly is a vital skill that can help keep your various systems healthy and functioning optimally. By Jeff Smith.
Tags linux app-development infosec web-development servers
-
Docker tutorial: Using Docker with Python
Posted on May 28, 2024, Level beginner Resource Length long
This is an introductory Python Docker tutorial. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis containers. By Alex Ryabtsev.
Tags python app-development containers web-development docker