code404it
code404it
mixologist => dev/project mngr
33 posts
I am just an ANALOG girl in a DIGITAL world. Follow my growth as a DEV/PM & my journey to break into tech. Watch me learn from my mistakes.
Don't wanna be here? Send us removal request.
code404it · 3 years ago
Photo
Tumblr media
Since I have been in HOT pursuit of better, I have gained a few more skills.
 I know about ALL things SaaS because I went through a SDR boot camp and briefly worked as an SDR for a start-up.
I know about LINUX because I thought I wanted to get into AWS and the ever elusive CLOUD. I changed my mind before I got in too deep. 
I just recently completed a program for PROJECT MANAGEMENT. 
I have to tell you, I like it. 
There is a career that will marry my DEV skills to my PROJECT MANAGEMENT skills...I just have to find it. 
Let me also say this. There is NO LIMIT to how many times a person starts over or needs to pivot. I believe B.T. EXPRESS said it best... 
“Go on and do it, do it // Do it 'til you're satisfied // Whatever it is, do it // Do it 'til you're satisfied “
0 notes
code404it · 3 years ago
Photo
Tumblr media
When life gives you lemons, grab the tequila & salt...it’s time for shots! 
0 notes
code404it · 4 years ago
Photo
Tumblr media
Especially if we are talking about your PEACE. 
1 note · View note
code404it · 4 years ago
Text
Be Concise
think quality over quantity.
this is mastering the art of saying what needs to be said in the most effective manner possible.  don’t be a robot. remember when you had to be creative on twitter? you had to convey your thoughts in 140 characters or less? go that route and be confident, be personal, and be effective. 
2 notes · View notes
code404it · 4 years ago
Photo
Tumblr media
It’s more than just motivation...some days you won’t be motivated. Keep going no matter what. Be deliberate in your efforts and always do a little more TODAY than you did YESTERDAY. 
0 notes
code404it · 4 years ago
Photo
Tumblr media
Well, here’s to new NEW beginnings. I want to do all of the things. The next stop is SALES ENGINEER. 
0 notes
code404it · 4 years ago
Photo
Tumblr media
A few things to master...once you get started. 
0 notes
code404it · 4 years ago
Text
Research Is Fundamental
You have to know your prospect. Like seriously, you have to know them without an introduction. If you were ever a stalker in your past life...sharpen those skills and put them to use. If you weren’t, find them on INSTAGRAM or LINKEDIN wait for their entire page to load, put your phone in AIRPLANE MODE and scroll away while taking light notes.  
You will also want a good handle on what their company does, how it does it, and how business is going. If you know what their pain points are...study them even more and then begin to craft ways to address their pain points from several angles. 
In the words of SCAR...”Be prepared!” 
This will help when you being to engage with the prospect. You will need to make the prospect feel special and you can do that by adding little personal touches. It will also feel more personal because it will be crafted with them in mind. 
0 notes
code404it · 4 years ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Keep Going...
So...after helping my friend. 
I knew that I would not be available to continue to help due to the fact that I have started a new job and took on a consulting job as well. 
I made the choice to keep going and put these terms up.
I will most likely keep going with this until I can’t.
I don’t know if this will help anyone else, but it’s out there for anyone. 
I tried to keep the language as simple as possible. 
Also...I am not an expert so if you disagree, please be gentle.
0 notes
code404it · 4 years ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
I am helping a friend with some BASICS and I thought I would go ahead and put this out there for anyone who may need it. 
0 notes
code404it · 4 years ago
Photo
Tumblr media
so, let’s talk about 2020 for a moment.
it wasn’t all trash. 
it wasn’t all good. 
in my life, 2020 served as a giant mirror.
for the first time in my life i could clearly see what was working and what wasn’t working. 
at the same time, i was constantly being tested...my resolve was being tested...my spiritual life was tested...
my trust that “everything happens for a reason” was exhausted.
as we are less than a week into 2021 i still don’t understand every lesson i was taught and i can’t reason somethings that did happen away. 
what i do know is this...
i made it. i am alive. my children made it. my children are alive.
i will not waste time with “comparison gratitude”...you know where you look at what you have to be grateful for and then look at someone who has less and that is where your gratitude really comes from.
nope.
i have what i have because that is what is for me, and for now that has to be enough for me. 
i am ready for 2021...i am ready for the promise and i am ready for positive change.
i have adopted the practice of not making new year’s resolutions...
instead i spend time thinking about a word that will define my year. a word that will remind me of what this year is all about. a word to pick me up when i am at a low point. 
my word for this year is flourish. 
i have put in a good amount of work and i have put a lot of hope/faith into the work i have done. (and there is still more work to do) 
this is the year for the results of all of my effort to flourish. 
in 2021... i am ready to work. 
in 2021... i am ready to reap the rewards of my work. 
in 2021... i am ready to flourish. 
0 notes
code404it · 5 years ago
Text
It Made Me Better...
I have been in a bit of a coding rut...I have been making cocktails a lot more than I have in the past year. I think I was missing the creativity...I don't miss being behind the bar. I miss making menus and I miss throwing the proverbial sh*t up against the wall to see what will stick and what doesn't. So I am pushing myself to make more drinks and enjoying the process. Having said ALL OF THAT...I need to apply the same kind of process to coding. I miss being stressed about what to create and how to create it. Not everything I made was the best idea...but I became better as a result of my creation. I want to get back to that. I miss making SPAs.
0 notes
code404it · 5 years ago
Text
#StruggleCode101: Not The Bay-ang, the (!)
On today’s installment of “What was JavaScript Thinking?”, we will be taking a look at an operator that has thee most confusing descriptor. 
Ah yes, the (!) operator or the bang operator or the logical not operator. If you put a (!) in front of a boolean, it will reverse the value; meaning it will return the opposite. It can be applied to ANY value type and results can by ANY type. 
It’s (!) confusing at all, right!? 
What exactly is a logical not? Let’s find out! 
The long of the short is this...it will return FALSE if it can be converted to TRUE if not it will return TRUE. If a value can be converted to TRUE is is considered TRUTHY, if a value can be converted to FALSE it is considered FALSY.
Wanna know what can be converted to FALSE? I am sure you do, because I do!
undefined
null
empty string
0Nan
*insert double rainbow guy here* “What does it all mean?” 
Anything that is NOT in the above list will be true because they are FALSY. All values that are NOT zero(0) are TRUTHY. 
I am going to attempt a few examples for you...pray my strength!
let iLoveTacos;
  !iLoveTacos // true
The iLoveTacos is undefined therefore it would NORMALLY return FALSE but there’s a (!) in front of that statement and thus it is in fact true...iLoveTacos.
If we try another example:
let iHateTacos = [ ];
  !iHateTacos // false
The empty [ ] would indicate that there is some kind of value and since the presence of a value would NOT be zero (0) then the statement cannot be TRUE thanks to that handy little (!). *in my best MAURY voice* The lie detector  determined !iHateTacos is a lie! 
This entire blog was really an elaborate way to simply say the (!) is perfect for opposite day and it’s waaaay better than yelling “not” obnoxiously. 
Please do not get me started on the (!!) because that is a crime against humanity and should never be used. 
Clear as mud? 
Awesome, *dusts hands off * my job is done here. 
0 notes
code404it · 5 years ago
Photo
Tumblr media
Success IS something you define and work hard for. 
Start today with understanding YOUR definition of success. 
Once you have a solid grasp on what success looks like to you DON’T STOP UNTIL YOU ARE SUCCESSFUL. 
0 notes
code404it · 5 years ago
Text
StruggleCode 101: I’m Bad At Introductions
In the illustrious words of AUSTIN POWERS...“Allow myself to introduce...myself.”
I suppose I could tell “my story” but that could get a little wordy and if you have read any of my blogs, I tend to be on the wordy side. 
I’m thinking bullet points with some explanations PRN.(pro re nata)
Let’s see I suppose I can skip to the important stuff like...
I was excited at my kindergarten graduation because of the ‘Precious Moments’ t-shirt I was given and it had “Class of ‘99″ written on it. 
For the longest time (in elementary school) I thought I was going to be a gymnast, thanks to MARY LOU RETTON.
I hated my name because in the 80′s the only people named “JESSICA” were Jessica Tandy, Jessica Lange, & Baby Jessica (look her up).
Perhaps I should move things along. 
In middle school I just knew I was going to be an OB/GYN and you could not tell me otherwise. 
In high school I no longer wanted to be an OB/GYN because I realized it was more involved and delivering babies was only part of the job.
High school was a tough time for me. I had friends and a social life so that was the okay part. My grades were okay. The hard part was when my mother’s abuse went into over drive and in my sophomore year I was removed from my house because my mother tried to kill me. I was too scared to press charges against her, so the police did what I couldn’t do. 
I found myself without much input from my mom when I did move back home so I took charge of the rest of my life and in the FALL of my junior year I enlisted in the UNITED STATES ARMY. I had done so well in my JROTC classes (I put in 4 years) I went in as an E-3 and my MOS (military occupational skill) was a COMBAT MEDIC. 
Gonna speed up some more. 
I ended up getting pregnant at the ripe ol’ age of 19 and I gave birth at the age of 20.
I moved from CALIFORNIA to GEORGIA in my tiny Coral colored Dodge Neon. 
I didn’t know I was pregnant when I made the choice to move. For future reference there are only 1,875 days from my 1st child to my last child. At one point in my life I had 4 children under the age 6. 
Jobs I had in Georgia before landing in tech:
Selling perfume on the street 
Selling Furniture & Mattresses 
Nurse
Gym Membership Sales
Red Cross Blood Donation Appointment Setter
E*Trade 
Comcast 
Self Employed (13 years)
Bartender/Lead Mixologist/Bar Manager/Brand Ambassador/Brand Strategist 
Lyft
Shipt
Software Engineer/Full Stack Dev (currently unemployed)
In all of this time I have been...
Married
Divorced
In 2 long term relationships...well 3.
On a quest to be comfortable with me being Bi-Sexual
Getting along better with my mother. 
Working on my relationship with my father who was homeless and lived in a PORT ‘O POTTY for years after he helped me move from California, which was only a month after he lost the only man he knew as his father. (there’s really so much to unpack there but I won’t.) He ended up hitchhiking from the MOJAVE DESERT to SAN FRANCISCO, got help and has had a roof over his head for the past 3+ years. Incidentally my father also called me one day an told me I had another sister. I thought she was going to be a toddler...she was actually 24! 
Able to purchase a mini van for $2500 after not having a car for 1091 days. Can you imagine that? With 4 kids...sheesh! 
Fortunate to get a NEWER car like a 2013 SUV when the mini van died. It wasn’t without incident either. It was the 1st week of the new school year and also the week that I was to give my daughter her SWEET 16. 
To move my family out of the apartment complex where we had lived for the better part of a decade and into a house.
To see my oldest daughter graduated from High School
 On the receiving end of my oldest son’s diagnosis of Crohn’s Disease. At the time he had lost so much weight. He was 16 years old and weighed 65 pounds. That was with me feeding him every 2 hours. I did my research and took him to the hospital with MY DIAGNOSIS. I knew it was one of two things he either had stomach cancer (for which I was preparing myself for his death) OR it was Crohn’s. His doctor looked at me with such profound confusion but ultimately thanked me for being so dedicated to his well being. She also told me that she had not seen such a severe case before and said that the measures I took prior to bringing him in were incredible.  I am proud to say that he is over 120 pounds and is doing much better. 
It has been a wild ride. 
It’s crazy to see snippets of my life written out.  
I know that life throws so many curve balls and please understand I did not handle a lot of this with grace. 
Deep depressions and life ending thoughts consumed me. 
It was only my kids that kept me from doing the absolute worst. 
They are the reason why I am alive today. 
They are my reasons. 
They are my “why”.
I don’t share my story to create some kind of “success story”. 
I share it because most people will not share their truth for fear of shame. 
If you learn NOTHING else from reading my “series of unfortunate events”...
learn this...
Life is scary and you have to FEEL THE FEAR AND DO IT ANY WAY! 
My life is far from perfect BUT my life is so real...no “air-brush”... no “retouches”...no “edits”.
It’s beautifully messy and that is just the way it should be.
0 notes
code404it · 5 years ago
Photo
Tumblr media
...or you could always go with what Michael Jackson said... 
“Don’t stop ‘til you get enough.”
In any event...the point is don’t stop until you are satisfied. Your success is up to you. 
When all else fails...go with Journey...
“Don’t stop believing!”
0 notes
code404it · 5 years ago
Text
StruggleCode 101:  .forEach()...a simple explanation.
In my never ending quest to understand all things JAVASCRIPT...I wanted to see if I could tackle .forEach()
Before I jump into that I have to very quickly go over something that I will cover a little later. 
It’s a good idea for me to touch on callback functions. 
Here’s the best way to define a callback function...
A callback function is a function that is passed as a PARAM to another function
AND the callback function is run INSIDE of the function it was passed to.
A callback function can be either SYNC or ASYNC. 
Having said all of that we can get into the ‘meat & potatoes’ of why I am blogging today. 
.forEach() call a function ONCE for each item in an array...in ascending order. The callback function is invoked (called) in THREE (3) arguments...
.forEach(value)  .forEach(__, index)  .forEach(__, __, object) 
Let me see if I can create an example that will make some kind of sense. 
let hotSauces = [”Tabasco”, “Cholula”, “Frank’s”] hotSauces.forEach(hotSauce => { console.log(hotSauce  +  “ain’t hot!”) } Tabasco ain’t hot! Cholula ain’t hot! Frank’s ain’t hot!
I want to talk about what I just did there.
I just said for each item (hotSauce) print out...individually that...(hotSauce) ain’t hot!
Yes, this is a very simplified example but it’s supposed to be. 
Hopefully that example was easy for you to understand. 
I am going to attempt to dig a little deeper. 
Let’s pretend I am in the middle of coding something and I want to use .forEach()
I’m gonna to go for it! 
const bags = document.querySelectorAll(’div’)   bags.forEach(bag => {   bag.addEventListener(’click’, clickOutcome) }) function clickOutcome() { alert(’I got hot sauce in my bag, SWAG!’) }
The above code is saying...
for each item (bag) an event listener will be added and when the bag is clicked the clickOutcome function is invoked (called) and we see the alert. 
This makes hella sense to me. I hope it made hella sense to you! 
Until the next blog...duces! 
0 notes