franciscawog.com Open in urlscan Pro
185.199.111.153  Public Scan

URL: https://franciscawog.com/
Submission: On January 18 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST https://formspree.io/f/mpzvwoyp

<form action="https://formspree.io/f/mpzvwoyp" method="POST">
  <div class="fields">
    <div class="field half">
      <label for="name">Name</label>
      <input type="text" name="name" id="name">
    </div>
    <div class="field half">
      <label for="email">Email</label>
      <input type="text" name="email" id="email">
    </div>
    <div class="field">
      <label for="message">Message</label>
      <textarea name="message" id="message" rows="4"></textarea>
    </div>
  </div>
  <ul class="actions">
    <li><input type="submit" value="Send Message" class="primary"></li>
    <li><input type="reset" value="Reset"></li>
  </ul>
</form>

POST #

<form method="post" action="#">
  <div class="fields">
    <div class="field half">
      <label for="demo-name">Name</label>
      <input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe">
    </div>
    <div class="field half">
      <label for="demo-email">Email</label>
      <input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld">
    </div>
    <div class="field">
      <label for="demo-category">Category</label>
      <select name="demo-category" id="demo-category">
        <option value="">-</option>
        <option value="1">Manufacturing</option>
        <option value="1">Shipping</option>
        <option value="1">Administration</option>
        <option value="1">Human Resources</option>
      </select>
    </div>
    <div class="field half">
      <input type="radio" id="demo-priority-low" name="demo-priority" checked="">
      <label for="demo-priority-low">Low</label>
    </div>
    <div class="field half">
      <input type="radio" id="demo-priority-high" name="demo-priority">
      <label for="demo-priority-high">High</label>
    </div>
    <div class="field half">
      <input type="checkbox" id="demo-copy" name="demo-copy">
      <label for="demo-copy">Email me a copy</label>
    </div>
    <div class="field half">
      <input type="checkbox" id="demo-human" name="demo-human" checked="">
      <label for="demo-human">Not a robot</label>
    </div>
    <div class="field">
      <label for="demo-message">Message</label>
      <textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
    </div>
  </div>
  <ul class="actions">
    <li><input type="submit" value="Send Message" class="primary"></li>
    <li><input type="reset" value="Reset"></li>
  </ul>
</form>

Text Content

Full-stack software engineer, photographer, and human biologist
Experienced with Javascript, React, Redux, Ruby on Rails, PostgreSQL, and more

 * About
 * Skills
 * Projects
 * Contact
   


ABOUT


HELLO! I'M FRANCIS CAWOG

I'm a full-stack software engineer from Brooklyn, New York. My passion of
helping others and my curiosity to learn new things are combined into one as a
software engineer. I wish to create technology that will help people and improve
their lives.

Previously in school, I was pursuing a career as a pre-med candidate. However, I
felt that this was not the correct career route for me. In order to take time to
make this decision, I decided on leaving the country and backpack the world for
a year. This was a transformative experience for me. I was able to learn better
communication, time management, and organizational skills. Most importantly, I
was able to make a decision about becoming a software engineer.

I recently graduated from App Academy, an intense 16 week coding bootcamp where
I learned new languages and technologies. This course, compounded with my many
life experiences, have provided me with the skills to succeed as a software
engineer. I am currently seeking a position as a full-stack engineer where I can
showcase these skills and work with other like-minded individuals.

In my free time, I enjoy playing sports, photography, video games, traveling,
and chess.

Close


SKILLS

JAVASCRIPT

RUBY

REACT

REDUX

RAILS

CSS3

HTML5

POSTGRESQL

EXPRESS

MONGOOSE

MONGODB

THREEJS

AWS

JWT

NODE.JS

ADOBE LIGHTROOM

ADOBE PHOTOSHOP

ADOBE PREMIERE PRO

RENDER

VS CODE

GIT

NPM

CHATGPT

GITHUB

Close


PROJECTS


WORLD OF HOSTELS

World of Hostels is a HostelWorld clone, a booking platform that allows users to
book hostels cities accross the world. Catered more towards the backpackers and
solo travelers across the world, World of Hostels allows travelers to either
book a full private room or a bunk bed in a shared room. It allows more budget
friendly options by having multiple users in the same accomadation, coming and
going as they please. World of Hostels uses React.js on the frontend and Ruby on
Rails on the backend.


PACER

Pacer is a social media platform that allows users to connect with other users
who have similar workout interests. The Pacer platform helps you connect with
people playing your favorite sport at similar performance levels so you can
train, bond, and celebrate together.


GEO PATH FINDER

Geo Path Finder is an engaging geography puzzle game that challenges users to
find the shortest path between two countries on a map. The objective is to guess
the names of countries that form a continuous path between the given starting
and ending countries. Countries are considered connected if they share a border.
As users make guesses, the countries on the map change color to indicate their
location, and the country names are revealed. The game ends when a complete path
is found between the two initial countries. After completion, the game provides
users with the optimal path to compare their solution.

Close


CONTACT

Name
Email
Message
 * 
 * 

 * GitHub
 * Linkedin
 * Instagram

Close


ELEMENTS


TEXT

This is bold and this is strong. This is italic and this is emphasized. This is
superscript text and this is subscript text. This is underlined and this is
code: for (;;) { ... }. Finally, this is a link.

--------------------------------------------------------------------------------


HEADING LEVEL 2


HEADING LEVEL 3

HEADING LEVEL 4

HEADING LEVEL 5

HEADING LEVEL 6

--------------------------------------------------------------------------------

BLOCKQUOTE

> Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis
> eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum.
> Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus.
> Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam
> adipiscing eu felis.

PREFORMATTED

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';


LISTS

UNORDERED

 * Dolor pulvinar etiam.
 * Sagittis adipiscing.
 * Felis enim feugiat.

ALTERNATE

 * Dolor pulvinar etiam.
 * Sagittis adipiscing.
 * Felis enim feugiat.

ORDERED

 1. Dolor pulvinar etiam.
 2. Etiam vel felis viverra.
 3. Felis enim feugiat.
 4. Dolor pulvinar etiam.
 5. Etiam vel felis lorem.
 6. Felis enim et feugiat.

ICONS

 * Twitter
 * Facebook
 * Instagram
 * Github

ACTIONS

 * Default
 * Default

 * Default
 * Default


TABLE

DEFAULT

Name Description Price Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99 Item Three Morbi faucibus
arcu accumsan lorem. 29.99 Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99 100.00

ALTERNATE

Name Description Price Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99 Item Three Morbi faucibus
arcu accumsan lorem. 29.99 Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99 100.00


BUTTONS

 * Primary
 * Default

 * Default
 * Small

 * Icon
 * Icon

 * Disabled
 * Disabled


FORM

Name
Email
Category - Manufacturing Shipping Administration Human Resources
Low
High
Email me a copy
Not a robot
Message
 * 
 * 

Close

© Francis Cawog View my Resume Send an Email