
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

Baby steps to frontend
1 - What is front end? First of all, we need to know what the front end really means. When we say front end, people tend to think it is only about the web. The truth is, front end is everywhere. When you say frontend you actually mean the interface of the app which users interact with. It could be a mobile app, it could be a web app, it could be a native app for your OS.

Why is fast typing important for coding?
## Why is fast typing important for coding? We are the teachers of computers and we are using our keyboards to tell them what they need to do. If we want to work faster we have to type faster. If you are writing 50 wpm (word per minute) and when you improve yourself and write 100wpm, you will write your idea 2 times faster. You will make fewer typos and focus more on the algorithm that you are writing. To be a programmer, you should be able to type without having to think too hard, but that doesn't mean that a fast typer is a good coder. It's just an advantage.

RPA
RPA (Robotic Process Automation) is a technology built for automating business processes in general. The “robotic” term here does not represent human-like robots. It actually represents the automated software that can handle tasks that humans do. There two types of RPA robots in general. They are classified as “attended” and “unattended” based on their need for human intervention.

Project Management- series 2
ii) Planning: Planning is more comprehensive and more detailed than the initiation phase. It describes how the project is going to be executed, tracked, and closed. It can be summarized into three questions: What are we going to do? How are we going to do? When the project is going to be completed? This phase includes requirements, cost, quality, scope by defining work breakdown structure (WBS), and timeline with milestones.

How to write good CSS
How to write good CSS In my opinion, developers don't give enough attention to the CSS. CSS is of one the hardest concept in web development it takes hours of work to be good at CSS.

Project Lombok
Though Java is a great language, we still need to write the boilerplate codes in Java such as getters, setters, toString method.Project Lombok is a java library tool which is used to minimize/remove the boilerplate code. It uses annotations Increases the readability of the source code. Saves space and developer’s time.