diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..8d77ed9 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,10 @@ +FROM gitpod/workspace-mysql + +USER gitpod + +# Install custom tools, runtime, etc. using apt-get +# For example, the command below would install "bastet" - a command line tetris clone: +# +# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/* +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..7c704f3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - init: echo "Replace me with a build script for the project." + command: echo "Replace me with something that should run on every start, or just + remove me entirely." +image: + file: .gitpod.Dockerfile diff --git a/.theia/launch.json b/.theia/launch.json new file mode 100644 index 0000000..a2ea02c --- /dev/null +++ b/.theia/launch.json @@ -0,0 +1,6 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [] +} diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..02a95fe --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +isabelabiramontes.tech \ No newline at end of file diff --git a/README.md b/README.md index a8434c6..dbbf5bb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ +[](https://gitpod.io/#https://github.com/itscodenation/CodeNationInterns) + # CodeNationInterns ## Description ## Goals -* Coders will create a internship site to catelog their internship experiences -* Coders will practice fundemental terminal commands -* Coders will learn how to collorate on a git repository -* Coders will practice debugging and writing readable code. -* Coders will refresh HTML, CSS, and Javascript Skills +* Catelog my internship experiences +* Build portfolio diff --git a/interns.js b/interns.js index 5ff87f4..36876ec 100644 --- a/interns.js +++ b/interns.js @@ -1,353 +1,11 @@ var interns = [ { - firstName: 'Abdoul', - lastName: 'Barry', - folderName: 'abdoul_barry', - fileName: 'barry.html', - imgName: 'pic.jpg', - company: 'FOAM', - year: 2018, - }, - { - firstName: 'Abdul', - lastName: 'Manan', - folderName: 'abdul_manan', - fileName: 'abdul.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Microsoft', - year: 2018, - }, - { - firstName: 'Andrea', - lastName: 'Cajamarca', - folderName: 'andrea-cajamarca', - fileName: 'andrea.html', - imgName: 'andreac01.jpg', - company: 'Animoto', - year: 2018, - }, - { - firstName: 'Anthony', - lastName: 'Yang', - folderName: 'anthony_yang', - fileName: 'anthony.html', - imgName: 'anthony.JPG', - company: 'Accenture (Shiseido)', - year: 2018, - }, - { - firstName: 'Ashley', - lastName: 'Diaz', - folderName: 'ashley-diaz', - fileName: 'ashley.html', - imgName: 'ashley_headshot.jpg', - company: 'American Express', - year: 2018, - }, - { - firstName: 'Azwad', - lastName: 'Shameem', - folderName: 'azwad', - fileName: 'azwad.html', - imgName: 'azwad.jpg', - company: 'HSBC', - year: 2018, - }, - { - firstName: 'Brittany', - lastName: 'Torres', - folderName: 'Brittany_Torres', - fileName: 'brittany.html', - imgName: 'picture.PNG', - company: 'Group Nine Media', - year: 2018, - }, - { - firstName: 'Carmen', - lastName: 'Salas', - folderName: 'carmen_salas', - fileName: 'carmen.html', - imgName: 'download.png', - company: 'Valtech', - year: 2018, - }, - { - firstName: 'Coral', - lastName: 'Reyes', - folderName: 'coral_reyes', - fileName: 'coral.html', - imgName: 'icon.jpg', - company: 'Oscar Health', - year: 2018, - }, - { - firstName: 'Daniel', - lastName: 'Zamilatskiy', - folderName: 'daniel_z', - fileName: 'daniel.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'FOAM', - year: 2018, - }, - { - firstName: 'DeAngelo', - lastName: 'Dove', - folderName: 'deangelo_dove', - fileName: 'deangelo.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Salesforce', - year: 2018, - }, - { - firstName: 'Imani', - lastName: 'Greenidge', - folderName: 'imani_greenidge', - fileName: 'imani.html', - imgName: 'imani1.jpg', - company: 'Policygenius', - year: 2018, - }, - { - firstName: 'Jason', - lastName: 'Alvarez', - folderName: 'jason_alvarez', - fileName: 'jason.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'ATTCK', - year: 2018, - }, - { - firstName: 'Jason', - lastName: 'Giang', - folderName: 'jason_giang', - fileName: 'jason.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'TPG', - year: 2018, - }, - { - firstName: 'Jennifer', - lastName: 'Zheng', - folderName: 'jennifer_zheng', - fileName: 'jennnifer.html', - imgName: 'jennifer.png', - company: 'HSBC', - year: 2018, - }, - { - firstName: 'Jackie', - lastName: 'He', - folderName: 'jiaqi_he', - fileName: 'jiaqi.html', - imgName: 'IMG_9799 (2).jpeg', - company: 'Group Nine Media', - year: 2018, - }, - { - firstName: 'Jocelyn', - lastName: 'Reyes', - folderName: 'jocelyn_reyes', - fileName: 'jocelyn.html', - imgName: 'jocelyn.jpg', - company: 'Datadog', - year: 2018, - }, - { - firstName: 'Jordan', - lastName: 'Kelly', - folderName: 'jordan_kelly', - fileName: 'jordan.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'OpenFin', - year: 2018, - }, - { - firstName: 'Julian', - lastName: 'Jimenez', - folderName: 'julian_jimenez', - fileName: 'julian_jimenez.html', - imgName: 'julian.jpg', - company: 'Oscar Health', - year: 2018, - }, - { - firstName: 'Kayahma', - lastName: 'Brown', - folderName: 'Kayahma', - fileName: 'Kayahma.html', - imgName: 'kay.jpg', - company: 'Etsy', - year: 2018, - }, - { - firstName: 'Kevin', - lastName: 'Hui', - folderName: 'kevin_hui', - fileName: 'kevin.html', - imgName: 'kevin.jpg', - company: 'MediaMath', - year: 2018, - }, - { - firstName: 'Kiara', - lastName: 'Correa Acosta', - folderName: 'Kiara_Correa_Acosta', - fileName: 'Kiara.html', - imgName: 'Kiara.png', - company: 'Rent the Runway', - year: 2018, - }, - { - firstName: 'Layla', - lastName: 'Flight', - folderName: 'layla_flight', - fileName: 'layla.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Animoto', - year: 2018, - }, - { - firstName: 'Lissette', - lastName: 'Duran', - folderName: 'lissette_duran', - fileName: 'lissette.html', - imgName: 'lissettepic.jpg', - company: 'MakeSpace', - year: 2018, - }, - { - firstName: 'Louis', - lastName: 'Gabrie', - folderName: 'louis_gabrie', - fileName: 'louis.html', - imgName: 'portfolio_me.jpg', - company: 'ALICE', - year: 2018, - }, - { - firstName: 'Mark', - lastName: 'Griffith', - folderName: 'mark_griffith', - fileName: 'markgriffith.html', - imgName: 'mark.jpg', - company: 'MediaMath', - year: 2018, - }, - { - firstName: 'Michal', - lastName: 'Idzik', - folderName: 'michal_idzik', - fileName: 'michal.html', - imgName: 'michal.jpg', - company: 'OpenFin', - year: 2018, - }, - { - firstName: 'Momina', - lastName: 'Fazal', - folderName: 'momina_fazal', - fileName: 'momina.html', - imgName: 'momina.jpg', - company: 'OkCupid', - year: 2018, - }, - { - firstName: 'Monserrat', - lastName: 'Diaz Martinez', - folderName: 'monserrat_diazmartinez', - fileName: 'monserrat.html', - imgName: 'headshot2.jpg', - company: 'Vaan Group', - year: 2018, - }, - { - firstName: 'Oscar', - lastName: 'Ramirez', - folderName: 'oscar_ramirez', - fileName: 'oscar.html', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Frame.io', - year: 2018, - }, - { - firstName: 'Patricia', - lastName: 'Perez', - folderName: 'patricia_perez', - fileName: 'patricia.html', - imgName: 'patricia.JPG', - company: 'FTI Consulting', - year: 2018, - }, - { - firstName: 'Ramata', - lastName: 'Williams', - folderName: 'ramata_williams', - fileName: 'ramata.html', - imgName: 'ramata.jpg', - company: 'American Express', - year: 2018, - }, - { - firstName: 'Stephanie', - lastName: 'Smith', - folderName: 'Stephanie_Smith', - fileName: 'Stephanie.html', - imgName: 'Stephanie.jpg', - company: 'Valtech', - year: 2018, - }, - { - firstName: 'Steven', - lastName: 'Rosario', - folderName: 'steven_rosario', - fileName: 'stevenrosario.html', - imgName: 'headshot.jpg', - company: 'Accenture', - year: 2018, - }, - { - firstName: 'Tai', - lastName: 'Chowdhury', - folderName: 'Taifinkaba_Chowdhury', - fileName: 'Taifinkaba.html', - imgName: 'Taifinkaba.jpg', - company: 'American Express', - year: 2018, - }, - { - firstName: 'Thomas', - lastName: 'Perez', - folderName: 'thomas_perez', - fileName: 'thomas.html', - imgName: 'thomas.JPG', - company: 'Slice', - year: 2018, - }, - { - firstName: 'Wendy', - lastName: 'Jiang', - folderName: 'wendy_jiang', - fileName: 'wendy.html', - imgName: 'wendy.JPG', - company: 'Rent the Runway', - year: 2018, - }, - { - firstName: 'Wuqian', - lastName: 'Ye', - folderName: 'wuqian_ye', - fileName: 'wuqian.html', + firstName: 'Isabela', + lastName: 'Biramontes', + folderName: 'isabela_biramontes', + fileName: 'isabela.html', imgName: '../../assets/site/profile-placeholder.png', company: 'Etsy', - year: 2018, - }, - { - firstName: 'FirstName', - lastName: 'LastName', - folderName: '', - fileName: '', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Company', - year: 2018, + year: 2019, }, ]; diff --git a/pages/Andre_Isaac/andre.css b/pages/Andre_Isaac/andre.css deleted file mode 100644 index e69de29..0000000 diff --git a/pages/Andre_Isaac/andre.html b/pages/Andre_Isaac/andre.html deleted file mode 100644 index 6ac393c..0000000 --- a/pages/Andre_Isaac/andre.html +++ /dev/null @@ -1,135 +0,0 @@ - - -
- - - - -- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- I recently graduated from All City Leadership Secondary School and will be attending Smith College. I own an online bakery called Britt's Cuppycakes that you can follow on instagram @britts.cuppycakes. I also love to read, write, crochet and listen to - music. -
- - My internship experience was amazing. I got to meet so many people with awesome personalities and talents. The project we worked on was challenging and fun. We got to try our hand at working with third party sites and follow a design spec. The environment in the office was welcoming and inclusive. My time working at Group Nine was amazing! - - -
-- We were tasked with creating the website for the Emerging Platforms team based on a design spec that we were given. We worked with sites like Tumblr and Jotform to make it possible. - -
-- My key takeaways are that it's okay to be challenged and meeting new people isn't always as intimidating as you think it to be. I also learned that it is okay to ask for help, it is okay to be stuck, but it is not okay to do nothing about it. -
-- I graduated Uncommon Charter High School in 2018. I am incoming freshman at Smith College. I am a sneaker enthusiast who also is a nerd at heart! -
-- I’ve learned a lot while working at Etsy. For example I can attach a debugger inside my code and check it in my google browser, and that Slack is a very complicated platform especially when getting access to add features to it. Slack doesn’t give step by step tutorials on where to find tokens or where to input them, so there was a lot of testing on my part. - -
-- Over my five weeks at Etsy I worked on a code coverage bot. This bot pulls data from an api and outputs the code coverage report to Slack. -
-- Even when you think your finished with a projects there are always features that could be added to make it better. If I could do anything differently knowing what I know now, I would have probably invested more time in how my bot looks. - -
-
- My name is Kiara Correa Acosta. I am 17 years old. I graduated from All City Leadership Secondary School and I am attending Smith College in the Fall of 2018. I am currently undecided but am heading towards doing a double major in computer science and
- early childhood education. Some of my favorite things to do are read, listen to music, and do facemask on my free time.
-
I started coding in my Junior year of Highschool with ScriptEd, from this foundations course I went on to do the ScriptEd Summer Academy. During this time I had the chance to work with a mock client. This led to me take
- more interest in the world of web designing. I processed to be a part of the advanced course that ScriptEd offered at a tech company. I was placed at Oscar Health for the year. Lastly, I am an intern on the CX Tools Team at Rent
- the Runway.
- While my time at Rent the Runway I experience a lot. From the start, I was allowed to set meetings and attend events. Some meeting I made was with marketing and social media director, college reps, current software engineers. This opportunity gave me
- the knowledge on how to manage my time while being productive with my time.
Some non-tech experiences that I have had the pleasure to be a part of are the Company Scavenger Hunt and the Company’s Beach
- Day. My team actually won the Scavenger Hunt and I met a group of people that I hadn’t really had interactions with till this event. Due to us winning, we were given the opportunity to have a team lunch. During this time I talked
- to this group of people about things related to work but also about random things like vacations.
Lastly, my internship goal by the end was to make the most of this opportunity. I think that this was completed the moment in
- which I had a conversation with Jennifer Hyman, the co-founder, and CEO of Rent the Runway.
- My time at Rent the Runway, I have worked on codecademy on learning React and Ruby. Learning two new languages, Ruby and React was a bit time consuming but I still managed to work on the projects given.
I paired with current
- engineers to work on tickets to help dismiss certain bugs that have been reported by the CX admins. When at the DFC we were given the chance to shadow CX agents and see them using the programs we were fixing bugs too. In addition
- to these tickets for bugs, I have helped in styling certain pages for the clarity of CX admin users. Lastly, we were working on replicating a webpage for a contact us page to mock the wireframe that was given to us.
- “If you're not going to speak up, how will the world supposed to know you exist”
I took this quote to heart when being at Rent the Runway. As a 17-year software engineer intern, I knew that I would not really be noticed unless
- I put myself out there. Personally, I am usually shy around people I barely know but I made sure that I was going to step out of my bubble. I did this by setting up meetings on my own, going to company events and talks, asking
- questions, filling out forms and applications.
I even presented at Drinks and Demos when it was not required. Not only did I have to speak to put myself out there but I also know that if you do not ask for help on something
- you are stuck on, nothing will get done at the end. Another key takeaway I encountered was that everyone at the company was really opened to helping me in any way possible. Whether that be in pairing to teach me something new or
- even to talk about their experiences.
- Studying at Hunter College and majoring in Computer Science, with a passion for playing the trumpet and listening to music. Enjoys food, especially sushi and all types of Japanese cuisine. Valedictorian graduate from Landmark High School as well! -
-- Valtech has enabled me to be more professional and to work better with coworkers and employees of all kinds! Being prompt and on time is also something I have been able to work on thanks to Valtech, so my experiences with interning has been smooth so far. -
-- We are currently working on creating a reminder for the employees to submit their timesheets in a fun and engaging way: using circle charts and a timer! -
-- Being more outgoing and connecting to others much better are a few of the things Valtech has helped me with during these few weeks! -
-
-
-
- - I am weird, a gamer, and Otaku. I play games like GTA, Black Ops, Overwatch, Fortnite, on the PS4. I practice coding on github, and learn how to code from ScriptEd and Codecademy. Some of my favorite anime's are Sword Art Online, H2O Footprint in the sands, Clannad, and Naruto. I will be intending College in SUNY Plattsburgh for Computer Science to attain a bachelors degree. I love to wear shorts no amtter what season or weather it is, it can be 10 degrees and with a storm and you'll still see me wearing shorts. -
-- I worked with new people, had meetings, ate lunch with my team - and learned new things like graphQL or the terminal. -
-- Me and my partner, Edward, worked on a status web site for - American Express to use so that they can see the status - of their web sites after a new code is added in. This - website would also show where in the web site the problem - is coming from so that it's easy to find instead of looking - trough a whole 10 page essay worth of coding. -
-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- My name is Abdoul Barry and I joined ScriptEd 2 years ago at my school as an elective class. - It was the best decision I made in high school since I have always dreamt to be a programming nerd. - All my experience in the tech experience has then derived from the knowlegde I am acquiring from ScriptEd. - It has been an amazing way from walking into big tech companies for mentorships to internships, ScriptEd has meant the opportunity's glimmer to me. -
-- - -
-- - -
-- - -
-- I am very interested in coding. I am also interested in car mechanics, I was planning on taking college classes on it. I am also interested in car audio. I enjoy learning how to edit videos as well as pictures. -
-- To be continued. -
-- To be continued. -
-- To be continued. -
-- I am part of the graduating class of 2018 from TYWLS of East Harlem. I will be attending CUNY Hunter College in the Fall of 2018-2019. I attended ScriptEd's Foundation, Advanced and Studio classes, where I cultivated the skills necessary to learn React, Javascript, SCSS, and HTML. -
-- I have attended two ScriptEd summer internships, where I acquired the skills necessary to code in a professional environment and to network with software engineers. -
-- Animoto's business creation section originally did not have a clear way for users to see the layouts avaliable for their videos and images. My task was to create a modal that would show the different types of modals that users can choose from the start. -
-- A key takeaway from my internship is to never be afraid to ask questions. The first week will always be nerve-wracking, but never pass up an opportunity to have conversations with the people working at your company. Both of you will learn something different, so give it a chance! -
- I’m a rising freshman at City College whose biggest strength is meticulousness. - I enjoy coding because there are multiple ways to - solve one issue and I can demonstrate my creativity - and problem solving skills. My most recent experience - is creating an educational page for American Express, allowing - me to learn new skills and experience the pressure of real - software developers. This opportunity made me more determined - to pursue a career in computer science and become a front - end web developer. -
-- This summer I had the opportunity to intern at Accenture with one of their client’s Shiseido. I really - enjoyed my time at Shiseido because I was given tasks that not only required the coding skills ScriptEd - taught me, they also required me to learn new skills along the way. In addition, everyone on my team - were extremely friendly and made me felt like I was part of them. Therefore, I did not hesitate from - engaging in conversations and asking questions. -
-- The project that I was working was called VISION 2020, a long term strategy to transform Shiseido - into the most digitally advanced beauty company. In order to do succeed, it requires Customer - Data Hub, Analytics, Strategy and Salesforce Marketing Cloud. Most of my work was focused in - Salesforce Marketing Cloud where I helped build up the IP reputation among the brands. I’ve - developed HTML campaigns for 4 U.S. brands, I’ve managed the imports and exports of customer data, - and I’ve learned how to use SQL and Excel to address ad-hoc data requests. -
-- An effective teamwork needs a lot of trust, responsibility, and good communication skills. The - amount of trust and responsibility my manager gave me helped boost my confidence in the work - that I did. Although sometimes several tasks were thrown at me at once, I kept myself organized - by taking notes, asking for clarification, and prioritizing specific tasks. Also, when a task - was new to me, I would always try to absorb as much as possible because I wanted to learn more - about it, so I can get the most of out of the internship. -
-- I attend an all girls school in Harlem. I like watching anime on my free time! I have - participated in Jiu-Jitsu classes during my junior year of High School. I also had the chance - to participate in NYU Tandon School of Engineering's summer internship in their Cyber Security - department. I've been a participant of ScriptEd since my sophmore year. This is my first - software engineering internship! -
-- I was part of a welcoming community where I was able to experience the life of a software - engineer. I was able to work with my co-intern and manager on an application that could - potentially assist other software engineers with their own work. I was introduced to a lot of - things for the first time, and even the difficulties I came across were new to me, such as - not having access to repositories on sites I've never been on. I had a lot of fun at AmEx! -
-- I worked on an application called Storybook that would improve User Interface development - for software engineers at American Express. With this app, you can see changes to your - projects live, making it easier to integrate React componets and make changes to your IU - without committing and pushing any of your work. -
-- As an intern at American Express, I was able to experience the life of a software engineer - that works at a large company. I was exposed and introduced to React as well as rendering - components in creative ways. My manager taught me that my inexperience to React and American - Express culture is an asset because my ideas and approach to the assignments would be unique and - fresh. -
-- I am 16 year old high school student living in New York City. Currently aspiring to become a software developer - by studying and trying to become a better coder with the support of ScriptEd. - I'm also very hardworking, trustworthy and I always do my best to accomplish my tasks. - Especially when I to complete projects I try to go overboard because I want to impress others. - I believe my greatest joy was being praised for a hard job's work being done well. - My first internship will be at HSBC and I am very excited about working with them and developing my skills as a developer. - Beside coding and developing, I also enjoy playing sports and playing video games on steam and playstation 4. I'm usually found with my friends or colleagues either competing and trying to have fun. - Even though I like to compete, I am very relaxed and very easy to aproach. -
-- My first ever experience at an internship was at HSBC. - Before the internship I had to prepare myself to be mature and well dressed for the occasion I was very excited while nervous aswell for the oppertunity to intern at an international corporation. - My experience at HSBC was very exciting and a totally new experience since im working with professionals - in their field of expertise. I was able to communicate with their projects give them feedback and help them - fix or bugtest for errors. I even joined in one of the calls that was international, from the US to Canada to - London to Mexico to other countries HSBC has offices in. -
-- At HSBC I worked with many great people with a vast knowledge of different tools. The tool I used the most was - Oracle SQL Developer because it was the more accessible and easy to add connections. I also used JIRA tool used - ontop of the Agile framework and scrum methodology for DevOps because it is HSBC's new efficient buisness methodology - moving away frm the waterfall method. I worked on two projects,REGW(Regulation W) and FRDM(Finance Regulatory Data Model) - that HSBC has had for years and made improvements andhelped other developers with features by giving feedback. -
-- The key takeways of my internship at HSBC are watching the world cup with other employees that pationately - cheer on their team and assisting with live projects. I remember when my team just started staring at the TV, - even one of the managers started watching the world cup despite it being work hours. Also the community is - very nice and easy to approach when they're not busy. One other key takeaway was going out for lunch with - my team was great. -
-- My name is Carmen, I'm 17 years old and I live in New York City. I went to the - High School of Fashion Industries where I majored in Fashion. I'm also a coder, - I have experience coding HTML, CSS, Javascript, and Bootstrap.
- - --
-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. -
-- I'm a Hispanic young woman who has been involved in ScriptEd for three years as student with many more to come as an alumni. I have been introduced to coding through ScriptEd and have continued to pursue a career as a web developer or similar. I will be attending New York University in Fall 2018 at Gallatin. I will be working towards an individualized major with a conceptual and technical take on Computer Science and Photography. I hope to follow ScriptEd's mission statement and start up a similar organization for younger students in elementary or middle school. -
-- Outside of ScriptEd,I have interned at Societe Generale, G100 Network, and the NYC Housing Development Corporation. Societe Generale is a French bank where I mainly worked with Salesforce and date entry of a number of bank statements and other monetary actions from international companies ranging from fast food chains to law firms. - At G100 Network, I've worked within the subcompanies such as G100 Companies and The Miles Group. I did a bit of everything. I planned CEO Networking events along with gifts to present the attendees. I also did a fair share of data entry for HR, Marketing, and many more departments. Towards the end of my internship, I became a part of the hiring process for college interns through HR. - Finally, at the NYC Housing Development Corporation, I handled data entry and filing for low income units. I also handled finances regarding money from the various buildings the city owns. - In terms of ScriptEd, my first internship will be at Oscar Health. My partner, Julian, and I will work on a survey product that will be implemented on the Oscar Health website. -
-