Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Education Technology

The High Cost of a Free Coding Bootcamp (theverge.com) 143

Students at Lambda School say the program hasn't delivered on its promise. From the report: Bethany Surber was sleeping on friends' couches and living out of her car when she first heard about Lambda School, a buzzy coding bootcamp that promised world-class instructors and a top-tier curriculum. Best of all, it wouldn't cost a cent -- at least not up front. The school encouraged students to defer tuition until they landed a stable job, then pay back a share of their income. Surber and her boyfriend, an instructor at the local community college, quickly started making plans. She'd quit her job as a patient services representative at the hospital in Tacoma, Washington, and they'd move in together while she took classes. Then, when she got a high-paying tech gig, she'd renovate his house, maybe take herself on a vacation. Lambda offered Surber a chance at a life she'd never had -- one of job opportunities, tech money, prestige. She'd watched as companies like Amazon and Microsoft changed the fabric of the Seattle area, bringing massive new developments and six-figure salaries that sucked talent from nearby Tacoma. Now, she finally had a chance to be part of that change.

From the beginning, however, the online class wasn't what Surber or her classmates had expected. The instructors changed week to week and often seemed to have no idea what the students had already covered. The curriculum advertised on the website never fully materialized. The online portal where they were supposed to find their homework assignments rarely matched up with what they were learning. Some of the changes were things Lambda students had requested. (The school prides itself on being incredibly responsive to user feedback.) But the constant state of flux proved difficult for first-time designers. By January 2020, six months into the program, Surber's group was in revolt. The program wasn't worth the money, they wrote in a letter to Lambda's leadership. They felt like test subjects in a lab. Many asked to get out of the income-sharing agreements (ISAs) they'd signed, which stipulated that they had to hand over 17 percent of their income once they started making $50,000 or more until their $30,000 tuition was paid off.

This discussion has been archived. No new comments can be posted.

The High Cost of a Free Coding Bootcamp

Comments Filter:
  • You mean therapy paid for from their future income. Which, to be fair, is what they would eventually need anyway once the realization of having to hand over 17% of their income hits them.
    • by mark-t ( 151149 )
      Really, if handing over 17% in taxes for an otherwise pretty darn good salary is actually so distressing that one needs therapy for it, one might want to also more carefully examine one's own feelings of entitlement.
      • Err, $50k in SeaTac is poverty wages thanks to cost-of-living - that alone puts a big, fat damper on paying 17% (pre-tax or take-home? Either way that's gotta suck.

      • But this is not 17% in taxes, if you've not noticed yet. Taxes pay for useful things. This does not (at least not nearly to the extent of the amount in question).
        • by mark-t ( 151149 )
          Paying back a loan isn't useful, if having gotten the loan in the first placee helped you land that job that pays $50k+?
          • Of course fixing your previous mistakes is useful, but that's hardly the point.
            • by mark-t ( 151149 )
              If it helped you get your foot in the door to get a job paying $50k+ that you wouldn't have otherwise gotten, how is borrowing the money to afford the course a mistake?
  • What's a for loop? (Score:4, Interesting)

    by Anonymous Coward on Tuesday February 11, 2020 @02:24PM (#59716304)

    My wife went to a C# one of these. She learned some Microsoft framework, and actually seemed to know enough to do at least something.

    But then I found out she didn't know what a for loop is.

    And the more we talked about it, the more I realized how weird the gaps were. These are classes for building apps, but they aren't programming classes. Maybe that's ok, as long as you don't expect the people who build these apps to know how to actually fix, debug, read, or write code. And yet: you can get a job. What a brave new world.

    • Re: (Score:3, Insightful)

      by PmanAce ( 1679902 )
      Coding (properly) is really hard, takes more than a boot camp to be proficient in it. Takes years of practice/mastery and tons of guidance on what programming/software engineering actually is.

      Kudos for her for embarking on that journey but that boot camp should be sued for false expectations.
      • by narcc ( 412956 )

        Not really. Programming is ridiculously easy. It's so easy, in fact, that children can and do teach themselves. They taught themselves in the 1980's with virtually no resources beyond what came packed-in with their home micro.

        How many people here taught themselves how to program before the age of 10? I'd venture to say almost everyone over 40.

        Sorry. Any idiot can be a programmer. Many idiots are. It's just not that special.

        • Sorry. Any idiot can be a programmer. Many idiots are. It's just not that special.

          Well, you got the middle part right.

          Now sorting out design, long-term implications, structure, a style that makes sense, enforcing documentation, having to do what QA used to do (but that position doesn't exist in most places anymore, because "Agile!" and "Fail Forward!"), and knowing all the fun idiosyncrasies of a given language... those aren't skills that just any idiot can just run with, Ion Storm be damned.

        • by CubicleZombie ( 2590497 ) on Tuesday February 11, 2020 @03:43PM (#59716660)

          Programming is ridiculously easy. It's so easy, in fact, that children can and do teach themselves. ... How many people here taught themselves how to program before the age of 10? I'd venture to say almost everyone over 40.

          I think you have that backwards. The people with the desire and aptitude to program gravitated towards it on their own it in their youth. The other set of people can't do it and wouldn't have any interest in programming anyways.

          A lot of people I've known went into CS because they liked playing video games. And then quit or failed because it was nothing like what they expected.

          • by narcc ( 412956 )

            I've never had a student who just "can't do it". Some take a little longer than others, but every student "gets it" in well-under six weeks.

            Some don't like it, sure, but that doesn't mean they can't do it. The learning curve my be steep, but it's very short.

            • With enough practice, I could learn to play a song on a piano, but I could never be a musician.

              • With enough practice, I could learn to play a song on a piano, but I could never be a musician.

                That's only true if rock music, and other popular music forms, trigger you.

                You could never be a studio musician who can play sessions for minimum wage, but you could be a famous star making millions of dollars.

                You could never be a professional jazz musician at any pay level, of course.

            • by sjames ( 1099 )

              It's a matter of where you set the bar. Everyone can draw. Some draw well. Few are in any danger of being displayed in a museum 100 years from now.

              Many people play baseball as kids Even the kid that always got picked last played. Very few end up playing professionally.

              There is value for people who likely will never be professional software developers to at least know the basics of it, but to pretend that for only $X, anybody can have an exciting high paying job as a software developer is just silly.

            • by AK Marc ( 707885 )
              If you can boil an egg or make toast, you can program. Programming is writing a recipe.

              Preheat the oven to 350 (initialize variables), ingredients: flour sugar egg (initialize variables), Mix wet(beat eggs, add in melted butter), Mix dry(mix flour and sugar), combine (pour dry into wet while stirring).

              The syntax is different, but a recipe is an algorithm. As are the directions on shampoo.

              "Computers hard" scares people off, but almost anyone can learn to make a simple program, even if they will never pr
            • You probably have not worked with too many students then. Their is no discipline which has a 0 percent failure rate. And perhaps more to the point, The US military who has worked with millions of students over dozens of decades has found that some people cannot be taught. They have done enough work to convince me that no one can teach, at the very least, persons with an IQ under 80 to be an effective programmer.

        • Sure, they taught themselves to program, but did they teach themselves computer science?
          • by narcc ( 412956 )

            They don't even teach that in most modern "computer science" programs.

            • Knuth has been trying to write a textbook to teach it, but the subject keeps growing the more is written. Even his narrow approach that intentionally leaves a lot out is already more material than anybody is actually going to learn during a degree program, and he's having trouble finishing the work.

        • Well drat, I thought I was a super genius because I could code when I was a kid while the rest of my peers couldn't.

          Your statement is half right.
          Any Idiot can code especially as most programming language were made to make it easy to code. Kids can pick up coding and actually get really good at it.

          However when you get into the industry you are working with a bunch of other people who had learned to code as a kid too. Your statement can be dealt with most other jobs.

          A kid can draw, it doesn't make them an ar

        • How many people here taught themselves how to program before the age of 10? I'd venture to say almost everyone over 40.

          I'm over forty, but when I was ten the bank downtown had the only computer and wouldn't let me anywhere near it. :D

        • I taught myself when I was 7. Everything I wrote when I was 7 was garbage. This was the era when home computers stored stuff on audio tapes. Programs were short enough to get them in print in a bookstore and type them in. "They taught themselves in the 1980's with virtually no resources beyond what came packed-in with their home micro." Nah, false. We taught ourselves with books and magazines.

          Most of the stuff I wrote in my 20s was garbage, too. "Programming" isn't just about writing text that makes

        • Sure, kids can use any loop for example to solve a problem but not think of the Big-O notation and fail spectacularly down the road. Ask a kid what the pros/cons are of "containerizing" your micro-services on premise or in the cloud and what language to code them in. I guess there is a boot-camp for that too?
        • Yeah, no. Saying a child programming is like an adult programming is like saying a picture done in crayon is like a good oil painting.

          How many people here taught themselves how to program before the age of 10? I'd venture to say almost everyone over 40.

          You might want to rethink your math. 2020 - 40 = 1980, just a few years after the introduction of PCs. Altair 8800 - 1975, $400 ($1,900.80 adjusted).

          There were no grade school (5th grade) computer labs, so the parents would have had to pop the price.

        • How many people here taught themselves how to program before the age of 10? I'd venture to say almost everyone over 40.

          I think you must have meant anyone under 40. Those of us over 50 would not have had hands-on experience with a computer before age 10

      • Kudos for her for embarking on that journey but that boot camp should be sued for false expectations.

        Perhaps the school should be sued. But there also needs to be some expectation of common sense from the students. This woman agreed to pay $30k for something that is available for free on YouTube. If she needed more structure than YouTube provides, she could have taken a free course on Khan Academy or bought a coding book on Amazon for $20 and worked through it.

        • by narcc ( 412956 )

          You've lost me on this one. You're saying that it's her fault because she should have known that the obvious scam was a scam?

          I don't know that we ought to let scammers off the hook for running a scam too obviously.

          (Is this something you picked up in China? It seems like a common attitude there.)

        • by sjames ( 1099 )

          The difference between the school and YouTube was an expectation of some sort of curation, coherent course planning, and graded coursework designed to enhance understanding of the concepts. An expectation that the school clearly failed at.

          It's quite clear that the school went out of it's way to create an expectation that it then failed to meet.

          We won't have much of a society or economy if we set the default expectation at "everything is shit, everything is a scam".

        • But there also needs to be some expectation of common sense from the students. This woman agreed to pay $30k for something that is available for free on YouTube.

          And lots of people pay hundreds of dollars for HVAC service calls when it often just needs 10 minutes and a $10 capacitor to completely fix the problem. People aren't born knowing everything, and plenty of unscrupulous folks will take advantage of that situation. You can't use Khan Academy to train yourself when you don't know such a thing exist

      • Coding (properly) is really hard, takes more than a boot camp to be proficient in it. Takes years of practice/mastery and tons of guidance on what programming/software engineering actually is.

        Tell that to our politicians, who seem to think that programming is on the same level of difficulty as using a word processor or spreadsheet. You've got Joe Biden... one among many politicians... telling coal miners that it'll be OK when their jobs are eliminated because they can all learn to be programmers. Coal. Miners.This attitude is about as ignorant of what programming is as anything I've seen lately. They really do seem to think that anyone can be a professional programmer. They'd never say that abou

        • by uncqual ( 836337 )

          Somehow I suspect Joe Biden considers himself smarter than the average coal miner, and I suspect that attempting to teach Biden how to program at a professional level would be a horribly frustrating and, ultimately, unsuccessful venture.

          I think coal miners can be retrained in other jobs, but I doubt that turning them into programmers is going to be a very successful venture in most cases.

          On the other hand, if we could keep politicians busy writing programs, maybe they would be less dangerous...

    • You can find poor education anywhere really, it isn't solely the purview of something like these bootcamps.

      I've been in IT now for 25 years, self taught and learned on the job the skills I needed to do the next job my employer required doing. Around 2011 I decided to get the bit of paper which now seemed to be almost mandatory for higher paying IT jobs - I signed up with the Open University for a degree course.

      I immediately ran into problems - the Java modules of the course were using a version of Java tha

    • I have said for some time that someone who studies computer science at a university should graduate with an understanding of how to read a paper, interpret math and implement algorithms such as a convnet. Ideally, you should be able to represent an algorithm as a mathematical equation and simplify it before turning it into code.

      On the other hand, the typical cider needs to be able to google a topic, find a code snippet and adjust some variables to fit it in their code.

      Consider that a C# developer should be
  • Indentured Servitude (Score:5, Informative)

    by CastrTroy ( 595695 ) on Tuesday February 11, 2020 @02:27PM (#59716324)

    income-sharing agreements (ISAs) they'd signed, which stipulated that they had to hand over 17 percent of their income once they started making $50,000 or more until their $30,000 tuition was paid off.

    17 percent of a $50,000 salary is quite high, especially considering how much the government is going to take as well. According to this income tax calculator [smartasset.com], someone in Washington state with a gross income of $50,000 would make $41,800. The 17% due to the bootcamp would be $8500, bringing your net income down to $33,300. That's about $2800 a month to live off of. And the cost of the course is $30,000, so you're going to be paying for 3.5 years. Also, $30,000 for a 9 month online program seems extremely overpriced. For that price, you could just take computer science at a regular state school.

    • by i.r.id10t ( 595143 ) on Tuesday February 11, 2020 @02:36PM (#59716366)

      Actually, for a coding job you'd probably be better off doing an AS degree or BAS degree at a community college/tech school.

      • Definitely a better deal and higher quality. But then the students must have the money to pay for it up front.
        • Definitely a better deal and higher quality. But then the students must have the money to pay for it up front.

          That's true. However, there is a growing movement for making community college more affordable or even free. Here in Silicon Valley, several community colleges now offer two year's free tuition, plus extras like stipends for books, laptops, and bus passes.

          • The California University system AFAIK has always offered Free or nearly free tuition to community and jr colleges.

        • Can't speak for other states, but here in Florida at the former-community-college I work at, the state pays about 2/3 of the tuition for in-state residents. So a 3 credit class costs the student about $350 out of pocket, including lab fees, student life/activity fees, tech access fees, etc.

          If you got through high school with a decent GPA then you qualify for Bright Futures scholarship, which is basically a free ride for an AA or AS degree, or about half a BA/BS from a state university.

          And even if you had t

        • Which is the problem with economy and society.
          If a young adult can get into the market with a million dollars upfront (being that they didn't blow it all). Can get themselves in a good living condition. A house, A car, enough money for emergency expenses. Without such worries, they can focus on their career and really work up the latter thus creating more with their life then the would without the million dollars.

    • If you don't make $50,000 because the bootcamp was useless and didn't benefit you then you pay nothing. Contrast this with a $30,000 loan to go to college (that probably only covers two years if we're being honest) which you can't discharge through bankruptcy and will continue to haunt you for all eternity and a conditional $30,000 doesn't seem bad at all. If the deal breaker is that at $50,000 it suddenly becomes a major expense, then the easy solution is a graduated rate.

      The other thing to keep in mind
      • by sjames ( 1099 )

        The problem is that if the school is useless but you really do want to be a programmer, you will try again. If that second try actually works, you'll get that job and then the useless leech will demand it's 17%. They'll probably add insult to injury by counting them as one of their "successes" in the statistics.

    • by Kjella ( 173770 )

      Which is why I fail to feel very sorry for these people... it's like those who buy lots of things on credit without checking what the hell the terms are and how much they'll pay in the end because it's free here and now. Extremely exaggerated claims about what a 9 month online class will do for you with no reality checks. Before the class even begun it screams "these people are idiots, let's fleece them". My guess is that even if their tutoring claims were even half way true you wouldn't be able to turn the

    • by will_die ( 586523 ) on Tuesday February 11, 2020 @03:19PM (#59716572) Homepage
      First off this is an article from theverge so you should know they are lying about basic information.
      The reality and why your numbers are off. The class cost is closer to $17k and the ISA is for two years. So in your example yes they would take a hit of having to pay back $8.5K a year but it would be for two years only.
      The $30k is a max cap, so in the event your first job paid you $1 million you would have to pay them $30K and would be done with the ISA in one year.
    • by vux984 ( 928602 )

      "For that price, you could just take computer science at a regular state school."

      Sure but you'd have to save up for it in advance or borrow the money and start paying interest right away, AND then attend for multiple years while not working full time.

      I agree with you 100% that these are a scam, but if you could effectively cram a computer science degree into 9 months and owe 30k that you didn't need to pay up front, or even after graduation until you had a decent job then it wouldn't really be a bad deal.

      So

    • by fermion ( 181285 )
      Not at all. They take on risk, along with the student, which gives the school incentive to actually educate people. This is different from a community college that takes the money and assumes none of the risk.

      It is also different from traditional trading programs, like the old ITT, and current for profit universities, who exist only to help students fill out student loan paperwork and take on massive debt with no concern if that debt can be paid. By the way even state schools participate in this scam.

      • Not sure about other states, but programs at the former-community-college (we offer a few 4 year degrees now, and by law can't be called a "community college". We're just "a college") I work for here in Florida DO get audited by the state for completion, employment and pay rates on our various vocational certificate (welding, etc) and AS degrees (nursing and other health fields, networking, programming, business).

        And the state DOES have us kill off programs that either produce no graduates, or produce no

    • I think some of those community colleges are like $1K a semester. You can learn programming for a LOT less than $30K.

  • No Sympathy Here (Score:2, Insightful)

    by SirAstral ( 1349985 )

    I am growing sick of constantly watching people help others directly fuck themselves over.

    I don't see anyone giving a fuck about me when I help others fuck me over, especially when it's right there in the fucking contract... I guess that just comes with today's youth of ignorance and stupidity.

    Oh wait... it's not just today's youth... it has always been most folks from birth to death!

    A fool and their money... it's a harsh lesson... learn it before it takes a healthy liking to your ass!

    • Re:No Sympathy Here (Score:4, Informative)

      by FFOMelchior ( 979131 ) on Tuesday February 11, 2020 @03:19PM (#59716570)
      It's not the contract they have an issue with. The classes were shitty. It was basically a bait-and-switch. Of course they don't want to have to pay for a shitty product, in the same way most reasonable people would return a defective product to the store they bought it from.
      • Then they have a case for breach of contract by the school and may have case for dissolution of contract. It seems like it is worth a shot under that context, but those claims are anecdotal. Two people can receive the same education and come out with entirely different understanding. We see it all the time everywhere around the world.

        I attended a Trade School that was an early version of this scam when I was young and dumb too. It cost me 10k, much less than these unfortunate folks, but that is why I sa

        • Then they have a case for breach of contract by the school and may have case for dissolution of contract.

          https://en.wikipedia.org/wiki/... [wikipedia.org]

          It's not as easy as you make it sound.

          Yes, I was a fool once too... we all have been there, anyone who has grown on a person level has been there. If you have never been then, then you are likely still an under developed man child.

          It's possible to say that people should learn not to be taken advantage of AND that it's not acceptable to scam people. It's even a good idea

    • This attitude is only slightly above the ones doing the screwing over - who believe "you deserved to be screwed over because you didn't see me coming".

  • Remember all those ads for Become a Nurse schools. They were scams too.
  • School becomes more and more obsolete every day.

    In an age when I can get a slow paced, step-by-step, laymans terms video training on demand for pretty much any damn thing I can think of, all for the cost of internet access- I can't see the value in degree programs aside from the networking (and online courses pretty much eliminate this)

    The price of a degree is simply not worth the money and time.

    • by raymorris ( 2726007 ) on Tuesday February 11, 2020 @03:33PM (#59716620) Journal

      > can get a slow paced, step-by-step, laymans terms video training on demand for pretty much any damn thing I can think of, all for the cost of internet access-

      Absolutely!

      > I can't see the value in degree programs aside from the networking

      Much of the value of a degree is it specifies what you should have learned, and basically what you did learn if you didn't cheat. It tells employers and others a lot that is much more specific than "I watched a bunch of videos". "I watched a bunch of YouTube" doesn't tell me anything about what you were supposed to learn, at what level.

      > The price of a degree is simply not worth the money

      Absolutely a LOT of people WAY overpay for various degrees. Our student loan system of loaning unlimited amounts of money for any utterless worthless degree has really screwed things up. Not every school and every program is the same, however.

      The main things a university provides over YouTube is that the school:
      Defines a proper curriculum
      Labels the curriculum appropriately in a widely understood way such as "bachelors of science in computer science", "associate degree in nursing", or "PhD in theoretical physics"
      Validates learning with exams, graded projects, etc

      Those three functions don't have to be expensive, and at some schools they aren't! My bachelors was $4,500/year, my masters from a top university will be under $10,000 total for the whole thing. The masters also includes actual conversations with experts, I can ask questions and have things explained by really smart people.

      Schools such as Georgia Tech are putting together some great degree programs which use video and other technology to control costs. Check out the GA Tech OMCS for example. For a more generalized basic bachelors, WGU does a fine job and keeps costs low.

      Saying "a degree isn't worth it" is like looking at a Ferrari and saying "a car isn't worth it". Yeah most people shouldn't buy a Ferrari or an African Culture degree, or any degree from University of Chicago. Just as Ferrari isn't the only kind of car, Columbia isn't the only school. Corollas and WGU degrees exist too, and make a lot of sense for a lot of people.

      • by uncqual ( 836337 )

        A degree also gives a hint (esp for a fresh out where I always look at the transcript) about if the person can do some things that they don't find particularly interesting and stick to them and perform them adequately.

        Most jobs in software development involve some types of work that isn't the employee's first choice - perhaps it's writing coherent and useful input on bug reports once they have figured the problem out and fixed it, or writing documentation in header files so others can use it, or reviewing o

    • But can you learn? Step-by-step rote memorization of sequences to do for today's job in no way prepares you for next year's job. You can write an Android app today, but can you write a client/server application tomorrow? Or debug the OS, design the next big thing, figure out why your database is so slow, integrate with an AI library, understand the manufacturing chain, etc.

      If you just want to know a particular job, then that's what trade schools have always been for - accelerated learning, hands on in th

    • School is mostly for signaling, and independent validation that you actually learned something. If you have a degree in Comp Sci, you're likely to be pretty competent in the things I need you to know. If you pinky-promise me that you watched videos that cover the exact same topics, you might be equally competent or better. Independent motivation is huge. You also might be lying and have watched none of it, or you might have "watched" it while gaming.

      Degrees are too expensive, especially name brand ones,

    • Depends on what you're studying. If you need access to a chemistry or bio lab, or a machine shop, or even an EE shop, things are different. Plus of course there's the benefit of socializing and interacting with people who share the same interests. And the ability to pigeonhole a professor and ask them questions.

      But, yeah, for the most part, I agree with you.

  • Comment removed based on user account deletion
  • Now means, "Somehow an even worse deal than a university."

  • Coding is easy and difficult. In 2020 you may not need a school to teach you.

    Today, if you are using a popular language or framework, 99% of the problems already have a solution, or you get something close which you can adapt. There is nothing inherently wrong in copy-pasting, its better than re-inventing the wheel. That said you should know what you are doing.

    Today, I had to write a small function to increment a Date by one, for the whole year for multiple years in a loop. I found a sample piece of c
  • by rsilvergun ( 571051 ) on Tuesday February 11, 2020 @04:58PM (#59716986)
    and this is why. Public schools are the best way to prevent scams like this. We want people with advanced degrees, we should bloody damn well pay for them. This isn't 1950 and you can't just go down to the factory for a good paying job anymore. Not unless you're a robot.
    • by Perimus ( 553576 )
      My partner was successful with Lambda, and landed a good job with a Fortune 500 company. We don't consider Lambda a scam at all. It's not the same thing as college. Lambda's shortcomings are well publicized, and he went into it expecting to deal with those challenges. But it's not worthless either. He went into it expecting something like guided self-study on steroids, and he got better than that, with invaluable coaching and job placement services. His ISA is over $700/mo, but he's already come out ah
  • The coding 'market' is becoming so devalued, saying "I am a coder" is beginning to carry as much weight as "I flip burgers at McDonalds" I'd rather keep coding as a hobby/passion and hold down a paper pushing desk job to put food on the table. The immediate pre dot-bomb era has long passed.
    • I never liked "coder" anyway. It makes it sound like you're just transcribing stuff as opposed to actually thinking, so "coder" might be apropos for graduates of some of these mills. On the other end of the spectrum, "software engineer" was to high-fallutin, but I ran with it anyway. If they're going to make you sound like something that doesn't even really exist in the professional sense, who am I to stop them? What do I prefer? Programmer. There's a computer. I program it. I'm a programmer. Duh,

  • Learn all there is to know about brain surgery, in our six week condensed course.

    We cut out the fluff, just focus on the stuff.

    Brain surgeons make $1,000,000 per year. Why not let that be you. Money, prestige, fancy car, golf, new sexy wife...

    Just sign here ............

  • Misleading headline. This is just another scam school for the desperate, gullible and those who can't do math. Even if they had provided a decent course, $30k is expensive and could go towards a real well recognized university degree.

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...