Maria Campbell

Maria Campbell @letsbsocial1

Location:
New York NY
Joined:
May 14, 2017

Maria Campbell
articles - 29 total

How to reuse an app created in one Django project in another Django project

In this post, I discuss how one can reuse an app created in one Django project in another project so that I don't have to 're-create' it all over again in another project.

Learn More 6 0Jan 17

How to upgrade the Python version in a virtual environment

Photo by Mitchell Luo on unsplash.com Table of Contents Activating the virtual...

Learn More 6 0Jan 14

How to add tables to React Markdown

How to add tables support to React Markdown.

Learn More 8 0Sep 3 '24

How to create a fullstack application using Django and Python Part 5

How to create a fullstack application using Django and Python Part 5. In this section, I discuss and show how one can change a project name after it has already been created and migrated. It's really not as difficult as it sounds!

Learn More 0 0Aug 29 '24

Vim essentials in Linux

Vim essentials to navigate the Vim text editor in Linux.

Learn More 2 0Aug 20 '24

Setting your default browser via Command Line in macOS

Setting your default browser via Command Line in macOS.

Learn More 2 1Aug 19 '24

Clearing Terminal history in Linux and why it is important to do on occasion

Clearing Terminal history in Linux and why it is important to do from time to time.

Learn More 1 0Aug 17 '24

Setting up and using the mutt email client in Linux

Setting up and using the mutt email client in Linux, which allows users to send and receive email attachments (and other powerful features) which can be saved locally.

Learn More 7 0Aug 15 '24

Cron job that creates backups of a directory in Linux

Cron job that creates backups of a directory in Linux.

Learn More 1 0Aug 8 '24

The lsblk command in Linux and what it does

Photo by Iker Urteaga on unsplash.com This post was originally published on my personal blog...

Learn More 2 0Jul 30 '24

The script command in Linux and Unix (macOS)

The script command in Linux and Unix (macOS).

Learn More 0 0Jul 28 '24

Some Important Terms to Know in Linux

Photo by Karolina Kaboompics on pexels.com This post was originally published on my personal blog...

Learn More 0 0Jul 28 '24

The Cron daemon in Linux and how to create a cron job

The Cron daemon in Linux and how to create a cron job and cron daemon alternative(s) that run even when the OS is asleep or shut down.

Learn More 1 0Jul 27 '24

How to send/receive local emails in Linux Mint/VirtualBox

How to send/receive local emails in Linux Mint/virtualBox.

Learn More 1 0Jul 27 '24

Git instaweb and local Git commits

Git instaweb and local Git commits.

Learn More 1 0Dec 28 '22

My updated custom React workflow (2nd Edition) is here

About my new custom React workflow without CRA using Webpack 4, Babel 7, and ESLint 5.9

Learn More 11 0Nov 29 '18

Installing pgAdmin Only after installing PostgreSQL with Homebrew Part 2

This post assumes that you have already backed up your existing databases somewhere (if you cared...

Learn More 42 9Jun 17 '18

Installing pgAdmin Only after installing PostgreSQL with Homebrew

This post was first published on my developer blog on June 15, 2018. Update June 17, 2018: I...

Learn More 11 1Jun 15 '18

The new npm audit with npm 6+

This post was first published on my Developer Blog, June 5, 2018. First Github started letting us...

Learn More 23 0Jun 5 '18

node-sass and Node 9.1.0

So the other day I discovered that I could use Scss and CSS Modules in React ...

Learn More 15 1Nov 30 '17

Class Conflicts

Today I learned about how one can scope the css files of React components to the styling of only...

Learn More 9 0Nov 9 '17

Jest, React and mocks

Why mocks are important when testing your React app with Jest

Learn More 12 0Oct 12 '17

Importing images in React

As some of you who are following my posts may already know, I have been working on a React version...

Learn More 15 1Oct 10 '17

Flexbox Sticky Footer and React

How to achieve a sticky footer with Flexbox in a React Application

Learn More 20 3Oct 4 '17

I gave my first presentation tonight

React workflows without create-react-app

Learn More 15 9Sep 29 '17

requestAnimationFrame & polyfill in React 16

Some new dependencies in React 16

Learn More 12 0Sep 27 '17

My first time using React 16.0

Using React 16.0 for the first time

Learn More 12 5Sep 27 '17

About Me

I am a native New Yorker, photographer, videographer, blogger, former graphic designer/digital...

Learn More 18 0Sep 1 '17

Deploying to gh pages with git subtree

So I just completed a todo app the other day using React. This was the second...

Learn More 23 7Aug 30 '17