
NFT Nedir?
Eşsiz olmayan tokenize varlıklar (NFT'ler), blok zinciri ile yönetilen mülkiyete sahip benzersiz dijital öğelerdir. NFT'nin tarihi sandığımızdan daha eski. Tıpkı kripto paralar ortaya çıkmadan önce dijital para birimlerimize sahip olduğumuz gibi, internetin başlangıcından beri eşsiz olmayan dijital varlıklara da sahip olduk. Biletler, oyun kartları, hatta Twitter veya Facebook gibi sosyal ağlardaki kullanıcı adları, hepsi eşsiz olmayan dijital varlıklardır ve kripto paralar gelmeden önceydiler.
All Blogs
Explore Stories, Insights, and Ideas from Our Community

Backend Frameworks With Most Stars On GitHub

API Gateway
API Gateway is a single entry point in client-server architecture. It sits before backend services. It is the abstraction layer of the api endpoints. In microservices, API Gateway remains the same even if services are refactored because of the "backend for frontend" It provides less vulnerability and isolates microservices from all over the world.

Difference between client side rendering vs server side rendering
We are all familiar with the rendering types; Client-side vs server-side. Especially modern front-end developers are familiar with these more than anyone. However, I've noticed that it’s a very confusing topic for beginners.

REDIS
What is Redis(Remote Dictionary Service)? It is a NoSQL database written in C and designed as key:value. It enables very fast reading and writing because it keeps the data in memory.

How to set Environment Variable in NodeJS?
One of the best ways to use sensitive information in open source repositories without hard-coding the information within publicly available repositories is setting environment variables. Environment Variables are variables that are set by the Operating System.

What is Unreal Engine and What is it for ?
What is Unreal Engine? Unreal Engine is a popular and widely used game engine developed by Epic Games. It is used in many modern AAA games such as Fortnite, Epic Games' own multiplayer game, or other hit games such as Psyonix's Rocket League and games developed by other major studios in the market.