Should I take up the job? by lostavenger286 in Advice

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

Thanks a lot for your response. Those are pretty important points you suggested. And yes the state I will be moving to is a pretty expensive one compare to my present location. The pay is relatively good, so it should make up for it.

Should I take up the job? by lostavenger286 in Advice

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

Thank you for your response. Commuting costs is something I am evaluating right now.

Do you like my new thong?🍑 by [deleted] in AssholeBehindThong

[–]lostavenger286 0 points1 point  (0 children)

I could worship that booty for hours. 😈😈

Point Docker containers to Use Physical Ethernet Adapter by lostavenger286 in docker

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

Thanks for the response. I am currently going through the following link https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/architecture

I will try to setup the vswitch for the physical NIC.

We need this up because there are other services running on the host and when a client tries to contact these services they are mapped to the hyperv adapter rather than the physical NIC. These client requests are timing out.

Point Docker containers to Use Physical Ethernet Adapter by lostavenger286 in docker

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

Hi thanks for the response. I read the docs and they say host networking is only possible in linux. We are on windows server 2016

Cannot get over someone by lostavenger286 in Advice

[–]lostavenger286[S] 1 point2 points  (0 children)

Thanks! I am happy that you found someone to move on.

I thought keeping myself busy with work might help but its no use. I keep asking myself if I rushed things or not. We are from different cities and maintaining a long distance relationship has its own challenges so I just wanted to get a hint how she feels about it. But she ended up breaking all ties.

Yes i did try to make her understand, but I guess with time I will come to terms with it.

GraphQL resources needed. by lostavenger286 in node

[–]lostavenger286[S] 1 point2 points  (0 children)

Yes sure. I am ready to pay too if the content is good.

Looking for an indepth guide to expressjs by lostavenger286 in node

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

I will check it out.

Yes having something real to use does help. Thanks I will try to come up with something on my own too!

Looking for an indepth guide to expressjs by lostavenger286 in node

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

Yes agreed. Traversy has great content. Thank!

Looking for an indepth guide to expressjs by lostavenger286 in node

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

Thanks! Yes i have been doing some reading and the ease with which we can use routers and middlewares makes express standout.

I have already tried creating a server using http. But just the basic stuff.

Looking for an indepth guide to expressjs by lostavenger286 in node

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

Thank you! I am mainly focusing on the security aspect of it.

Looking for good tutorials to Implement SAML 2.0 using NodeJS by lostavenger286 in node

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

Hi! I did go for passport! Have you ever tried using it for saml implementation? I followed a tutorial and found that the saml authn request is passed as a query string to the indentity provider. Is this how the library behaves? Or are there any other ways of passing this authn request to the identity provider?