Everything About code
9.69K subscribers
1.23K photos
145 videos
65 files
180 links
Admin :
@Samandar_Anorboyev

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
Forwarded from Web design source code
πŸ”° CSS Conditional Rules

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.
πŸ‘3
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
wazzuuuuuup
πŸ”₯3
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
πŸ‘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
Channel name was changed to Β«Everything About codeΒ»
⌨️ Useful CSS grid cheat sheet

You’ve seen this many times. But practice makes perfect.



@everythingaboutcode
πŸ‘Œ6
WHERE IS ACTIVE GUYS



reaction please
14πŸ”₯11πŸ™2πŸ‘Œ2πŸ‘€1
This media is not supported in your browser
VIEW IN TELEGRAM
Which programming language do we use ?
Anonymous Poll
66%
Python
32%
Java
6%
Golang
15%
Flutter
21%
Php
4%
Swift
8%
Kotlin