Forwarded from Web design source code
π° CSS Conditional Rules
Write smarter CSS. Use @if rules to switch themes and variants cleanly.
Write smarter CSS. Use @if rules to switch themes and variants cleanly.
Forwarded from Web design source code
π° How to Detect orientation in CSS
How to change your styling based on whether you are dealing with a vertical or horizontal viewport in CSS π₯
This might come in handy for larger layout elements, such as a nav bars, or whether split sections should be split vertically or horizontally.
β οΈ Note that this doesn't give you the physical orientation of the device, just the viewport.
How to change your styling based on whether you are dealing with a vertical or horizontal viewport in CSS π₯
This might come in handy for larger layout elements, such as a nav bars, or whether split sections should be split vertically or horizontally.
β οΈ Note that this doesn't give you the physical orientation of the device, just the viewport.
π3
Forwarded from Web design source code
This media is not supported in your browser
VIEW IN TELEGRAM
β
Skills Animation π€Ή
πdownload Source code π
https://1024terabox.com/s/1yz7-cp3juz8cfrEejwIt8w
πdownload Source code π
https://1024terabox.com/s/1yz7-cp3juz8cfrEejwIt8w
Forwarded from Web design source code
π‘ Why do you need Backlinks?
Focus on building quality links through strategic outreach and exceptional content to boost your site's credibility, traffic, and search rankings.
1π2
Many projects need small and fast storage, but setting up a separate database server for this purpose often creates unnecessary overhead. Projects such as LMDB were designed to solve this problem. It is an extremely fast key-value database that does not require a server and operates directly on local files.
LMDB was originally developed as part of the OpenLDAP project. Its main purpose was to provide OpenLDAP with a fast, reliable storage backend that supported transactions. Later, LMDB evolved into a widely used standalone embedded database
LMDB was originally developed as part of the OpenLDAP project. Its main purpose was to provide OpenLDAP with a fast, reliable storage backend that supported transactions. Later, LMDB evolved into a widely used standalone embedded database
π1
Everything About code
Many projects need small and fast storage, but setting up a separate database server for this purpose often creates unnecessary overhead. Projects such as LMDB were designed to solve this problem. It is an extremely fast key-value database that does not requireβ¦
Our team has developed lmdb-php, which we would like to introduce to you. It is a PHP 8+ extension that allows developers to use LMDB directly within PHP applications. In other words, it enables PHP projects to benefit from a fast, file-based key-value storage system without relying on a separate database server.
Repository link π https://github.com/yetimdasturchi/php-lmdb
P.S. For those who might say, "But SQLite already exists":
SQLite is a relational database that provides features such as tables, columns, SQL queries, indexes, joins, and constraints. In other words, it is designed for structured data management.
LMDB, on the other hand, is a key-value database. It has no SQL engine and no table-based data model. As a result, it is much simpler and, in many cases, significantly faster. It is especially useful for caches, configuration storage, indexes,
Resource from
https://t.me/yetimdasturchi
Repository link π https://github.com/yetimdasturchi/php-lmdb
P.S. For those who might say, "But SQLite already exists":
SQLite is a relational database that provides features such as tables, columns, SQL queries, indexes, joins, and constraints. In other words, it is designed for structured data management.
LMDB, on the other hand, is a key-value database. It has no SQL engine and no table-based data model. As a result, it is much simpler and, in many cases, significantly faster. It is especially useful for caches, configuration storage, indexes,
Resource from
https://t.me/yetimdasturchi
GitHub
GitHub - yetimdasturchi/php-lmdb: LMDB bindings for PHP 8 with a simple high-level API
LMDB bindings for PHP 8 with a simple high-level API - yetimdasturchi/php-lmdb
β¨οΈ Useful CSS grid cheat sheet
@everythingaboutcode
Youβve seen this many times. But practice makes perfect.
@everythingaboutcode
π6
Which programming language do we use ?
Anonymous Poll
66%
Python
32%
Java
6%
Golang
15%
Flutter
21%
Php
4%
Swift
8%
Kotlin