Developers > Profile

Remote 15+ Years Full Stack/Front End Web and Generalist Developer (JavaScript/Polyglot) - Chicago, Illinois

Remote 15+ Years Full Stack/Front End Web and Generalist Developer (JavaScript/Polyglot) Chicago, Illinois
Featured Skills:
react node vue jquery vanilla js
Primary Info:
  • Name: private info
  • Focus: Frontend, Full Stack
  • Career: Senior
  • Location: Chicago, Illinois, United States
  • Timezone: UTC-05:00
  • Speaks: English, Norwegian
Actively Looking
  • < 6 mo contract
  • >= 6 mo contract
  • full time
  • near me
  • remote
Description:
Note: it is my full intention that nobody read all of this rambling foolishness about my career. It's best skimmed and maybe ultimately skipped to the all caps "GETTING TO THE POINT" towards the end. The SEARS stuff might be a fun read for anybody who's ever suffered a hot mess though.

EARLY

This career is the product of an aborted journalism degree. I had previously worked at Game Informer Magazine for a few years and decided I wanted to return to becoming a "real" journalist after some low-level IT work that turned me on to the idea of maybe exploring code again (I hadn't really since high school).

Then I discovered HTML/CSS/JS through some side classes I thought might give me some options as a journalist but within about a year of that they couldn't teach me about web technology fast enough (the book DOM Scripting was hugely helpful) and I eventually self-taught to the point where I realized I was employable. So I started begging employers to give me a crack at contract gigs on Craigslist and eventually broke into the career that way, eventually getting my first full-time job about a year and a half later. Side-note: Craigslist is also where I met my wife, arguing on Rants & Raves, back when it was more fun than toxic and racist.

SEARS

While I've always enjoyed the layout work that characterized an early front end dev's career back then, from early on I've been particularly drawn to more complex UI problems. At my first full-time job at Sears, where I joined a front end team of 20+, among many other things, I wrote a carousel that was elastic, capable of adding/removing items without losing its place as enough space became available with the resizing of the window. It had options for full page scrolls, or 1-x items at a time, it supported IE back to 6, but most importantly (and this took a few iterations to be fair), it was ultimately nigh indestructible.

"Indestructible to what?" you didn't ask? Well, for our back end team, we had, I think, 1-200 in-house global-firm-that-rhymes-with-Bimfosis devs whose code literacy mostly ranged from 100% actually code illiterate to just shy of not very competent (with some very rare and no doubt frustrated exceptions) basically jumping up and down on a customized (and thus impossible to update) websphere e-commerce back end with no version control. No lie. No version control. The front end code, of course, did. Probably for being able to easily prove what the latest version of our code was supposed to look like alone, along with the usual benefits.

Code deployment was literally those devs I just described with no exaggeration, pasting sometimes entire directories over each other directly in the server, inevitably causing all of the HTML to mutate, JS/CSS to get duplicated, sometimes with newer and older versions of the code. This, as you might guess, wasn't great.

But when everything would go to pieces, my tough little jquery carousel in its final hardened form was almost always still there with UI intact. And everything still worked even if half the controls were off the page with the busted container nobody had ever put it inside, on our end.

Another thing about me that's been true since very early on in my dev career, is that I've never been afraid to step out of my comfort zone and learn some new stuff to tackle a pain point that couldn't be dealt with with web technology alone.

Thus, another handy thing I wrote at Sears was a tool designed to identify all of that duplicated JS and CSS so we could rat the back end guys out whenever they made a huge mess and our UI started falling apart. I learned Python and regex (to this day I love a regex problem) so I could run a scraper to explore key parts of our site, identify JS functions and CSS declarations, and then scan the rest of the JS, CSS, and HTML files to count all the duplicate selectors and function names which got as high as in the dozens on our first checks.

In case you think I'm exaggerating about Sears for effect, I was there when the baby-cooking grill happened. TMZ originally broke the news.

private link

Long story short, passing data through a back end through more conventional means was apparently enough a challenge to the back-end team that they all learned this neat trick of passing content through query params in all of their links. Somebody with some web knowledge noticed this while surfing the site, the gag link they posted went viral, and it got so many hits it got cached by the server and you could actually navigate to the baby cooking grill without a direct link via the UI (our more senior guys did try to warn people about this).

Eventually, more due to related business problems than backend hijinks which were more of an interesting challenge once we took the blame game away from them, I realized I was going through a sort of perpetual grieving process that kept bouncing back to denial just shy of reaching acceptance and it was time to go. One of the strongest teams I've ever been on though. And many of them stuck it out to improve things drastically on the tech side of the organization and it showed.

MORE RECENTLY

I've had a wide variety of experiences since Sears, working in different environments from SaaS shops, to agency work, and varying stage startups which at the pre-maintenance-mode stages are probably my favorite.

But looking back on it, even the painful experiences are ones I've walked away from with valuable skills and lessons learned that have served me for the rest of my career. A lot of my early back end exposure, for instance, came from having to learn Java, JSP, and ultimately SQL (another language I prefer working with directly), to understand a hot mess of JSP that was standing in the way of solving some basic front end problems not long after Sears.

A NASTY SEO PROBLEM

And this is how I was ultimately equipped to find a solution to a big SEO problem much more recently at Insureon, largely developed on my own time since nobody was expecting or believed the front end guy (who's really a full stack guy with a preference for FE focus) could possibly solve, until I showed them the demo.

The problem was that Google (really, google?) decided that it would be really important to SEO that all links on a domain be consistently trailing slash or no trailing-slash or they would punish your rankings for it, pretty severely based on post-fix rankings improvement IIRC. On a CMS website running a variety of variant DNN versions and plug-ins, this was a beyond non-trivial task for our content team as there were many many pages dating all the way back to when DNN was relevant, and probably over 10k links to check and normalize (actual links changed was 7k-ish IIRC). It would have likely been months of painful work to update via CMS.

My thought was that our excellent DBA always had a full plate, that I enjoy SQL, regex, untangling things, and helping people dodge pain, so why shouldn't I take a crack at this?

So I did some exploratory work, identifying relevant fields in a lot of not-very-well-documented DBs and threw a node app together to search for all links in HTML content and fields, and then normalize every last one.

Naturally this whole thing felt a smidge ambitious, so I made sure to keep track of the number of replacements, conducting a character count of all changed content to verify that nothing had gone wrong. I also added a step to print all the changed HTML content out on the screen with a prompt for each modified section to give a quick once-over to make sure nothing looked like it got trashed before committing all of the changes to all of the relevant DBs.

I think it took about a week or two of exploratory for an hour or two every night, looking at the templates and then identifying related DBs, tables, and fields. And then maybe about 20 hours to get the working prototype up and running that was ultimately used to normalize thousands of links in a few minutes without a hitch.

In the end, it was one of my favorite career wins. I helped a lot of content people dodge some serious misery and apparently the SEO folks had never seen anybody resolve an issue of that scale that quickly before.

GETTING TO THE POINT

Anyway, this has no doubt gone a bit long, so I should get to the point, which is that after working with it for a year, I don't like Typescript. Not one bit.

I hope even after a small portion of that hopefully hastily scanned long form, I've inflicted on you, it's clear that it's probably not because I'm afraid to learn new things or because I refuse to work with anything other than what I'm most familiar with or that I don't care about code quality or naively believe there is only one flavor of type system worth working with.

So if that's not an obstacle and you need somebody who can:

* actually solve non-trivial UI problems that require more than plugging the disappearing/reappearing of HTML into framework state

* is delighted to assist, train and be an advocate for junior team members

* knows web technology in and out

* is comfortable with any framework unless its proponents say dumb stuff like "If you're touching the DOM you're doing it wrong"

* isn't afraid to pinch hit as full stack, desktop, mobile with the right tools for the UI, or even random dev ops project guy

* is happiest learning new stuff or facing new challenges from whatever direction they come from...

I hope you'll consider me in spite of my heresy regarding "a better way to write JavaScript."

And please don't think me too cowardly for not admitting to this on Twitter or LinkedIn. Unfortunately it seems like 95% of anything JavaScript-related has been overrun by Crockford minion carpetbaggers who when you actually press them on it, never liked or understood JavaScript for the damned-fine language that it is, that nobody ever needed to apologize for.

Thanks for your time,

Erik Reppen
Links:
private info

Node JS, Front End, and Full Stack Devs in Illinois and the U.S. and beyond

React/Next.js/Vue/TypeScript Developer

Chicago, Illinois, US or remote

Software developer specialized in TypeScript, React & Node.js. Looking to combine my background in industrial engineering with my passion for...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Full Stack Developer

Chicago, Illinois, US or remote

Technical Advisor Tempo Storm ▪ Collaborated with the web development team to create and launch The Bazaar website. ▪ Assessed existing...

Node JS Front End Full Stack JavaScript React JS Express JS Next JS Sencha Ext JS jQuery

frontend developer

Chicago, Illinois, US or remote

Self-employed / Frontend developer 12/2020 - PRESENT, Boston, MA (Remote) ● Successfully created dynamic component structures for implementing...

Node JS Front End JavaScript React JS Vanilla JS Next JS Sencha Ext JS SASS Svelte JS

Senior Software Engineer

Chicago, Illinois, US or remote

Kitchen Inventory Platform for Large Multinational Corporation. C#, .NET, React, Typescript, Azure DevOps. Industrial kitchen inventory management...

Node JS Full Stack JavaScript React JS Vanilla JS Next JS Sencha Ext JS Senior AWS

Software Engineer

Chicago, Illinois, US or remote

As a graduate of Fullstack Academy's software engineering bootcamp, I excelled in all graded projects, consistently scoring at the top of my class....

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS api

Front-End Developer

Chicago, Illinois, US or remote

Freelance website work, developed landing pages for business clients. HTML5/CSS3, vanilla JavaScript Worked with DDB Chicago over ten years in IT...

Node JS Front End Full Stack JavaScript Express JS jQuery Python SASS

Full-Stack Developer

Washington, Illinois, US or remote

DLD-VIP Apr. 2022 – Present Full Stack Developer ▪ Architected API overhaul by migrating to TypeScript, significantly improving code...

Node JS Full Stack JavaScript React JS Vanilla JS Next JS Sencha Ext JS AWS

Full Stack DevOps developer

Chicago, Illinois, US or remote

Over 20 years of programming and system administration experience in multiple languges and technologies. Currently focused on JS-based stacks like...

Node JS Full Stack jQuery MongoDB PHP Senior Meteor JS

Software Engineering Intern

Chicago, Illinois, US or remote

One of my recent projects is Resumerocket.xyz, a React-based web application that leverages Next.js framework. This application enables users to...

Node JS Front End Full Stack JavaScript React JS Python EJS Java

Full Stack Developer

Bartlett, Illinois, US or remote

William Rainey Harper College November 2021 - July 2023 Student Systems Analyst Palatine, IL ● Leveraged programming, scripting, query, and...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Full Stack Developer

Downers Grove, Illinois, US or remote

DeliverZero is a web and mobile application company that focuses on developing and maintaining scalable platforms for efficient and sustainable...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Software Developer

Belvidere, Illinois, US or remote

Front-end Developer Montel Technologies Rockford, IL 01/2018 - 11/2023 Spearheaded front-end development initiatives as the lead developer,...

Node JS Front End Full Stack JavaScript Express JS Vanilla JS jQuery Python MongoDB

Web Developer

Buffalo Grove, Illinois, US or remote

CHAINSEEKER: Full-Stack Disc Golf Scorecard WebApp KEY FEATURES - Score Tracking System: Effortlessly record and monitor your disc golf rounds....

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS MongoDB SASS

Web Developer

Schaumburg, Illinois, US or remote

At my current company Sector Eleven Ltd. We build SaaS platforms for our clients. Each client has different needs and different user interface...

Node JS Front End React JS Express JS Vanilla JS Next JS Sencha Ext JS MongoDB

Software Engineer

Decatur, Illinois, US or remote

I have 3+ years of experience working as a full stack developer with Angular, TypeScript, .NET, C# and SQL. I have over a decade of experience...

Front End Full Stack Python Angular JS C# bash

Software Engineering, Architecture & Management

Dallas, Texas, US or remote

Starting his technical career in 2011, Ryan has been exposed to virtually all aspects of software engineering. Working exclusively at companies with...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

JavaScript Web Developer

Columbus, Ohio, US or remote

JavaScript Web Developer S4 NetQuest Principal JavaScript developer for an online learning company. Led modernization efforts in migrating from...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Principal Engineer

Oshkosh, Wisconsin, US or remote

Seasoned principle engineer specializing in frontend development. I have a wealth of experience as a senior developer and manager. My skills include...

Node JS Front End JavaScript Express JS jQuery Python MongoDB Vue JS PHP

Freelance Web Developer

Raleigh, North Carolina, US or remote

Hi, I'm Andrew, a Freelance Full Stack Developer, Creator, and Entrepreneur based in Raleigh, NC. I'm currently open to new opportunities and love to...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Full Stack Application Developer

Lafayette, Louisiana, US or remote

Dynamic full stack web developer with 13 years of professional experience mastering front and back-end technologies and exceeding client...

Node JS Front End Full Stack React JS Express JS Vanilla JS Next JS Sencha Ext JS jQuery

Senior Software Engineer

Indianapolis, Indiana, US or remote

I've been working in development for over a decade with a primary focus on front end technologies. I have done back end and full stack work using...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS jQuery Svelte JS

Full Stack Web Developer & Graphic Designer

Ooltewah, Tennessee, US or remote

👉 WHAT I'VE DONE • Spearheaded the design, development, and maintenance of five full-stack websites and web applications leveraging React,...

Node JS Front End Full Stack JavaScript React JS Express JS Next JS Sencha Ext JS Python

Full Stack Engineer

GIlbert, Arizona, US or remote

Full Stack Engineer with expertise in incorporating cutting-edge technologies into projects and taking software or features from conception to...

Node JS Front End Full Stack JavaScript React JS Express JS Vanilla JS Next JS Sencha Ext JS

Software Engineer

Cary, North Carolina, US or remote

Software Engineer | Remote | July 2020 - Present • Lead the end-to-end software development for BuddoBot, specializing in JavaScript, TypeScript,...

Node JS Front End Full Stack React JS Express JS Vanilla JS Next JS Sencha Ext JS Vue JS

Who We Are

Adam

Hi! I'm Adam, the person behind JS Chimp.

I make web apps and software (especially with PHP/Laravel).

I've been on both sides of the hiring equation.

Sent on interviews that didn't match my skillset. And recieved candidates unrelated to what I hired for.

Let's fix that.

Here companies and developers can connect around Javascript, JS Frameworks ... and other tech.

If you've got questions, hit me up!

What is JS Chimp

Need a job or looking to hire?

JS Chimp is your spot.

We make finding jobs or talent easy.

Let's connect you with your next job or star developer.

Join us!

Node JS, React JS, and Front End Tech Stacks

Node JS Developers

React JS Developers

Front End Developers

Full Stack Developers

Vanilla JS Developers

Express JS Developers

Next JS Developers

Sencha Ext JS Developers

MongoDB Developers

JavaScript Developers

Python Developers

TypeScript Developers

North America Developers