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

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

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


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

What are badges? They look like this Now lets create a custom badge for your git project The Plugins to update the JUnit test number seem not working very well specially if you do not have JaCOCO , here is a simple work around 1) Create a GIST f...... читать далее

github junit java maven

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

Um dos erros mais comuns no JS, principalmente entre iniciantes, seria o famoso: Uncaught TypeError: Cannot read property 'value' of null Com outra variação aparecendo undefined no lugar de null, prova de como esse é um erro comum seria essa perg...... читать далее

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

1. Install homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2.Install Pyenv brew install pyenv pyenv-virtualenv pyenv install -l 3.Test pyenv pyenv v...... читать далее

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

Solving a Leetcode problem daily — Day 2: Plus One | by Subhradeep Saha | Apr, 2024 | Medium Subhradeep Saha ・ Apr 30, 2024 ・ Medium Here is the Leetcode problem - Plus One Problem Sta...... читать далее

digits array cpp leetcode

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

Install the framework and tools First let's install Goravel. It's a batteries included Go Web Framework for developers familiar with the Laravel Framework. Steps from Getting started documentation: // Download framework git clone https://github...... читать далее

go templ webdev framework

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

Landing a job in tech has never been more competitive. With so many qualified candidates applying for coveted roles at top companies, it's not enough to merely list your skills and experience on a resume. You need to go beyond just a resume and devel...... читать далее

career careerdevelopment

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

"Shit.", I thought. I was trying to sleep, tossing and turning in the bed, counting the sheeps of sleep. And then it hit me. The reason behind the growing unease and frustration I have been feeling while coding any project I take on these days. ope...... читать далее

beginners development productivity writing

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

SH20RAJ / ShowdownCSS Hey there! Welcome to ShowdownCSS, the CSS library made for styling Markdown content parsed by Showdown! 🚀 ShowdownCSS 🎨 Hey there! Welcome to ShowdownCSS, the CSS...... читать далее

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

Introduction MERN fait référence aux premières lettres de chacune des technologies suivantes: MongoDB, Express.js, React.js et Node.js. Cet ensemble des technologies est devenue une solution de choix pour le développement d'applications web modernes...... читать далее

mongodb express react node

Разработка dev.to 4 мая 2024 г. 14:58

git checkout command exists since the beginning of git It is used for these things: creating new branch git checkout -b new-feature upstream/main switching branch git checkout main restoring unstaged changes git checkout README.md chec...... читать далее

programming tutorial git

Разработка dev.to 4 мая 2024 г. 14:47

Introduction This article aims to bring some tips about Microsoft Application Insights that can help you enhance the observability of your applications. The code examples here used the built-in SDK for ASP.NET Core and C# Azure Applications Insight...... читать далее

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

This article is born because Bunny.net does not support Dynamic DNS (for the moment?), I contacted the support but I received a negative result: I wanted to migrate all my domain from OVH/Cloudflare to Bunny, because their DNS performances are on...... читать далее

synology nas javascript tutorial

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

Introduction Report generation in an enterprise setting provides insights into key performance indicators, tracks progress toward goals, and helps stakeholders make informed decisions. The most common report formats available are in PDF, MS-Word, PPT...... читать далее

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

We live in a fast society... ... And everyone is always on the run! It always seems like we have too little time to read, inform ourselves and enjoy some quality content. In this atmosphere, we can just hope that something comes to help, and this s...... читать далее

python ai tutorial learning

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

Read the original here I recently published a blog post showing how I use Github Actions to deploy apps to Vercel from my monorepo. That solution was very basic but it worked. However, I expected it to work for me a little longer than it did 🤦‍♂️...... читать далее

webdev devops nextjs astro

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

En tant que développeur, vous travaillez sûrement avec github, gitlab, gerrit ou une autre plateforme collaborative similaire pour pouvoir envoyer vos modifications à vos collaborateurs ou pour voir les leurs. Un beau jour, vous décidez de changer de...... читать далее

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

Hola Mundo! Ready for some Swift? This is my first article in a series of Swift 101 notes 📝 I did while learning the language and I decided to share them because why not?. Well and also because I received so many nice and encouraging comments...... читать далее

swift mobile learning beginners

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

Table of contents Objectives Introduction Understanding XOR Proof of the 3 XOR operations Conclusion Objectives Understanding XOR operations Understanding why the 3 special XOR operations swap two numbers in place Introduc...... читать далее

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

Yes you read it right! This blog provides a comprehensive guide on creating a straightforward broadcast chat application in under 100 lines of Golang code. The blog is structured into two parts. The initial segment delves into the implementation of...... читать далее

go websockets webdev systemdesign

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

Table of Contents Introduction Prerequisites What is SMTP Express Project Setup Creating the Email Form Component Installing SMTP Express SDK API Key Integration Handling Form Submission Testing the Email Functionality Conclusion Intr...... читать далее

react howto smtp