Tag: notepad

Why (and How) I Write Code With Pencil and Paper

If the thought of handwriting code seems silly, it might surprise you to know that it’s inevitable. If you’re unsure, think about the last job interview you did, and remember how there was no computer around in the interview room … Why (and How) I Write Code With Pencil and Paper originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Why (and How) I Write Code With Pencil and Paper

How to open the same URL on different environments with PowerShell

Revise PowerShell basics with a simple script that opens a browser for each specified URL. We’re gonna cover how to declare variables, define arrays, concatenate strings and run CMD commands. ...
Continue Reading How to open the same URL on different environments with PowerShell

VS Code Wins Best PHP IDE/Editor for WordPress Development in 2021

When building software or websites, you’ll need to use an integrated development environment (IDE), a code editor or if you’re really brave, a text editor. They each offer different benefits… Read more The post VS Code Wins Best PHP IDE/Editor for WordPress Development in 2021 appeared first on Delicious Brains. ...
Continue Reading VS Code Wins Best PHP IDE/Editor for WordPress Development in 2021

“What is HTML” explained with examples

Is Html a programming language? It’s easy to get confused thinking of HTML as a programming language, but the fact is HTML is a Hypertext Markup Language. It creates electronic documents (web pages) displayed on the World Wide Web (WWW). For not being a programming language, it does not have the capability to create dynamic functionality. HTML pages can be viewed by anyone connected to the internet. ...
Continue Reading “What is HTML” explained with examples

How to work with CSV files in Python

Python is a great programming language; it is used in many fields like Web Development, Machine Learning, Data Science, Computer Vision, etc. In python, we can easily write programs that output data into the console. But writing data to the console is not the best thing when we required that data for further processing. ...
Continue Reading How to work with CSV files in Python

10 things hiking can teach you as a junior developer

During this holiday I hiked for the first time. I found some lessons that hiking can teach junior devs ...
Continue Reading 10 things hiking can teach you as a junior developer