Daniel Nogueira

Daniel Nogueira @udanielnogueira

About: ✦ Front-End Developer and UI Designer

Location:
Rio de Janeiro, Brazil
Joined:
Oct 7, 2022

Daniel Nogueira
articles - 27 total

Imagem Semântica em HTML

É comum conhecer a tag <img> para adicionar imagens em HTML, mas existe uma maneira mais...

Learn More 2 0Dec 23 '24

Estrutura Semântica em HTML

Nesse artigo, daremos um exemplo de uma estrutura de HTML semântico. Não é uma fórmula pronta e...

Learn More 2 0Dec 21 '24

Campo de Texto Editável em HTML

Nesse artigo, vamos criar um campo de texto que pode ser editado pelo usuário no navegador. Além...

Learn More 1 0Dec 21 '24

[Boost]

Adicionando Vídeos em HTML Daniel Nogueira ・ Dec 17 ...

Learn More 0 0Dec 17 '24

Como Inserir Vídeo em HTML

Nesse artigo, vamos aprender qual tag usamos para criar um elemento de vídeo em HTML, bem como...

Learn More 1 0Dec 17 '24

Como Inserir Som em HTML

Nesse artigo, vamos aprender qual tag usamos para criar um elemento de som em HTML, bem como conhecer...

Learn More 3 0Dec 15 '24

Anatomia de um Elemento HTML

Nesse artigo, vamos explorar a anatomia de um elemento HTML, conhecer os atributos e saber reconhecer...

Learn More 2 0Dec 14 '24

Creating Delays in Python Programs

Short breaks can be fun and functional in some programs. Creating a waiting time before displaying a...

Learn More 1 0Jan 4 '23

Criando Pausas em Programas em Python

Pausas curtas podem ser divertidas e funcionais em alguns programas. Criar um tempo de espera antes...

Learn More 2 0Jan 4 '23

Date and Time in Python

We can get data and time information in Python using the datetime module. Let's import it: import...

Learn More 3 0Jan 4 '23

Data e Tempo em Python

Podemos obter informações de data e tempo em Python usando o módulo datetime. Vamos...

Learn More 1 0Jan 4 '23

Binary, Octal and Hexadecimal Values in Python

Converting a decimal number to its binary, octal or hexadecimal value is easier than it looks. A...

Learn More 3 0Dec 3 '22

Shuffling and Sorting in Python

Shuffling can be an interesting function in a program, even more if we want to ensure more randomness...

Learn More 3 0Dec 3 '22

Valores em Binário, Octal e Hexadecimal em Python

Fazer a conversão de um número decimal para o seu valor em binário, octal ou hexadecimal é mais fácil...

Learn More 41 2Dec 2 '22

Embaralhando e Sorteando em Python

Embaralhar pode ser uma função interessante em um programa, ainda mais se queremos garantir mais...

Learn More 12 0Dec 2 '22

Calculating Sine, Cosine and Tangent in Python

Let's calculate sine, cosine and tangent in Python. It is not a difficult task, but it requires...

Learn More 6 0Nov 5 '22

Displaying the Integer Part of a Value in Python

We can check the integer part of a real number, and one of the ways to do that is using the trunc()...

Learn More 2 0Nov 5 '22

Validating Types and Data in Python

We can find out the type of a variable using the type() function, that allows us to check what type...

Learn More 3 0Nov 5 '22

Let's Make the Computer Think of a Number with Python

A practical way of doing that's using the random library. Let's import it: import random ...

Learn More 0 0Nov 5 '22

Anaconda as a Data Science Solution

As soon as I started a course of Data Analysis with Python, I had the opportunity to use the Anaconda...

Learn More 1 2Nov 5 '22

From "add" to "push" to GitHub in a Single Line

I adopted the multiple commands on a single line to push to GitHub. Instead of running: git add...

Learn More 0 0Nov 5 '22

Cálculo do Seno, Cosseno e Tangente em Python

Vamos calcular o seno, cosseno e tangente em Python. Não é uma tarefa difícil, mas requer atenção...

Learn More 52 2Nov 1 '22

Exibindo a Porção Inteira de um Valor em Python

Podemos verificar a parte inteira de um número real, uma das maneiras é usar o método trunc() que...

Learn More 8 0Oct 31 '22

Validando Tipos e Dados em Python

Podemos descobrir o tipo de uma variável usando a função type(), que nos permite então, verificar o...

Learn More 5 0Oct 31 '22

Vamos Fazer o Computador Pensar em um Número com Python

Uma maneira prática de fazer isso é usando a biblioteca random. Vamos importá-la: import...

Learn More 4 0Oct 18 '22

Anaconda como Solução para Ciência de Dados

Assim que iniciei um curso de Análise de Dados com Python, tive a feliz oportunidade de conhecer e...

Learn More 0 0Oct 11 '22

Do "add" ao "push" para o GitHub em uma Única Linha

Adotei os múltiplos comandos em uma única linha para realizar o push no GitHub. Ao invés de...

Learn More 0 0Oct 7 '22