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.
Photo by Mitchell Luo on unsplash.com Table of Contents Activating the virtual...
How to add tables support to React Markdown.
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!
Vim essentials to navigate the Vim text editor in Linux.
Setting your default browser via Command Line in macOS.
Clearing Terminal history in Linux and why it is important to do from time to time.
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.
Cron job that creates backups of a directory in Linux.
Photo by Iker Urteaga on unsplash.com This post was originally published on my personal blog...
The script command in Linux and Unix (macOS).
Photo by Karolina Kaboompics on pexels.com This post was originally published on my personal blog...
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.
How to send/receive local emails in Linux Mint/virtualBox.
Git instaweb and local Git commits.
About my new custom React workflow without CRA using Webpack 4, Babel 7, and ESLint 5.9
This post assumes that you have already backed up your existing databases somewhere (if you cared...
This post was first published on my developer blog on June 15, 2018. Update June 17, 2018: I...
This post was first published on my Developer Blog, June 5, 2018. First Github started letting us...
So the other day I discovered that I could use Scss and CSS Modules in React ...
Today I learned about how one can scope the css files of React components to the styling of only...
Why mocks are important when testing your React app with Jest
As some of you who are following my posts may already know, I have been working on a React version...
How to achieve a sticky footer with Flexbox in a React Application
React workflows without create-react-app
Some new dependencies in React 16
Using React 16.0 for the first time
I am a native New Yorker, photographer, videographer, blogger, former graphic designer/digital...
So I just completed a todo app the other day using React. This was the second...