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

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

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


Разработка dev.to 2 июня 2024 г. 0:07

Most desktop scripting languages are incomplete without a way to add extra functionality from native code. Modules written in C (or other compiled languages) are used to add extra functionality, expose system APIs, import high-performance libraries,...... читать далее

lua riscv elf dynamiclinking

Разработка dev.to 1 июня 2024 г. 19:43

The Man, The Myth, Not Thala, But Spring Boot What make a java developer powerful? Obviously knowing how to write REST API. Having ability to talk to server by writing mere alphabets in your code editor is not less than having any superpower. In th...... читать далее

java springboot beginners webdev

Разработка dev.to 1 июня 2024 г. 18:56

Q: What is selenium? Why do we use Selenium for automation ? A: Selenium is a free(Open Source) automated testing suite for web applications across different browsers and platforms. It is primarily used for automating web based applications and is kn...... читать далее

Разработка dev.to 1 июня 2024 г. 18:53

Think Like an Object: A Fresh Approach to Programming Let Me Start with WHAT IS WHAT Object-Oriented Programming (OOP) is a paradigm that uses "objects" to design applications and programs. An object is a self-contained unit that combines data (at...... читать далее

oop java basic webdev

Разработка dev.to 1 июня 2024 г. 17:22

In modern web applications, real-time communication between the server and clients is becoming increasingly important. Traditional HTTP request-response communication is not suitable for scenarios where data needs to be pushed from the server to clie...... читать далее

webdev programming tutorial java

Разработка dev.to 1 июня 2024 г. 17:02

Java Developers have at their disposal many tools and libraries that make their DX (Developer eXperience) easier and more fun. Being a terminal lover, let me share with you some CLI (Command Line Interface) tools that'll make installing the JDK and...... читать далее

java tooling

Разработка dev.to 1 июня 2024 г. 16:57

I know tech industry is rapid changing environment. all though developers love to know and learn about new technology. after getting some experience in their tech stack, I think it must be difficult to chase higher package as well as your favorite te...... читать далее

Разработка dev.to 1 июня 2024 г. 13:21

In the programming terminology, we often encounter the terms method and function. Let's engage in an exercise in semantics, broadening our understanding to consider the contextual nuances that shape both terms. In many programming languages, such as...... читать далее

programming theory semantics

Разработка dev.to 1 июня 2024 г. 10:58

背景 最近整HTTP3客户端时候,需要验证服务端证书,中间出了点小插曲,老是报错见上篇文章,问题解决了但是想到另外个问题,浏览器和客户端都是怎么验证证书的,我们都知道服务端给出证书,客户端根据本地的或者用户提供的根证书校验,但是系统根证书在哪儿,为什么我没有设置,他们就自动找到了?本文旨在根据这个问题,梳理Ubuntu系统自带证书库和浏览器的证书库。本文主要聚焦Ubuntu系统,但是其他系统的流程大致相似。 系统证书库 Ubuntu系统的证书目录位于/etc/ssl/...... читать далее

openssl certificate chrome certutil

Разработка habr.com 1 июня 2024 г. 10:30

Много лет назад я учился в Политехническом университете и уже думал о том, чем хочу заниматься, но не знал, чем именно. Поковырялся в html, css и js, написал несколько простых телеграм-ботов на питоне (с тех пор они канули в Лету), потом сделал то же...... читать далее

rust tauri react crossplatform rest authentication cnn

Разработка dev.to 1 июня 2024 г. 10:02

Python syntax consists of rules that dictate how your code should be written. Understanding Python’s syntax enables you to write code more efficiently, avoiding syntax errors. Proper indentation is crucial when writing Python code. Indentat...... читать далее

python beginners

Разработка dev.to 1 июня 2024 г. 4:25

Things You Need To Know In Android Studio JellyFish Android Studio Jellyfish (version 2023.3.1) might have been released in April 2024, but it's still a powerful and feature-packed IDE for Android Developers. If you're new to Jellyfish or haven't e...... читать далее

android

Разработка dev.to 1 июня 2024 г. 0:34

Introduction: Java is a popular programming language that is widely used in software development, particularly for web and mobile applications. One of the key features of Java is its support for object-oriented programming (OOP). In recent years, the...... читать далее

Разработка dev.to 1 июня 2024 г. 0:15

Writing Java Applications in the Past When writing Java applications in the past, writing all the functionalities from scratch was common. It was time-consuming, requiring significant effort to create various factories, infrastructure code, setup c...... читать далее

java spring springboot programming

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

originally posted on 5/22/2024 at emangini.com After my last post, I received requests for more how-tos and technical posts. I apologize for the delayed response after my recent deluge of articles. It took me a bit to come up with something I wanted...... читать далее

velocypack dataformat distributedsystems

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

Welcome to the Beginning of My Flutter Journey Embarking on my mobile development journey with Educative's "Become a Flutter Developer" course, Day 1 has been all about peeling back the layers of Flutter's architecture. Here's what makes Flutter a...... читать далее

flutter mobile dart programming

DevOps OpenNET 31 мая 2024 г. 18:16

После почти трёх лет разработки команда ALT Linux Team и компания Базальт СПО опубликовали "Одиннадцатую платформу ALT" (p11, кодовое имя "Salvia") - новую стабильную ветку репозиториев ALT, основанную на репозитории свободных программ Сизиф (Sisyph...... читать далее

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

Understanding Objects and Abstract Data Types (ADTs) with examples In software development, there are various methods for representing data, each with its own set of advantages and trade-offs. Two commonly encountered approaches are Abstract Data Ty...... читать далее

datastructures algorithms code programming

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

GenAI is everywhere these days, and it's no surprise why—it’s the tech world's latest obsession and has skyrocketed to the top of the Gartner hype cycle. But like any hyped technology, it comes with its share of pros and cons. On the plus side, it ca...... читать далее

aws beginners productivity genai

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

Uma das primeiras coisas que aprendemos na programação, seja qual for a linguagem, é como copiar valor de uma variável para outra. Uma atividade extremamente comum mas que rende situações interessantes no nosso dia a dia. Definição É um p...... читать далее

designpatterns csharp