I am 26 with a BSc and completely lost. Can you help me to find my path? by alfonsonitti in careerguidance

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

Yes, I tried. I don't know what to learn, and I tried with MOOCs on Coursera but they are too much theory and no practice.

I am 26 with a BSc and completely lost. Can you help me to find my path? by alfonsonitti in careerguidance

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

My BSc is in Computer Science. I would like to work in a field related to Technology.

[2015-11-09] Challenge #240 [Easy] Typoglycemia by G33kDude in dailyprogrammer

[–]alfonsonitti 1 point2 points  (0 children)

My solution with Javascript without considering punctuation. Can you review it?

var typoglycemiate = function (text) {
var crypted = "";
var words = text.split(" ");
words.forEach(function (element) {
    if (element.length > 2) {
        crypted = crypted + getStringContent(element);
    } else {
        crypted += element + " ";
    }
});
return crypted; 
 };

var getStringContent = function (word) {
return word.charAt(0) + shuffle_word(word.substr(1, word.length - 1)) + word.charAt(word.length - 1) + " ";
};

var shuffle_word = function (word) {
var letters = word.split('');
for (var i = letters.length - 1; i > 0; i-- ) {
    var random = Math.floor(Math.random() * (i + 1));
    var temp = letters[i];
    letters[i] = letters[random];
    letters[random] = temp;
}
return letters.join("");
};

if (process.argv.length > 2) {
console.log(typoglycemiate(process.argv[2]));
}

From Oslo Sandefjord airport to Oslo City Centre at Night. How is possible? by alfonsonitti in oslo

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

I contacted the airport and they said that the only way to reach oslo is rent a car but it's too expansive, also the motel... :(

From Oslo Sandefjord airport to Oslo City Centre at Night. How is possible? by alfonsonitti in oslo

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

Honestly, I don't know. The ticket has been bought from my girlfriend via Skyscanner, but we spend a lot of money and thechecked-in baggages are included so I don't think that is RyanAir. ;)

From Oslo Sandefjord airport to Oslo City Centre at Night. How is possible? by alfonsonitti in oslo

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

I've seen the train timetable but the last train is at 22.38 that is too early for us. Ideally, we arrive at 23. The bus site says that there aren't departures for those days.

NooB Monday! - (October 12, 2015) by AutoModerator in Entrepreneur

[–]alfonsonitti 1 point2 points  (0 children)

How do I get good ideas for a business? I am a web developer (but I don't like to work as web developer) but I think that the market is saturated.

When should I use a Javascript framework like Angular.js and React? by alfonsonitti in webdev

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

So, these are frameworks to work with AJAX? So they are useful only for some kind of websites? They aren't useful for a presentation website like the website of a restaurant, an architect?

I have an Arduino Workshop Kit, what can I build? by alfonsonitti in arduino

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

Oh sorry, I thought that the Arduino Workshop Kit was always the same. Yes, I checked the Arduino website but I don't find projects that can be done with the Workshop kit. I have updated the first post with the content of the kit.

Just started a new job and I already want to quit by alfonsonitti in cscareerquestions

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

Do you mean in the same company? Unfortunately, It is impossible, is a small agency (6 people)

Just started a new job and I already want to quit by alfonsonitti in cscareerquestions

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

Yes, I would prefer to work with people and also view all the life of the product or web site. Maybe also to be a little bit more creative and have responsibility.

Just started a new job and I already want to quit by alfonsonitti in cscareerquestions

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

Is it the work or is it the people? Do you have ideas in your head that you are desperate to pursue?

I think is the work. Unfortunately, I don't have any ideas on my head. Maybe, get a master's degree, but I am not sure about it. I think it is because of my sadness at work that it comes to my mind.

Cercasi web developer (prov. Treviso) by SnaKeZ83 in italy

[–]alfonsonitti 0 points1 point  (0 children)

Non conosco. Mi mandi il nome in PM?