GitHub Workflow, Merge and Rebase - DEV Community

ENG | CS
SOLID Principals for OOP
If you learned something new feel free to connect with me on linkedin or follow me on dev.to :) I...
How to Install WordPress in DigitalOcean
How to install WordPress in DigitalOcean. Put your WordPress site in the cloud, with cloud hosting from DigitalOcean. Sourav walks you through installation.
Configure Linux distributions
A reference guide to help you manage and configure multiple Linux distributions running on the Windows Subsystem for Linux.
How to move Docker containers between different hosts?
I cannot find a way of moving docker running containers from one host to another.
Is there any way I can push my containers to repositories like we do for images ?
Currently, I am not using data v...
Several Wordpress installation on single droplet | DigitalOcean
I'm trying to install several instance of WP (each on a separate domain) on a single droplet. I followed this guide: - https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04 and this guide: https://www.digi
How To Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 16.04 | DigitalOcean
Docker can be an easy and efficient way to run web applications, but you may want to run multiple applications on the same Docker host. In this situation, you'll need to set up a reverse proxy since you only want to expose ports 80 and 443 to the...
How to Self-host Multiple WordPress Sites on the Same Server With Docker
Learn how to set up multiple WordPress instances on a single standalone Linux server with Docker.
GitHub - sonnyp/Tangram: Run web apps on your desktop.
Run web apps on your desktop. Contribute to sonnyp/Tangram development by creating an account on GitHub.
Download Sidekick
Download the latest version of Sidekick browser
Building ToDo in Real-Time - DEV Community
I want to start with a question Have you ever wondered how applications such as Messenger, WhatsApp...
React Class Components: The Life-Cycle
React Class components are simply JavaScript classes which are made up of multiple functions adding certain functionalities to the component.
AWS Networking from scratch - DEV Community
In this post we are going to see the AWS networking foundations, networks, subnetworks, firewall,...
The Ultimate Guide to Web 3.0 - Everything you need to know about Web 3.0 before learning it - DEV Community
You've probably heard about Web3 unless you've been living under a rock. Web 3.0 is the next step in...
How I created and deployed my first full stack web application in just 4 days - DEV Community
About Me Hi I am Tarun Sharma. I am from India and just finished my school life and took a...
6 Chrome & VS Code Extensions For Backend Developers - DEV Community
Extensions can make our life as a developer a little easier. Whether they are Visual Studio Code or...
4 Ways to Customize Your WordPress Admin Dashboard (To Benefit You and Your Clients)
Customizing the Login Form « WordPress Codex
Customizing WordPress Admin Panel: 'At A Glance' Widget - Zighead Communications, Phuket, Thailand
Use the new dashboard_glance_items action hook in WordPress 3.8+ to add your custom post types to the 'At a Glance' widget and display a count of published custom posts.
3 Ways To Customize WordPress Login Page Logo
Here's 5 ways to change the default WordPress login logo and add your own custom image using PHP code, plugins or your themes options page.
How to Hide a Menu Item (Free Version) | Admin Menu Editor Pro
Dashicons | WordPress Developer Resources
Dashicons is the official icon font of the WordPress admin as of 3.8. The Dashicons project is no longer accepting icon requests. Here's…
(41) How to Copy All The Titles And URLs From YouTube Channel (Free YouTube
Trick to copy Titles and Urls of all Videos of Youtube Channel without installing anything from your browser and then using those urls in Google Sheets. (Tested on Google Chrome & Mozilla FIr
First code used in video:
var scroll = setInterval(function(){ window.scrollBy(0, 1000)}, 1000);
Second Code used in video:
window.clearInterval(scroll); console.clear(); urls = $$('a'); urls.forEach(function(v,i,a){if (v.id=="video-title"){console.log('\t'+v.title+'\t'+v.href+'\t')}});
Get ALL video information about specific YouTube Channel
I tried to get the information of the all video in a specific channel. Overview I wrote i...
How to create youtube clone. Youtube clone with HTML, CSS, JS.
Hello, welcome. Today we'll see, how we can easily create a youtube clone using HTML, CSS and JS...
GitHub - moby/moby: Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems - GitHub - moby/moby: Moby Project - a collaborative project for the container ecosystem to as...
Pricing - Ultimate Member
Pricing Get started for free with the Ultimate Member core plugin or upgrade to one of our passes to get access to our paid products Core Plugin Get started for free Get the features below for free User profiles User registration & login Content restriction Member directories Extensions Pass Get access to 23 premium extensions…
Getting Started With GatsbyJS, Elementor, and WPGraphQL | Static WordPress Generator
In this tutorial, we go over how one might get data stored in Elementor into WPGraphQL. After that, we consume the Elementor data through Graphql and into ou...
Setup Tailwind CSS in a WordPress plugin or theme — for Gutenberg
In this blog we will discuss how we will setup Tailwind css in a WordPress plugin or theme.
Use volumes
Using volumes