A quick, nit-picky rant about what functional programming is and isn't.
Category: Uncategorized
Wanna Help Make ScripDraft, a Little Web App?
I invite others to my ScripDraft project, especially QA and UI/UX people. Others welcome too.
Project-Manage Your Life with Trello Boards
Let's talk about using Trello boards to manage the projects in your life like development teams do it in mission-critical work.
Starting my New Java Backend Job at Kemper
Almost all my experience has been frontend web dev, but this week I started work as a backend dev using Java Spring. It's exciting.
YouTube Vids and Such
I haven't written for several days, but actually I have been very active. I have been working on developing more of a Twitter presence, and I have begun making YouTube videos about JavaScript, developing, programming, etc---other stuff I know about, centered around my profession as a developer. There's not a lot there yet, and I … Continue reading YouTube Vids and Such
Stuff I Did/Didn’t Know When I Got My First Dev Job
My first dev job was front-end at LendingTree. I knew some stuff, but not everything ...
From Dev to Production, Git and GitHub Good Practices
Let's talk about some good habits to form when organizing the code of your personal projects. This post is aimed at code newbies who have never worked in a team environment before. I want to share some of the strategies for source control you might learn when you work on a well-functioning team, on a … Continue reading From Dev to Production, Git and GitHub Good Practices
Landing Your First Job as a Software Developer: Getting to an Interview
Actually getting interviews for your first software developer job can be hard. Here's some advice based on how I did it.
Offering Assorted JavaScript Consultation and/or Tutoring
I'm in between things before starting my next job, so I'm offering basically any kind of remote work I'm fit to do. I am an experienced web developer, highly skilled in JavaScript, very familiar with VueJS. I know enough React that I could help a beginner get started. (I admit I'm not quite an expert … Continue reading Offering Assorted JavaScript Consultation and/or Tutoring
JavaScript Arrow Functions and This: A Rule on Style
Some will disagree with me, I know. But I wan't to suggest some best practices for using the `this` keyword in JavaScript.