Tag: Git

2022 Roundup of Web Research

We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies … 2022 Roundup of Web Research originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 2022 Roundup of Web Research

My Top 10 Visual Studio Code Extensions for 2022

Over the last few years, I have found myself using Visual Studio Code more and more. The main reasons being both the speed of the… ...
Continue Reading My Top 10 Visual Studio Code Extensions for 2022

The Developer’s Advanced Guide to the wp-config.php File

How well do you really know wp-config? There’s a surprising amount of power in those few lines of PHP! This article is a tour of some bits of wp-config that… Read more The post The Developer’s Advanced Guide to the wp-config.php File appeared first on Delicious Brains. ...
Continue Reading The Developer’s Advanced Guide to the wp-config.php File

Managing WordPress Dev Environments With WP-CLI and Robo

Automating repetitive tasks is one of the best ways to save time in your development workflow. In my day to day work as a plugin developer, I often have to… Read more The post Managing WordPress Dev Environments With WP-CLI and Robo appeared first on Delicious Brains. ...
Continue Reading Managing WordPress Dev Environments With WP-CLI and Robo

Technical Writing for Developers

HTML, CSS, JavaScript, Python, PHP, C++, Dart — there are so many programming languages out there and you may even be totally fluent in several of them! But as we aim to write more and better code, the way we … Technical Writing for Developers originally published on CSS-Tricks. You should get the newsletter. ...
Continue Reading Technical Writing for Developers

Managing Your WordPress Site With Git and Composer

Managing WordPress with Git and Composer has some big advantages. In particular, it can give you version control and helps get new people up to speed quickly. But it’s not… Read more The post Managing Your WordPress Site With Git and Composer appeared first on Delicious Brains. ...
Continue Reading Managing Your WordPress Site With Git and Composer

The 10 best vim color schemes for Python, and how to install

Vim, an open-source editor, comes pre-installed with a few color schemes. If you’re tired of the default color scheme or want to try something new or give your code a fresh look and feel, you can download and install a new color scheme. In addition, color schemes are a set of colors that specify how to emphasize source code. ...
Continue Reading The 10 best vim color schemes for Python, and how to install

The 10 best vim color schemes for Python, and how to install

Vim, an open-source editor, comes pre-installed with a few color schemes. If you’re tired of the default color scheme or want to try something new or give your code a fresh look and feel, you can download and install a new color scheme. In addition, color schemes are a set of colors that specify how to emphasize source code. ...
Continue Reading The 10 best vim color schemes for Python, and how to install

How to use Jupyter Notebook in Python

The Jupyter Notebook is a fantastic tool for generating and interactively presenting data science projects. This post will show you how to set up Jupyter Notebooks on your system and use it for data science projects. ...
Continue Reading How to use Jupyter Notebook in Python

Superior Image Optimization: An Ideal Solution Using Gatsby & ImageEngine

(This is a sponsored post.) In recent years, the Jamstack methodology for building websites has become increasingly popular. Performance, scalable, and secure, it’s easy to see why it’s becoming an attractive way to build websites for developers. GatsbyJS is … Superior Image Optimization: An Ideal Solution Using Gatsby & ImageEngine originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Superior Image Optimization: An Ideal Solution Using Gatsby & ImageEngine