
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

JASMINE JS
Jasmine is the most popular JS library for unit testing web apps. Jasmine is a very popular JavaScript behavior-driven development (In BDD, you write tests before writing actual code) framework for unit testing JavaScript applications. It provides utilities that can be used to run automated tests for both synchronous and asynchronous code.

Project Management- series 1
What is Project Management: Project management is an art of leading a team to achieve project’s target within budget and time. It involves conceptualization of idea, initiation, planning and managing the available sources to complete a particular project. Project management processes falls into five groups:

Async vs Sync code
What is synchronous code? The browser renders the page when complete the execution of javascript code. If we have some code snippets that take time to finish for example using API.

Creating Upgradeable ERC20 Tokens
The ERC-20 Ethereum token standard is a blueprint for creating fungible tokens that are compatible with the broader Ethereum network. The most important feature of ERC20 is that tokens are fungible.

5 things that every front-end developer careful of
Responsive Design As of 2020, here is the global breakdown of internet traffic: 50.88% Mobile 46.39% Desktop 2.74% Tablet

Templating with EJS
EJS is a powerful tool used for templating. Befittingly, the ‘E’ in EJS stands for ‘Effective’. Coupled with Express, serving views on static websites couldn’t be easier.