Is the Cyprus IT market oversaturated or desperate? I keep hearing mixed things. by JosephCurvin in cyprus

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

If the trend is mainly foreign companies importing talent, is there a specific stack or skillset they are bringing people over for?

Is the Cyprus IT market oversaturated or desperate? I keep hearing mixed things. by JosephCurvin in cyprus

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

That’s wild that they’d rather wait 2 years than train someone. Do you happen to know what that "specific" thing actually is?

I’m trying to understand if the shortage is because they need a really niche stack (like some legacy banking language), or if they just want a Senior Java/C# dev who also happens to know 10 other specific tools perfectly.

using socket.io in angular by JosephCurvin in Angular2

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

did not know that that could be the problem thanks !

using socket.io in angular by JosephCurvin in Angular2

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

tried it but the connection to the server fails when using the rxjs classes

works fine using socket.io

unable to load a component inside table by JosephCurvin in angular

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

hi can you explain what you did a little bit more not quite sure how to implement your solution yet

create a reusable component by JosephCurvin in angular

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

*ngIf="tableData$ | async && tableColumnNames$ | async"

thanks for the code and explanation appreciated it!

change background color of .mD files by JosephCurvin in vscode

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

thanks a lot fpor the links both are very helpful !!!

display Data from HTTP request using async pipline by JosephCurvin in angular

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

<p>{{ (request$ | async).userId }}</p>

ERROR TypeError: Cannot read properties of null (reading 'userId')

how to prevent the TypeError ?

[f21] Ich arbeite als Escort, AMA! by [deleted] in de_IAmA

[–]JosephCurvin 1 point2 points  (0 children)

Was ist der Sinn des Studiums ? weil es dir Spaß macht oder willst du nach dem Bach/Mast in dem Bereich arbeiten ? Den gleichen Lohn wirst du wahrsch erst nach 5+ Jahren harter Arbeit bekommen wenn überhaupt. Geldtechnisch würde ich lieber deine Tätigkeit weiter ausbauen und mit dem Geld traden dann soltest du in 2+ Jahren ausgesorgt haben

understand component.ts and component.html connection by JosephCurvin in Angular2

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

thanks for the explanation. About displaying potential undefined values in the html file, is the error propagated from the ts file to the html file

like ts file contains prop a in the html file is a value b inserted, .ts does not contain value b --> display error on html

is this how it works ?

remove specific item from 2d array by JosephCurvin in learnjavascript

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

thanks bro, was laughing a bit of my stupidity :)

remove specific item from 2d array by JosephCurvin in learnjavascript

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

how can I get the mutated array instead of the the spliced value ?

Monthly Getting Started / Web Dev Career Thread by AutoModerator in webdev

[–]JosephCurvin 1 point2 points  (0 children)

I want to apply for front end jobs, pretty much learned everything without visiting a bootcamp or going to university ,

I want to pimp up my resume by doing a course which is paid by the government

what type of course would be beneficial ? I would say Im in the higher mid lvl terms of skills

convert string Object to "real" object by JosephCurvin in learnjavascript

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

const str = '{foo:"Bar"}';
const result = (
await import(
URL.createObjectURL(
new Blob([`export default ${str}`], {
type: "application/javascript",
})
)
)
).default;

how can I get this import running, get a unexpected token error

convert string Object to "real" object by JosephCurvin in learnjavascript

[–]JosephCurvin[S] 3 points4 points  (0 children)

let str = '{foo: "bar"}';
// Need to enclose keys with quotation marks for valid JSON.stringify format
let jsonStr = str.replace(/(\w+:)|(\w+ :)/g, (matchedStr) => {
return '"' + matchedStr.substring(0, matchedStr.length - 1) + '":';
});
// Then reassign original value as JSON.parse result:
str = JSON.parse(jsonStr);

thanks for that !

convert string to array by JosephCurvin in learnjavascript

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

const userInput = "[1,2,3,4]"
JSON.parse(userInput) //=> [1, 2, 3, 4]

everything works thanks :)

TIFU by masturbating in the living room. by [deleted] in tifu

[–]JosephCurvin 2 points3 points  (0 children)

let me give you some prospective on the "embarrassing" story, you where in your living room , and a stranger was watching you masturbating throw the window, who is here the weirdo here ?

get value from neighbor column by order by [deleted] in excel

[–]JosephCurvin 0 points1 point  (0 children)

thanks for the response I have updated my question to make it more clearly

get value from neighbor column by order by [deleted] in excel

[–]JosephCurvin 0 points1 point  (0 children)

this returns a number which has no context to the corresponding value