TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How should I learn Java Spring as a PHP / Python developer ASAP?

1 pointsby whitepaintover 3 years ago
I have some experience with Java, but I have mostly worked with PHP, Python, Solidity and Javascript.<p>Now my company has a new project (website) that will be required to be built on Java Spring. They trust I can learn it fast. I have like 2 weeks. How should I do it?

1 comment

alephu5over 3 years ago
I&#x27;m guessing it&#x27;s a very simple application, given the timescale, so you can probably use Spring Boot to get started and follow a simple tutorial of your choice. The precise details in your case are probably close to what the tutorials offer I&#x27;m guessing: a simple calculation or database access behind an HTTP endpoint.