
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

Debugging using the Browser console
One of the most important skills that you can have as a web developer is the ability to debug the web pages using the available tools, like the browser developer tools.

Let's try to stop the time!
Let's try to stop the time! with a command in cypress. If we want to test a timer on our website, we can use this command and proceed. How does it work?

Is API TESTING possible in Cypress?
Yes, when it comes to using Cypress, many users think about front-end testing. But we can use Cypress when writing e2e API tests. Cypress helps you test the entire lifecycle of HTTP requests within your application.

Blockchain Series -4

Cross Browser Testing using LambdaTest
In real-time live interactive cross-browser testing, you can test your website/ web application across various browser and OS combinations on desktop and mobile devices. To get started, you need to login to LambdaTest first, once you log in, you need to start your real-time cross-browser testing.

TestNG
TestNG is an open-source automated testing framework; where NG means Next Generation. The creator of TestNG is Cedric Beust. It gives the developer the ability to write more flexible and powerful tests.TestNG uses more Java and OO features.