current location:Home > Technical Articles > Database
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Build a Node.js-powered Chatroom Web App: Getting Started
- Key Takeaways Node.js is a runtime environment and library for running JavaScript applications outside the browser, mostly used for real-time server applications due to its performance using non-blocking I/O and asynchronous events. It’s a popular
- JS Tutorial . nosql 1003 2025-02-20 11:00:12
-
- Full Stack JavaScript Development With MEAN
- JavaScript technology has made great progress since its release in 1995. We have witnessed the rise of multiple major versions of the ECMAScript specification and the single-page web applications, all powered by the client JavaScript framework. Initially, all JavaScript development and innovation were done in the browser, because that was the only environment that supported the language. Over time, web developers have begun to realize that many of the most useful features of JavaScript (non-blocking, event-driven, languages familiar to many) can be used in environments outside of the browser. This launches the second round of innovation in the JavaScript community
- JS Tutorial . nosql 525 2025-02-20 09:55:08
-
- Build a Node.js-powered Chatroom Web App: Node, MongoDB and Socket
- Key Takeaways The tutorial provides a step-by-step guide to building a real-time chatroom web app using Node.js, MongoDB, and Socket.IO. The chatroom will be fully deployed in the cloud. The tutorial explains how to use Socket.IO to create real-
- JS Tutorial . nosql 435 2025-02-20 09:30:13
-
- What to Expect from Yii 2.0
- Yii 2.0 was released into beta last April and the goal for a first stable release was set for the middle of 2014. The GitHub issue list has 300 open issues and 2913 closed while I’m writing this and both numbers are still increasing. The progress to
- PHP Tutorial . nosql 618 2025-02-19 13:02:10
-
- SQL vs NoSQL: How to Choose
- Key Takeaways SQL databases are ideal for projects with well-defined, related data requirements and where data integrity is critical. They are often used for online stores and banking systems. NoSQL databases are better suited for projects with un
- It Industry . nosql 197 2025-02-19 10:03:10
-
- 9 JavaScript Libraries for Working with Local Storage
- The HTML5 local storage API (part of Web storage) has excellent browser support and is being applied in more and more applications. It has a simple API, but it also has some disadvantages similar to cookies. I've come across quite a few tools and libraries that use the localStorage API over the past year or so, so I've sorted them out into this post with some code examples and feature discussions. Important points The HTML5 local storage API is widely supported and is becoming more and more common in applications, but it also has some limitations similar to cookies. Various JavaScript libraries have been developed to improve and extend their capabilities. Lockr, store.j
- JS Tutorial . nosql 593 2025-02-19 08:47:10
-
- Using JOINs in MongoDB NoSQL Databases
- Core points MongoDB, a NoSQL database, introduced a new $lookup operator in version 3.2, which can perform LEFT-OUTER-JOIN-like operations on two or more sets, thereby achieving data management similar to relational databases. However, this operator is limited to use in aggregate operations, which are more complex and usually slower than simple lookup queries. MongoDB's $lookup operator requires four parameters: localField (the search field in the input document), from (the collection to be connected), foreignField (the field to be found in the from collection), and as (the name of the output field). This operator can be used for clustering
- It Industry . nosql 434 2025-02-18 12:59:14
-
- Data Serialization Comparison: JSON, YAML, BSON, MessagePack
- The actual standard for network data exchange is JSON (JavaScript object notation), but it also has disadvantages, and in some cases other formats may be more applicable. This article will compare the advantages and disadvantages of various alternatives, including ease of use and performance. Note: This article will not go into implementation details in detail, but if you are a Ruby programmer, please check out this article written by Dhaivat, which describes ways to implement some serialization formats in Ruby. Key Points JSON (JavaScript object notation) is the most widely used format for data serialization, providing human-readable code, simple specifications, and extensive support. However, it also has some limitations, especially
- It Industry . nosql 888 2025-02-18 12:57:09
-
- Enterprise Search with Apache Solr and WordPress
- Key Takeaways Apache Solr is an Open Source, enterprise search server that stores information for fast searching, and can be integrated with WordPress to enhance its performance, particularly for sites with a large number of posts. Solr uses a d
- WordPress . nosql 752 2025-02-18 12:12:15
-
- Understanding Docker, Containers and Safer Software Delivery
- Docker: Revolutionizing Software Delivery Databases, dependencies, cron jobs – modern applications are complex. Deploying them used to be a time-consuming nightmare, but Docker changes that. Now, you can deploy software to virtually any environment
- It Industry . nosql 755 2025-02-18 12:08:09
-
- Graph Data with Firebase
- Firebase: A Platform for Building Real-time Web and Mobile Applications with Graph Data Capabilities Firebase is a comprehensive platform for developing mobile and web applications, providing essential services like user authentication, a real-time d
- JS Tutorial . nosql 543 2025-02-18 11:34:11
-
- An Introduction to SQLite with Python
- This article will explore the SQLite database and its use with Python in depth. We will learn how to manipulate SQLite databases through Python's sqlite3 library and finally explore some of the advanced features provided by sqlite3 to simplify our work. Note: Before you start, it is best to be familiar with SQL. If you are not familiar with it, you can refer to Simply SQL learning. Core points SQLite is a lightweight, file-based associated database management system, which is commonly used in Python applications because of its simplicity and ease of configuration. It supports concurrent access, allowing multiple processes or threads to access the same database. However, it lacks multi-user functionality and is not like MySQL or
- Python Tutorial . nosql 464 2025-02-18 11:21:09
-
- Efficient User Timelines in a PHP Application with Neo4j
- Key Takeaways Implementing user timelines for social applications can be challenging with common SQL or NoSQL databases due to the complexity of queries and performance impacts. Graph databases, like Neo4j, can eliminate these issues. A common m
- PHP Tutorial . nosql 496 2025-02-18 09:50:13
-
- The Ecto Library
- Elixir is a modern, dynamic, functional programming language used to build highly distributed and fault-tolerant applications. Ecto is its main library for working with databases, providing us with tools to interact with databases under a common API,
- It Industry . nosql 147 2025-02-18 09:38:10
-
- Write Reusable JavaScript Business Logic with peasy-js
- Peasy-js: Build reusable, scalable, and easy to test business logic Peasy-js is an intermediate-layer framework that builds business logic in a composable, reusable, extensible and easy to test, allowing easy replacement of UI, backend, and data access frameworks in applications. It promotes separation of business logic, makes it easy to test, replace, rearrange, reuse, and can be used in any application architecture, compatible with a variety of JavaScript clients, servers, data access technologies and frameworks. The core concepts of Peasy-js include: BusinessService, Command, Rule and DataProxy. These concepts are in business logic arrangement and data verification
- JS Tutorial . nosql 209 2025-02-17 11:40:09