Home > Articles > Programming

How I Got Into Development: My Journey from Geocities to Girl Develop It

Alexis Goldstein, author of Learning CSS3 Animations and Transitions, shares how she become a developer, from learning about GeoCities to working on Wall Street to teaching girls how to code through Girl Develop It.

Read Learning CSS3 Animations and Transitions and more than 24,000 other books and videos on Safari Books Online. Start a free trial today.



Like this article? We recommend

Women in Technology

Visit our Women in Technology Resource Center.

My travels as a technologist have taken me many places, from my beginnings as a curious teenager building my first websites, to a programmer working on Wall Street writing trading software for hedge funds, to a teacher trying to distill my experiences for students. Regardless of what form it took, I have always found development to be stimulating, captivating, and incredibly rewarding. In this article, I talk about why I got into programming and where it’s taken me over the course of my career.

My first foray into technology came in the mid-nineties, when I found first found my way into the world of web development. My parents had gotten a monthly subscription to AOL, and I would spend hours browsing the web (via Netscape Navigator, the cutting edge at the time). I was excited to have so much knowledge at my fingertips. But I also saw how many people, even in the Web’s infancy (or perhaps toddlerhood), built their own sites and made their own contribution to the World Wide Web. I wanted to learn how to do it, too.

I began with GeoCities, which provided a basic WYSIWYG editor that allowed you to visually construct a page. But I soon outgrew it. Right-click > View Source became my fascination. I was constantly inspecting and reading others’ code, divining--or trying to divine--what made their pages work. These were the dark days before the incredible suite of free tools that web developers now have access to, like Firebug or Chrome’s Web Developer Tools. Digging through the entire HTML file, I would try and discern which element controlled the part of the page I was interested in. I experimented, I created, and I fell in love with how easy it was to create my own content and then make it publicly available for the whole world to find.

My projects in high school made me fall hard for the HTML and CSS markup languages, but I had yet to encounter computer programming, apart from making a Turtle move around a screen using Logo during summer camp.  My first major exposure to computer programming came when I began working at a wine store. The husband of the store’s owner had written their entire online ordering system by himself. I was enthralled that just one person could take a store from purely brick-and-mortar to a full ecommerce site, and I desperately wanted to be able to do the same thing.

With the wine store and its website in the front of my mind, I signed up for CS 1007--Intro to Computer Science and Programming in Java--when choosing my classes at Columbia. My plan was simply to take a few Computer Science classes, enough to give me the basics so that I could build up my own ecommerce site (which, in retrospect, was an overly ambitious goal), while I pursued my planned major, Economics. But I found myself fascinated with my computer science homework, and somewhat disinterested by comparison in my Principles of Macroeconomics course. In CS 1007, we watched videos of robot dogs (the Sony Aibo) playing soccer in Robocup, the worldwide competition whose mission is to develop, by 2050, a team of fully autonomous robots who could beat the world’s best human soccer players in a match-up. I had always been fascinated with robots as a child--Short Circuit was one of my favorite movies growing up. But I had never dared to think that I might actually be able to build a robot, or program one to do something. Professor Elizabeth Sklar, who taught CS 1007 with a focus on robotics and the possibilities that programming opened up, captured my imagination. I was hooked.

I changed my major and jumped into Data Structures and Algorithms, the second course in the core curriculum. Here, I started to learn core programming concepts, like queues and stacks, which made me more comfortable doing basic programming in Java.

At first, all of this new information was a real challenge. I found myself fighting to get my basic programs to compile, confused about the syntax of Java and the rules I needed to follow. I spent many, many long days in Mudd, the name of the Engineering building at Columbia, bent over a keyboard in one of the two windowless computer labs with Sun Terminals. But slowly, slowly, as I learned the rules of the language and came to understand the syntax errors that prevented my program from compiling, I came to appreciate just how exacting a compiler is--it has a discrete set of rules that it will follow no matter what. Everything must be correct. It was a beautifully predictable and controlled environment.

Eventually, I moved on to more advanced courses like Intro to Operating Systems, which began with the basics of UNIX and shell scripting, and ended with the students hacking the Linux general. I could hardly believe what I was doing at first--I was modifying an operating system! I spent many long nights with my lab partner, Eric, coding late into the night, rebooting the Virtual Machine after a faulty code change caused a kernel panic. It was incredibly hard work, but it was also a ton of fun. We laughed and teased each other, and told a few too many “Your Mom” jokes.

But my real evolution as a programmer began in earnest when I started at an investment bank in New York. I had interned with the same firm in 2003, and was offered a full-time position in 2004, which I accepted. I thought I had learned enough of the basics of programming to send me off and running, but I quickly learned that there was so much I didn't know, and so many important habits I needed to develop. I was incredibly privileged to join a group that had a daily, team-wide code review. We would all dial into a group conference call, headsets on, and walk through every single new change made to the codebase. As a new programmer, this daily routine was indispensable--I got to listen to advanced software engineers not only explain their code changes, but also critique the code changes made by other engineers on the team, offering suggestions for how to improve the code. And the next day, at the changelist call, I'd get to see how these suggestions were implemented in a new check-in to the code base.

I learned C# and .NET, and got to work on building portions of the front-end for a piece of client-facing trading software offered by the firm. The pressures were high, but I developed good habits early, thanks to the constant eyes of other engineers on my code and the conversations I got to partake in and listen to during the daily calls. I had wonderful, funny colleagues in the Product Group as well, which was the team on the business who would decide which new features to implement. One of my colleagues, a brilliant man with a wicked sense of humor, always exhaustively tested new versions of our software. He was particularly creative in the fake account and client names he would create while testing out a new release in the development environment; my favorite fake client was “Monkey Shot Into Space.” This same colleague also set his phone ringer to OutKast’s “Hey Yeah”, so sometimes in the middle of a business meeting, the song would start playing and he’d rush out, to the laughter of everyone in the room (him included).

Soon, I was adding new features to the software, and this is where the magic of programming truly captivated me. At its heart, programming is often like solving a puzzle. You have some action you'd like to complete in code, and you need to figure out the best way to achieve it. Once you get deep into a problem, time falls away. It's just you, your IDE (integrated development environment), and your quest to implement the feature, the bug fix, or the optimization to the code. One of my more satisfying projects was developing a keyboard-only order entry form that allowed our clients to quickly enter trades in the least time possible. I built the entire feature myself, learning much about how to respond to and process keypresses in the .NET environment in the process.

I spent time at two other firms before finally leaving the financial industry in 2010. I was dissatisfied with a career where the only objective was to further enrich the already wealthy. And I was tired of an environment that rewarded the status quo over creativity. I was eager to have the freedom to code my own projects and share what I had learned in the process, rather than everything remaining a proprietary secret of the firm I worked for.  When I left, I was looking forward to returning to Programming and Web Development, something I had not had the opportunity to touch during my time on Wall Street. It was my first love, and I was excited to come back to it. But on my way back to it, I found a new love as well.

In late 2010, a friend of mine forwarded me a link to an intro to HTML and CSS course, with a brand new group called Girl Develop It. I had been spending much of my time on my own projects, exploring iPhone app development and setting up new websites for myself, but I was intrigued to help out with an effort aimed at educating women in programming. I offered to help out, asking if they needed anything. They were looking for teaching assistants to help this first class of students with in-class exercises. And so I began to help out with Girl Develop It as a TA. In the second round of this intro to HTML course, the teacher had a conflict. So I stepped in as a substitute. I really enjoyed sharing what I knew with a group of students eager to learn and experiment. And it felt so good to try and flag problems that I had on my learning journey, to try and help the group of women taking this course get up and going faster than I did.

Soon, I was teaching the course on my own. And I found that seeing the websites that my students developed after taking my intro course was as satisfying as tracking down a software bug that nagged me for days--it felt triumphant, and it felt like I had really achieved something.

As I became more experienced as an instructor, teaching both intro Web Development and JavaScript, I also became more active on a listserve I had long been a part of but mostly lurked on—devchix. On that listserve, I got to know the brilliant Estelle Weyl, who was in the process of writing an HTML5 and CSS3 book with Louis Lazaris. They needed a third author to cover some of the JavaScript APIs in HTML5, and Estelle invited me to contribute to the effort. I was excited and honored to be a co-author of this book. Following this first book, I met a Pearson editor, Chuck Toporek, when I attended the Apples Worldwide Developers Conference. He’d seen the earlier book and knew me from the community, and we began talking about doing a book on CSS3. As I dug into the research for the book, I found that while there were many books on CSS3 as a whole, there wasn’t a dedicated book on CSS3 transitions and animations. I put together a proposal, and we got to work. Chuck soon left to join Apple, but I began working with the very talented Trina Macdonald, and in December of 2012, Learning CSS3 Animations and Transitions was released.

To date, I have taught well over five hundred unique students, most of them women, through my work with Girl Develop It. Every time I teach a course, I try to refine it and improve it. I think back often to my early snags and confusions as a beginning programmer, and I try to do what I can to give my students enough information, key vocabulary words, and practical examples to get them up and running as soon as possible.  I also teach private courses through my company, and with Marakana, an open source training group out of San Francisco. I’ve spent the last couple of years very busy with teaching, but I hope to spend the next year focused more on my own projects, such as a knitting math web app I hope to create with the help of my sister, who is a devoted knitter and has created her own spreadsheets to do what she calls “Sweater Math.”

I’ve gained so much from both my former coworkers, and the unbelievably generous web community as a whole, who share so much in the name of spreading knowledge to as many as possible. I am proud to be a small part of this big, wide, and open web.

For more articles and resources, visit our Women in Technology page.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020