Материалы по теме 'solidity' | DevsDay.ru

IT-блоги Материалы по теме 'solidity'

IT-блоги Материалы по теме 'solidity'


Разработка dev.to 19 мая 2024 г. 21:06

RSC vs SSR First of all, we need to be in the same page on the fact that RSC and SSR are not the same thing. RSC is a strategy to run part of your react application on the server-side. Server components are isolated in the cloud and will never be...... читать далее

bff microservices nextjs react

Разработка dev.to 19 мая 2024 г. 17:33

SOLID principles are a set of guidelines for writing clean, maintainable, and scalable object-oriented code. By applying these principles to your Flutter development, you can create well-structured applications that are easier to understand, modify,...... читать далее

development principles flutter mobile

Разработка dev.to 19 мая 2024 г. 13:40

Sequential and reversible actions are common in gaming. You may want the player to be able to issue a round's worth of moves to multiple units and reverse the actions if they decide it's a bad move, or make multiple selections in a menu and only undo...... читать далее

unity3d designpatterns csharp tutorial

Разработка dev.to 19 мая 2024 г. 10:31

Story I was recently trying to make a fan club nft for a web3 community. The project required that only members could mint a limited NFT collection, so I needed to implement a whitelist for the minting function. Here are some solutions I found onl...... читать далее

web3 nft ethereum blockchain

Разработка dev.to 19 мая 2024 г. 10:08

In this guide, we'll walk you through creating a simple To-Do application using RTK Query, a powerful data fetching and caching tool from Redux Toolkit. We'll use an open-source API to manage our to-dos. By the end of this guide, you'll have a fully...... читать далее

Разработка dev.to 18 мая 2024 г. 23:35

The first time I heard about abstraction was in my programming classes during my degree. We were studying the four pillars of object-oriented programming: Abstraction, Encapsulation, Polymorphism, and Inheritance. I was fascinated by the idea of mo...... читать далее

softwareengineering softwaredevelopment career design

Разработка dev.to 18 мая 2024 г. 22:42

In software development, the Broken Window theory suggests that small issues, if left unfixed, can lead to bigger problems. Imagine a codebase where minor bugs or style inconsistencies are ignored. Over time, these small problems accumulate, making t...... читать далее

softwareengineering softwaredevelopment software

Разработка dev.to 18 мая 2024 г. 20:33

Nesta quarta parte de minhas reflexões, seguimos com a letra "L", obedecendo a ordem proposta pelo acrônimo SOLID. Trabalharei com TypeScript nos exemplos. Neste artigo Liskov Substitution Principle Exemplo abstrato Exemplo técnico (Fr...... читать далее

Разработка dev.to 18 мая 2024 г. 20:32

In this fourth part of my thoughts, we continue with the letter "L", following the order proposed by the SOLID acronym. I'll be working with TypeScript in the examples. In this article Liskov Substitution Principle Abstract example Tec...... читать далее

solidprinciples programming designpatterns typescript

Разработка dev.to 18 мая 2024 г. 17:03

Finding a non-boring carousel can sometimes be a challenge. Here, we'll introduce you to a fancy carousel with swiper library that you can integrate into your ReactJs application. Understanding the Code We will break down the code step-by...... читать далее

webdev react carousel ui

Разработка dev.to 18 мая 2024 г. 16:04

As a software engineer passionate about AI, I recently embarked on an experimental project to explore how advanced language models could revolutionize marketing. Harnessing the power of conversation is the key. By engaging with ChatGPT-4o as a Virtua...... читать далее

ai marketing innovation agile

Разработка dev.to 18 мая 2024 г. 11:54

As a React developer, it is important to have a solid understanding of the framework's key concepts and principles. With this in mind, I have put together a list of 20 important questions that every React developer should know, whether they are inter...... читать далее

react interview nextjs node

Разработка dev.to 18 мая 2024 г. 11:30

As a React developer, it is important to have a solid understanding of the framework's key concepts and principles. With this in mind, I have put together a list of 10 important questions that every React developer should know, whether they are inter...... читать далее

react interview javascript nextjs

Разработка dev.to 18 мая 2024 г. 9:56

As a backend developer, there are several software engineering principles that are crucial to understand and implement. These principles help ensure that your code is maintainable, scalable, and robust. Here are some key principles: 1. SOLI...... читать далее

java backenddevelopment softwaredevelopment softwareengineering

Разработка dev.to 18 мая 2024 г. 8:51

Hi everyone! This week is calm in terms of releases, so far at least!. We have great React articles, but also some criticisms, or content that suggests we use alternative solutions (Solid, Phoenix LiveView) 😅. React Conf starts later today! We can...... читать далее

react reactnative

Разработка dev.to 18 мая 2024 г. 6:17

Flutter, Google's UI toolkit for crafting natively compiled applications for mobile, web, and desktop from a single codebase, is an exciting technology for new developers. However, beginners often make certain mistakes that can hinder their progress...... читать далее

flutter dart beginners programming

Разработка dev.to 18 мая 2024 г. 2:27

Nos últimos tempos, ouvi falar bastante sobre o Astro! Um case recente que achei bem interessante foi a versão lite do site de noticías americano NBC news, que foi criado usando esse framework com a finalidade de ser bem mais performático e acessível...... читать далее

webdev astro beginners

Разработка dev.to 17 мая 2024 г. 21:28

Glimmer DSL for Web is a Ruby-in-the-Browser Web Frontend Framework that enables Rubyists to finally have Ruby productivity and happiness in the Frontend via a simpler, more intuitive, more straightforward, and more productive library than all JavaSc...... читать далее

ruby rails frontend glimmer

Разработка dev.to 17 мая 2024 г. 19:27

Technologies Every Tech Enthusiast Must Be Using In 2024 The world of technology is constantly evolving, and as a tech enthusiast, I know it is crucial to stay ahead of the curve. 2024 promises to be an exciting time for technological advancements,...... читать далее

Разработка dev.to 17 мая 2024 г. 15:20

Hi There!!! How have you been? Everything alright? I hope so! The previous post became so popular and I had no idea how interested you were about concepts of Software Engineer. We know about SOLID, Design Patters and a lot of best practices. Today...... читать далее

braziliandevs javascript typescript beginners