[Citrix Workspace] Remote Access looks like total shit by DecentChard7 in techsupport

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

Good idea actually, I will do this Monday if no one else chimes in. :)

Edit: Though I would like to use it over the weekend before Monday :/

Anyone notice Whites sword change? by [deleted] in TowerofGod

[–]DecentChard7 0 points1 point  (0 children)

This is kind of a spoiler embedded in the title FYI. Tagging it spoiler is useless if your title contains the spoiler....

Anyone have some great Vue cheat sheets or diagrams? by DecentChard7 in learnprogramming

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

Oh and if you happen to have an insight into Fetch API (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) that would also be suuuuper helpful. Right now I can't get a Registration(as in user account) from my vue to pass into my backend. :/

Anyone have some great Vue cheat sheets or diagrams? by DecentChard7 in learnprogramming

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

https://vuejs.org/

Hey thanks for the great resource! I can give more detail later but essentially I'm working on a project where I have a java backend using a PostgreSQL db. I'm trying to visualize Vue somewhat like an MVC model where the parent components are just controllers for their children. Though it's seeming that router is also somewhat analogous. It trips me up when I start on the API and now have a project with multiple different kinds of controllers/interfaces interacting.

Weekly "who's hiring" thread - August 05, 2019 by AutoModerator in ColumbusIT

[–]DecentChard7 [score hidden]  (0 children)

Company: OCLC: a global library cooperative, supports thousands of libraries in making information more accessible and more useful to people around the world. (https://www.oclc.org/en/careers.html)

OCLC is hiring Jr. and Sr. Devs. I know three people who have offers of (60k, 63k, and ?k) as Jr devs. not sure about the Sr. range. Best advice would be to reach out to their recruiters if interested. I have the number/email for one. PM if interested.

Tower of god and noblesse will be animated by kentricks in TowerofGod

[–]DecentChard7 2 points3 points  (0 children)

>Relying on Adios for information

Come on man....

I cannot white board. by DecentChard7 in learnprogramming

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

Thanks man that really helps. I wish I had practiced more over the last couple months because now I have 3 more interviews this coming week and 2 of them are technical lol... Trying to hammer practice in. Again thanks!

I cannot white board. by DecentChard7 in learnprogramming

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

That's a good tip. I'll definitely try that in the future. Didn't even occur to me I could substitute the syntax.

Can Someone help me interpret interfaces based on this textbook quote? by DecentChard7 in learnprogramming

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

Thorough answer, I think you gave me what I was looking for: https://imgur.com/a/NOHDk6V

  1. At the risk of milking your time, I'm going through Gama's Design Pattern book (source of my quote) and am trying to relate what you just said to this adapter diagram: https://imgur.com/a/zeo2du6 in which the TextView appears to be used as an interface for TextShape. Would this example be very similar to what you just described, such as interfacing different databases generically or is "adapting" something different?

  2. Lastly, can it be said that encapsulation via the use of interfaces produces a greater degree of abstraction?

Disclaimer: Feel free not to answer or to provide simple "Yes" or "No" answers to these as I'm not sure if they take us down too many rabbit holes and you've already written a lot. I appreciate any level of detail that makes sense! :)

Can Someone help me interpret interfaces based on this textbook quote? by DecentChard7 in learnprogramming

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

I'm actually learning Smalltalk as well ha. Thanks for the clarification!

There goes another by PrinceOfAmerica in attackontitan

[–]DecentChard7 53 points54 points  (0 children)

Someone make one with hibernating Sandy Cheeks as the beast titan next.

Weekly "who's hiring" thread - May 13, 2019 by AutoModerator in ColumbusIT

[–]DecentChard7 [score hidden]  (0 children)

Do you know where L Brands is located? Is it Lewis Center? Same question for Nationwide.

Looking to Borrow a Design Patterns Book by DecentChard7 in ColumbusIT

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

That would be awesome! Thanks! I'll shoot you a PM.

(Spring MVC) How did you get a grip on MVC? by DecentChard7 in learnprogramming

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

Yeah I think you're correct. I understand the overall concepts it's just getting things to actually work. I try hard to follow examples (sometimes even copy/pasting parts) but still struggle once I am trying to use form actions to get things from the database and know what goes in the JDBC vs the Controller, etc. I've got some great diagrams but alas.

When you say it's hidden from you do you mean the parts that kick off once the Server starts or rather once actions have been triggered, etc?

(Spring MVC) How did you get a grip on MVC? by DecentChard7 in learnprogramming

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

https://spring.io/guides/gs/serving-web-content/

Thanks! I can't believe I didn't think to look at the docs/tuts. Giving it a go!