What does it mean to be a full-stack developer? Well, according to W3Schools, it means: “a person who can develop both client and server software”.
While I do agree with their definition, I would add that full-stack developers are basically match-makers 🥰. On their own, the frontend and backend are independent and don’t necessarily care about each other. Thus, it is the full-stack developer’s responsibility to make that connection happen and “match them up”. …
Last week I had my first technical interview through Skilled. Even though it was a mock I wanted to do well, but just the thought of doing a technical interview made me nervous. For a whole week I researched “what you need to know for technical interviews”, reviewed the fundamentals of JavaScript, studied data structures and algorithms, practiced with LeetCode, and basically stressed myself out thinking how much I didn’t know. …
Sometimes the hardest part about starting a new project is just that…starting. Once you come up with an idea, draw up your entity relationship diagram (ERD) and wireframe, decide what features you want to work on, create the project AND connect the repositories to GitHub, it’s finally time to start coding!
While you may be ready to start building your project, all projects need a solid base. That’s where this guide comes in! For me, the beginning set up is often the same and so in the monotony of the process I’ve forgotten the reasoning behind certain steps. To share with those who are curious or need a reminder about what each step is doing, this guide will explain so you can be intentional about the set up of your project. …
For my latest project I built a full stack application with a Rails API backend and a React/Redux frontend. In addition to being my latest project, it is also my last project with the Flatiron School because I have now graduated! I truly enjoy being a full stack developer and plan on building out more side projects; graduating isn’t the end but the beginning for me.
Since I’m planning on working with React for the frontend and Rails API for the backend, I took out my handy-dandy notebook to document what I’m doing. When I tried to write down the steps on how to create the backend and frontend repositories locally and have them be connected on GitHub, I started to mix them up. So to keep track of the steps and for anyone else who needs a reminder, I’m leaving this step-by-step guide here! …
2020 has been a strange, crazy year. Our physical limitations have been put to the test as well as our mental and emotional health. We are trying to get back to normal, but our normal isn’t going to be the same as before. There are implications that we need to live with right now that will impact how we live after. And the year isn’t even over yet.
For the past five months I have been participating in Flatiron School’s Web Development Fellowship. I applied at the end of February, just before the world shut down due to COVID-19 and during a point where I felt stuck. Currently I’m working on my final project and feel like it’s senior year all over again. …
After learning JavaScript many developers turn to learn React. In fact, if you google “is react worth learning?” there are quite a few articles that answer this question with a strong YES.
But what is React? What is its associated language JSX? How does it compared to JavaScript?
I admit, if you asked me these questions two weeks ago I wouldn’t have known how to respond. I didn’t know much else about React, other than it’s used for the frontend and a good next step after JavaScript. When I finally switched gears to learn React, the way JSX simplifies JavaScript was hard for me to grasp. Now, two weeks later, I am comfortable enough with the differences to appreciate the pros and cons of each. …
Do you have a routine when you start a new project? Personally, a huge part of my routine is having my notebook next to me. Not to jot down ideas, but to flip through my notes (yes, I still hand write my notes ✍🏼) and find where I wrote down how to set up my project.
To be more efficient (and avoid more paper cuts 😅) I decided to type out my notes and leave them here. This is a review on how to set up your project specifically for a Rails API backend and JavaScript frontend, but the general steps to create a project are the same. …
Project week at Flatiron School is a rollercoaster ride of emotions. On one hand, it’s exciting to collaborate with a partner to create something based on what we learned in the past two weeks. On the other hand, having only one week to build a functioning application from nothing, and (😅 ideally) not look like something from the 80s or 90s, is daunting. Nevertheless, it’s definitely a time to look forward to; when you emerge from the other side, you will have grown and learned so much. Not to mention, seeing other project presentations from your peers is so inspiring! …
(Don’t have time? Skip to the next section for the good stuff!)
As someone who has a little more than nine weeks of learning and experience with coding, I am very grateful that Ruby is my first programming language. Although I don’t know much about other programming languages to compare, there is so much that I appreciate about Ruby. …
About