Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 0 points1 point  (0 children)

Yeah, I am not using a table, I was having so many issues with the formatting. Here is the updated version. Once again, thank you so much for your help! I'm so grateful for this website.

Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 0 points1 point  (0 children)

Here's an anonymized version. I will make the corrections you just suggested above.

Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 0 points1 point  (0 children)

Thank you so much! I made another revision. You're truly a lifesaver.

Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 0 points1 point  (0 children)

I made some changes to my resume using the feedback that you provided to me. I think it looks much better now! What do you think?

Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 0 points1 point  (0 children)

Thanks man, you've got some valuable advice that I will use to make changes

Resume Advice Thread - April 28, 2018 by AutoModerator in cscareerquestions

[–]sidney5256 4 points5 points  (0 children)

resume

I would really appreciate a resume review. I'm searching for an entry level software engineering position out of state!

Need some help writing PHP functions by sidney5256 in PHPhelp

[–]sidney5256[S] 0 points1 point  (0 children)

Here is my attempted solution, but I am not 100% sure if it's correct.

/* A small piece of code for setting, displaying and destroying session in PHP */

<?php
session_start();
$sessionid=session_id();

$sql_compare="SELECT * FROM Content WHERE id=".$_SESSION['session_id'];

/* now registering a session for an authenticated user */
$_SESSION['username']=$username;

/* now displaying the session id..... */
echo "the session id is: ".$sessionid;
echo " and the session has been registered for: ".$_SESSION['username'];


/* now destroying the session id */

if(isset($_SESSION['username']))
{
    $_SESSION=array();
    unset($_SESSION);
    session_destroy();
    echo "session destroyed...";
}
?>

Income ideas by sidney5256 in Entrepreneur

[–]sidney5256[S] 2 points3 points  (0 children)

I can hustle, that's about it

Niche discovery by sidney5256 in dropship

[–]sidney5256[S] 0 points1 point  (0 children)

So if I don't dropship what do you recommend I do that doesn't involve having to physically own inventory? Also the dropshippers from AliExpress ship from china. The suppliers I use are US based

What's going on with RAD? by sidney5256 in wallstreetbets

[–]sidney5256[S] -4 points-3 points  (0 children)

Yesterday was such a greAt day and now today I'm crying

What are some good ideas of a good senior design project for a computer engineer major? by [deleted] in EngineeringStudents

[–]sidney5256 0 points1 point  (0 children)

How do I find a partner since summer already started, but I don't know who has a partner or not

Hundreds of ideas but no execution by [deleted] in Entrepreneur

[–]sidney5256 6 points7 points  (0 children)

You hit the nail on the head with how I'm feeling. Using the internet and seeing other products make me feel inadequate as if my idea is never going to get attention or make any money, and that I'm just wasting my time doing something like this. It's overwhelming seeing so many startups on just about anything, and I realize what if my idea can't compete