Post-Bootcamp Life

I finally graduated from Thinkful, an online coding bootcamp.

I really learned a lot, and it was thanks in most to my mentor. Unlike many of my colleagues from the program, my mentor was a full stack developer who knew the front to the back of programming. I was lucky!

However, working hard and learning how to program also takes a lot of effort on the student's part. So putting hours in to programming and studying is just as important as communicating with your mentor or going over the curriculum material.

But after joining a bootcamp and finishing, I have to say that the learning is never done.

You cannot just stop studying, coding, building, networking, etc. It's all about making programming a lifestyle.

I'm even planning on ways to get more involved by joining open-source projects, creating collaborative work with colleagues from the program, building my own side-projects to test out new technologies, tutorials, and going through online programs like CS50 and Udacity nanodegrees.

So, don't forget to keep learning, and finding ways to improve yourself. If you want to become something amazing, make sure to give it your all, and don't stop trying!

Life in San Jose, CA

It's been about 6 months since we've been living in San Jose, California. I'm already starting to forget what it was like living in Tucson, Arizona -- the desert, where we had stayed for about 8 months before moving to slightly sunnier California.

Urban life can sometimes be stuffy. I spend a lot of my time in my small 595 sq. ft. apartment, tending to a few plants in my tiny patio, and if I do go out, walk about 5-10 minutes to Starbucks or 20 minutes to the library across the tiny river.

Today's post is going to be a little more about both my journey towards being a real web developer and my zero waste minimalism life style.

I'm currently on my 6th month in the Thinkful bootcamp. I've been working on a React capstone for the past few weeks. Hopefully I'll be finalizing that project shortly. Still some rough parts to polish, but mostly good for now. Ironically, I'm also freelancing to improve a venture capitalist company's website in Wordpress. The ironic part was that my time in Tucson working irregularly in a design agency helped instill in me my knowledge of using Wordpress. Thankfully, you don't need to know a ton of php in order to word with the editors because most of the code is also basic JavaScript.

So, enough about that nothing too much happening in my career in terms of being more of an established developer. But it's a start.

Now, since moving to this new city. I've been blessed to enjoy foods from many different cultures. I can easily get some of my favorite foods like Korean, Vietnamese, Japanese and Chinese with no problems. Which makes it sometimes hard for me to stay motivated to cook at home.

The bad part about not cooking much at home, is I can easily fall into making waste. Now part of our ZWM lifestyle is to minimalize waste. But we've been still good about carrying around our reusable spoons/napkins, cups and bags, so we're still working on minimalizing. But there are still items we are getting that comes in plastic packaging like noodles or cookies. I'm planning on making a lot more things from scratch. For example, tofu, noodles, breads, etc. I'll make a blog post shortly about that in the following weeks to come.

But one of the things I'm making sure to do better is to remember to enjoy and savor the moments with the ones we care most about. For me that is making sure my family and close friends are healthy and happy, and to stay in touch.

Life isn't a race, we don't have to try to be the best or the most amazing out there, after all life is short and if we don't stop to enjoy the moments we will end up missing out and regretting the awesome stuff.

So breath deep and go slowly.

Building a React/Redux App with JWT

So, I apparently like to sporadically write about different topics. I hadn't had any good ideas for over a month,  but this one was on my mind this week as I began to really develop a large scale application using React/Redux. I'm working on my third capstone in the Thinkful program.  You can find more about it here.

My previous capstone was mainly using Node/Express, MongoDB, and handlebars, with authentication through PassportJS. I would have to say that definitely moving onto React/Redux and JWT definitely pushes my learning up a notch.

So, the first thing I want to say is how beneficial it has been to learn more about the development process from nearly scratch. I'm using webpack 2, which I've configured myself, and it is definitely something to get used to. But the funny thing is the more I keep messing with the code, the more I actually come to understand it.

I recommend that anyone doing their own project check out some tutorials. I prefer youtube tutorials though because I'm a visual learner, and I like to hear people explain it as they go through the code. However, that's not to say that some materials like written ones with images aren't bad, but they just aren't as effective for my own learning.

I also noticed that while building this capstone, I noticed I'm acquiring more ways to improve how to write my code, and also in setting up my directory. I believe that good clean architecture for your project is important, especially when you're sharing it with others.

So, as of right now I'm not done with my project (it's been over a week since conception to coding), I've discovered a lot more things I need to improve. But I am definitely getting there, and hopefully after this is all over, I will be an even better web developer. 

My First Hackathon

I went to my first hackathon and this is what I experienced and thought.

I happened about 2 months ago to discover there was a conference happening in SF. It was called Developer Week 2017.

This happened to be my first hackathon as well. I wasn't sure what to expect. It also occurred on a Saturday and Sunday.

I found a team to work on, it was for a door dash like application, but for stadiums. I ended up building the API so the android devs could retrieve the data.

It was a simple node, express, mongodb setup. But I totally felt all these mixture of feelings as I was working on this simple piece of backend code. I read this article before writing this blog, which was helpful for a junior like me.

One of the things that hackathons teaches you is how to work together in a team of strangers, bring together your expertise in order to contribute to the development of the app, and learn to accept that sometimes your work may not be used. Although the ideal would be to work together with a group of people you know well, and on a project that the entire team have a fairly good reason to support. But, that's not always how it turns out.

I think that despite the fact that I've been formally learning for about 4 months now, and have had a year more of self-learning, I have really found myself further ahead in my studies than when I first began. Every little bit of knowledge can be useful in developing my skills as a web developer, from studying SQL that one time, to knowing how a mobile app works.

Most of us junior devs that come from a non-CS background may have a bad case of imposter syndromes. We're not gifted with the opportunity or desire to go through the CS programs because maybe we were not supported in that area, or we did not get the after-school tutoring and good instruction at school for mathematics.

But what this hackathon has taught me was that no one is good at everything. Everyone has their flaws, whether that be in designing, coding, communication or leading a project. No one is perfect, and everyone is learning or at least gaining experience from doing.

Being at the bottom of the totem pole is going to suck for awhile. But one day a lucky opportunity will come and you will work on a great project that will help you build your skills so you can move on to the next level. Then that's when you will realize that all those moments contemplating vague concepts, you will eventually get them, and on top of that figure out the next difficult and abstract problem, to one day become the expert.

For my future self, I hope you didn't give up because each day is a struggle, but when you keep trying and look back, you will realize that you have made progress as long as you continue to try and enjoy what you do.