🌟 Great career opportunity: Senior Java Backend Developer https://lnkd.in/divCaKKT We’re seeking an exceptional Java Backend Developer for a fully remote role with a leading US-based client in the pharmacy services industry. As the largest independent provider of pharmacy benefit solutions, they invest millions in clinical programs, technology, operations, and analytics. 🎯 Main requirements: • Solid experience with Java and Spring Boot. • Experience with Relational Databases, especially with Oracle Database. • Experience writing and optimizing complex queries in PL/SQL. • Experience with Stored Procedures. • Experience working with Multi-Threaded Application. • Experience developing Rest API. • Knowledge of API Gateway. 🚀 NTConsult is a leading technology company at the forefront of innovation. Our Glassdoor rating of 4.7 is among the highest in the market, showcasing our team members' satisfaction. For the last 21 years, we have been developing cutting-edge digital solutions for industry-leading companies in many countries. To find out more details about the opportunity, access the link at the beginning of this post. Apply today! 🌟 Temos uma oportunidade incrível no Time NT: Java Backend Developer (Sênior)! 🎯 Principais requisitos: • Sólida experiência com Java e Spring Boot. • Experiência com Bancos de Dados Relacionais, especialmente com Oracle Database. • Experiência em escrever e otimizar consultas complexas em PL/SQL. • Experiência com Stored Procedures. • Experiência trabalhando com Multi-Thereaded Application. • Experiência desenvolvendo Rest API. • Conhecimento de API Gateway. Para mais detalhes, acesse o link no início deste post. Venha fazer parte do nosso time! #Opportunity #VagasTI #Developer #JAVA #Backend
NTConsult’s Post
More Relevant Posts
-
Mais 12 horas de conhecimento adquirido🙏 #JobSearch #java #TechJobs #angular #ITJobs #Hiring. #html #mysql #postgrea #carreiraemti #NowHiring #JobHunt #CareerInTech #TechCareers #ITCareers #JobOpening #JobOpportunities #JobSeeker #RemoteJobs #RemoteWork #WorkFromHome #TechRecruitment #TechTalent #JobAlerts #Careers #CareerAdvice
To view or add a comment, sign in
-
#JAVA #Hiring Role: Senior Member of Technical Staff Exp: 3+ years Company: Oracle Oracle is hiring for the below role, reach out to me directly for referral if you're interested in the below role or refer this post to the people whom you feel are the right fit or repost it to reach the one in need. Responsibilities!!! -> As a member of the software engineering division, you will apply basic to intermediate knowledge of software architecture to perform software development tasks associated with developing, debugging or designing software applications or operating systems according to provided design specifications. Build enhancements within an existing software architecture and occasionally suggest improvements to the architecture. -> Collaborate with other specialists, testers and other team members to write high-quality code and deliver it to clients in a timely manner. -> Analyse and understand requirements and products. ->Work with product owners and product managers to understand client expectations on different projects. -> Chip in to scoping and improvement of solution designs, peer review code and design. -> Debug existing code to identify and resolve issues. -> Identify gaps in existing processes and suggest changes. -> Work independently on developing medium complex solutions. -> Propose and lead improvement projects for development, deployment, or application monitoring processes. #Skills CSS (Cascading Style Sheets) Debugging Designing Of Software Applications Eclipse RCP Git HTML (Hyper-Text Markup Language) Hibernate JUnit Java (Programming Language) JavaScript (Programming Language) REST API ReactJS SQL (Structured Query Language) SWT (Standard Widget Toolkit) JobID-> 256556 ( Please provide the JOB ID and Resume while connecting with me, instead of waiting for me to ask like provide job id and resume) #Note Please ping me if you are looking for more positions on JAVA & DEVOPS. I will check and update. #java #javaprogramming #coding #developer #software #JAVADeveloper #java #application #support #Maintenance #javadeveloper #java #angular #webdevelopment #javascript #javadeveloperjobs #html #css #SDET #mvc #spring #JavaDeveloper #SpringBoot #Microservices #JEE #SoftwareDevelopment #microservices #programming #code #javadeveloperjobs #AndroidDeveloper #mobileapplications #frontenddevelopment #fullstackdevelopers #backenddevelopment #apis #angular #react #node #rails #reactnative #softwareengineering #javaprogramming #dotnetdeveloper #development #programmer #python #webdeveloper #computerscience #webdesign #css #php #hiring #Hiring #devOps #clouddevops #jenkins #terraform #linux #followers #connections #DevOps #AWS #AZURE #Docker #CICD #KUBERNETES #TERRAFORM #PYTHON #devopstraining #cloudengineers #Applynow #Job #Opening #connections #linux
To view or add a comment, sign in
-
Em um projeto Java quase sempre o uso da JPA será a escolha mais acertiva, porém em alguns casos bem específicos será melhor o acesso direto via JDBC. Por exemplo, a extração massiva de dados (ETL). Seguem algumas ponderações quanto ao uso direto de JDBC abrindo mão de quesitos como produtividade e manutenibilidade: 1. Simplicidade e Controle Absoluto =========================== Quando você precisa de controle completo sobre as consultas SQL, transações ou manipulação direta de dados. Casos em que a abstração da JPA é excessiva ou desnecessária, como em sistemas pequenos ou scripts utilitários. 2. Alta Performance e Operações Complexas ================================== Para operações de alto desempenho em grandes volumes de dados, como processamento em lote (batch processing). Situações onde a otimização de consultas SQL é crítica e você precisa de total controle sobre índices, otimização e tuning. 3. Integração com Sistemas Legados ============================ Quando você está trabalhando com uma estrutura de banco de dados que não segue padrões relacionais comuns ou usa SQL muito específico. Sistemas onde o modelo de dados é altamente personalizado e não se encaixa bem no paradigma de mapeamento objeto-relacional da JPA. 4. Operações Específicas de Banco de Dados ================================== Casos onde é necessário usar extensões específicas de SQL ou recursos exclusivos do banco de dados que a JPA não suporta diretamente. 5. Controle de Recursos ================== Em situações onde a sobrecarga de memória e desempenho introduzida pela JPA (como o contexto de persistência e o gerenciamento automático de entidades) não é aceitável. 6. Sem Necessidade de Mapeamento Objeto-Relacional =========================================== Projetos que não requerem a transformação entre objetos Java e tabelas do banco de dados. Operações puramente SQL onde o uso de mapeamento seria redundante.
When working with relational databases in Java, 𝗝𝗗𝗕𝗖 (𝗝𝗮𝘃𝗮 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲 𝗖𝗼𝗻𝗻𝗲𝗰𝘁𝗶𝘃𝗶𝘁𝘆) and 𝗝𝗣𝗔 (𝗝𝗮𝘃𝗮 𝗣𝗲𝗿𝘀𝗶𝘀𝘁𝗲𝗻𝗰𝗲 𝗔𝗣𝗜) are two popular approaches. Both aim to achieve data persistence, but differ significantly in how they operate. 𝗝𝗗𝗕𝗖 (𝗝𝗮𝘃𝗮 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲 𝗖𝗼𝗻𝗻𝗲𝗰𝘁𝗶𝘃𝗶𝘁𝘆) - A low-level API provided by Java for directly interacting with relational databases. - Offers general-purpose classes and interfaces for database connectivity and SQL operations, but requires a database-specific JDBC driver to facilitate communication with the database. - Developers must manually write SQL queries, manage database connections, and handle results. - Offers complete control over SQL queries and database operations but can be verbose and prone to repetitive code. - Databases like MySQL, PostgreSQL, Oracle provide their own database-specific JDBC drivers. 𝗝𝗣𝗔 (𝗝𝗮𝘃𝗮 𝗣𝗲𝗿𝘀𝗶𝘀𝘁𝗲𝗻𝗰𝗲 𝗔𝗣𝗜) - A higher-level API provided by Java to manage database interactions using Object-Relational Mapping (ORM). - Serves as a specification that defines rules, interfaces, and annotations for ORM, but does not include a runtime implementation. - Simplifies database operations by mapping Java objects to database tables, eliminating the need for most manual SQL writing. - Minimizes boilerplate code, accelerates development, and improves maintainability but comes with overhead and delay - Popular implementations of JPA include Hibernate (the most popular), Apache OpenJPA, and EclipseLink. JPA requires JDBC to interact with the database; it cannot interact with a database independently. Attached image shows how JPA and JDBC work together.
To view or add a comment, sign in
-
#JAVA #Hiring Role: Senior Member of Technical Staff Exp: 3+ years Company: Oracle Oracle is hiring for the below role, reach out to me directly for referral if you're interested in the below role or refer this post to the people whom you feel are the right fit or repost it to reach the one in need. Responsibilities!!! -> As a member of the software engineering division, you will apply basic to intermediate knowledge of software architecture to perform software development tasks associated with developing, debugging or designing software applications or operating systems according to provided design specifications. Build enhancements within an existing software architecture and occasionally suggest improvements to the architecture. -> Collaborate with other specialists, testers and other team members to write high-quality code and deliver it to clients in a timely manner. -> Analyse and understand requirements and products. ->Work with product owners and product managers to understand client expectations on different projects. -> Chip in to scoping and improvement of solution designs, peer review code and design. -> Debug existing code to identify and resolve issues. -> Identify gaps in existing processes and suggest changes. -> Work independently on developing medium complex solutions. -> Propose and lead improvement projects for development, deployment, or application monitoring processes. #Skills CSS (Cascading Style Sheets) Debugging Designing Of Software Applications Eclipse RCP Git HTML (Hyper-Text Markup Language) Hibernate JUnit Java (Programming Language) JavaScript (Programming Language) REST API ReactJS SQL (Structured Query Language) SWT (Standard Widget Toolkit) JobID-> 256556 ( Please provide the JOB ID and Resume while connecting with me, instead of waiting for me to ask like provide job id and resume) #Note Please ping me if you are looking for more positions on JAVA & DEVOPS. I will check and update. #java #javaprogramming #coding #developer #software #JAVADeveloper #java #application #support #Maintenance #javadeveloper #java #angular #webdevelopment #javascript #javadeveloperjobs #html #css #SDET #mvc #spring #JavaDeveloper #SpringBoot #Microservices #JEE #SoftwareDevelopment #microservices #programming #code #javadeveloperjobs #AndroidDeveloper #mobileapplications #frontenddevelopment #fullstackdevelopers #backenddevelopment #apis #angular #react #node #rails #reactnative #softwareengineering #javaprogramming #dotnetdeveloper #development #programmer #python #webdeveloper #computerscience #webdesign #css #php #hiring #Hiring #devOps #clouddevops #jenkins #terraform #linux #followers #connections #DevOps #AWS #AZURE #Docker #CICD #KUBERNETES #TERRAFORM #PYTHON #devopstraining #cloudengineers #Applynow #Job #Opening #connections #linux
To view or add a comment, sign in
-
Primeira vez que vejo um roadmap onde se começa por JDBC e Servlets, atualmente, o maior erro dos iniciantes é começar por um framework. #java #roadmap #start
Experienced Full Stack Software Engineer | Ex-Dev, IIT KGP | Data structures and Algorithms | Java | Spring | Spring Boot | JavaScript | React js | Micro Services | LLD | HLD
Roadmap to Becoming a Java Backend Developer Level up your Java skills with this comprehensive roadmap! ☕️ #java #programming #developer #webdev #roadmap.
To view or add a comment, sign in
-
JAVA #Hiring Role: Java Full Stack Developer Exp: 5-10+ years Company: Oracle Oracle is hiring for the below role, reach out to me directly for referral if you're interested in the below role or refer this post to the people whom you feel are the right fit or repost it to reach the one in need. Responsibilities!! 1. Hands-on Java experience (6 - 10 years) with a continued interest in writing code using micro service & eventing model development 2. Work on Technical design using UML modeling tools, Involve in proof of concept to validate solutions. 3. Create well-defined APIs and efficient business logic 4. Exposure to code coverage & Security scanning Tools ( ex - Sonarqube, Fortify) 5. Develop automated JUnits to test the services, involve in Performance testing & fixing. 7. Responsible for managing automated provisioning for the developed micro service(ex - Maven/Jenkins/Gradle) 12. Collaboration across different teams and geographies.PrimaryA. Strong coding experience JAVA / J2EE, Spring, Spring Boot, Microservices,JPA, JSON, JAX-RS, JWT (optional), OAuth2.0B. 13. Worked on Web services/SOA/REST/HTTP, Microservices, Eventing frameworksC. Conversant with IDE Tools such as Eclipse, Netbeans and Modeling Tools of UMLD. Experience in working with Oracle Database Tools and administration.E. 14. Experience on JUnit, JMeter toolsF. Exposure to Financial services/Banking domainG. Excellent writing and oral in Englishsecondarya. 15. Practiced Agile Development and knowledge of Tools such as Confluence/JIRAb. Experience using Docker, Maven, Jenkins, Gradle,Kubernetes, ELKc. Experience in tools such as Selenium, GIT, JIRA, Confluenced. Exposure to Sonarqube, Fortify Tools JobID-> 237288 ( Please provide the JOB ID and Resume while connecting with me, instead of waiting for me to ask like provide job id and resume) #Skills Java (Programming Language) Microservices OOP (Object-Oriented Programming) REST API SQL (Structured Query Language) Software Development #Note Please ping me if you are looking for other positions like Java, .Net, Networking, Test Automation and etc. I will check and update. #java #javaprogramming #coding #developer #software #JAVADeveloper #java #application #support #Maintenance #javadeveloper #java #angular #webdevelopment #javascript #javadeveloperjobs #html #css #SDET #mvc #spring #JavaDeveloper #SpringBoot #Microservices #JEE #SoftwareDevelopment #microservices #programming #code #javadeveloperjobs #AndroidDeveloper #mobileapplications #frontenddevelopment #fullstackdevelopers #backenddevelopment #apis #angular #react #node #rails #reactnative #softwareengineering #javaprogramming #dotnetdeveloper #development #programmer #python #webdeveloper #computerscience #webdesign #css #php #hiring #Hiring #devOps #clouddevops #jenkins #terraform #linux #followers #connections #DevOps #AWS #AZURE #Docker #CICD #KUBERNETES #TERRAFORM #PYTHON #devopstraining #cloudengineers #Applynow #Job #Opening #connections #linux
To view or add a comment, sign in
-
Hi, Please find the JD below Need locals only, Please don't share other than locals Need at least 12+ years of exp, H1B with PP number Sr Java developer New York, NYC Strong with Java, Spring Boot and AWS. Java Developer Resources: Strong programming skills in Java with proficiency in object-oriented design principles Experience with Java frameworks such as, Spring and Hibernate Familiarity with web development frameworks (Angular or React) Familiarity with distributed storage systems like DB2, ORacle, Cassandra, MongoDB Familiarity with continuous integration and continuous deployment (CI/CD) pipelines especially using Git Working knowledge of Unix/Linux experience Java Script Resources: Medium amount of profiles request [note this is very similar to Java Developer, but I have underlined the changes] Strong programming skills in Java with proficiency in object-oriented design principles Strong Experience with web development frameworks (Angular or React) Regards Hari Krishna Insoursys || hari_krishna@insoursysinc.com #java #Springboot #AWS #C2C #W2 #USIT #benchsales
To view or add a comment, sign in
-
È bug ou melhoria afinal? rs #recrutar #tecnologia #recrutamento #selecão #remoto #rh #angular #spring #java #sql #FullStack #bradesco #itau #santander #SoftwareArchitect #DataScience #SystemsAnalyst #Developer #programming #code #chatgbt #programmerhumor #frontend #backend
To view or add a comment, sign in
-
BH E Região , Bora?
Psicóloga | Business Partner | Gestão de Pessoas | Palestrante | Auxiliando no seu processo de autoconhecimento
Quinta-feira 😎 Ótimo dia pra eu te encontrar 😂 Algum #java pronto pro desafio? Abaixo algumas oportunidades disponíveis pra você se tornar um #squader 💙 Dev Fullstack Java - https://lnkd.in/dUqGakqp Business Analyst - https://lnkd.in/d9CkjpRP Dev Backend Java - https://lnkd.in/dAFVqnrf Dev Mobile IOS - https://lnkd.in/dk-pnCjW Quality Assurance - https://lnkd.in/dEfQwWwk Qualquer dúvida, me chame 💥 #fullstack #java #ios #qa #homeoffice #híbrido
To view or add a comment, sign in
25,030 followers