HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_dave

no profile record

comments

_dave
·قبل 3 سنوات·discuss
Scheduling calls/interviews and then getting ghosted.
_dave
·قبل 3 سنوات·discuss


    Location: Atlanta, GA
    Remote: Preferred
    Willing to relocate: No
    Technologies: Java, Spring Boot, Ruby, Ruby on Rails, Ember.js, Linux, HTML/CSS, JavaScript, TypeScript, PostgreSQL, Cassandra, Kubernetes
    Résumé: On request
    Email: [email protected]
_dave
·قبل 3 سنوات·discuss
I got my start in programming from Lua in 2007 because I got into Roblox back in middle school. I'm surprised it's still kicking in 2023.

I first had to take a "CS101"-style course back in 2011 in college because it was necessary. We were stuck in flowchart templates from our textbook for that. Next class we got to use Java so borderline imperative at the time. No wonder people are still confused at what classes and object-oriented programming is with as awful as these were. It was a while before Java 8 hit the streets.

In the end, I both loved and hated it. Hated it half because I still didn't know what I wanted to do or how to do it and half because making computers do my bidding felt more of my calling.
_dave
·قبل 3 سنوات·discuss
If it's improving, it sure isn't including me. It's been 14 months since getting laid off and all I'm getting are rejection e-mails, scams that say I got a position without any interviews, and recruiters who call/e-mail me ranting about how I "wasted [their] time if [I] wasn't qualified". Trying to get hired via referrals went nowhere because everywhere was doing layoffs. Several interviewers have told me post-interview that apparently side projects aren't counting anymore but the years of work experience do. Sorry I graduated with my bachelors' in back in '19.
_dave
·قبل 3 سنوات·discuss
Because there's plenty of other types of parties that don't involve booze or loud music while still presenting an opportunity to start friendships or acquaintanceships. Sometimes they're a simple as a gathering where you can meet your friend's other friends to as complex as a board game party at a local Masonic lounge you read about on the Web.
_dave
·قبل 4 سنوات·discuss
They're not embracing, extending, and extinguishing everything for starters.
_dave
·قبل 4 سنوات·discuss
They don't have to be funny. They just need to provoke thought in people like any other witty writ about the situation at hand.
_dave
·قبل 4 سنوات·discuss
A couple of other underappreciated tools I've found in writing stuff are things that help with writers' block and determining what would happen. In my case, the Mythic Game Master Emulator[0] and the Adventure Crafter[1] from Word Mill Games have been quite helpful last NaNoWriMo. They may have been designed for roleplaying games but man do they help with a story in a pinch, not to mention the billion and a half tables of random things on DriveThruRPG.

[0]: https://www.wordmillgames.com/mythic-gme.html

[1]: https://www.wordmillgames.com/adventure-crafter.html
_dave
·قبل 4 سنوات·discuss
Check out Git[0]. Using a version control system is a critical skill in modern software development where you can check a "blame" report on a file's contents to see what last touched that place or to check a log for a history of the software. As for the quality of your notes and commit messages, that is alas something that requires a more personal development.

You can also put each project into its own Git repository and throw it up on a site like GitHub to host it.

[0]: https://git-scm.com/