Top Leads
Job Title: Location: Estimated: $110K - $139K a ye[IT, job post]
Posted 11 months ago
Job Title:
Location: Estimated: $110K - $139K a year
Company: '7+ years experience of full stack development experience- frontend Angular experience utilizing version 6 or higher. 7+ years of SQL Server development- SSIS.
Salary:
Additional Information: CapB InfoteK —Minneapolis, MN
Apply
Looking for Angular Support. 8+ years of experience
Posted 11 months ago
Looking for Angular Support. 8+ years of experience
New Angular 17 feature: new control flow syntax A[IT, unknown]
Posted 11 months ago
New Angular 17 feature: new control flow syntax
Angular's new declarative control flow demonstrated by Signal-based examples - https://www.angularaddicts.com/p/angular-17-new-control-flow-with-signals
#angular
Job Title: Location: Estimated: $110K - $139K a ye[IT, job post]
Posted 11 months ago
Job Title:
Location: Estimated: $110K - $139K a year
Company: '7+ years experience of full stack development experience- frontend Angular experience utilizing version 6 or higher. 7+ years of SQL Server development- SSIS.
Salary:
Additional Information: CapB InfoteK —Minneapolis, MN
Apply
Embedded Full Stack LAMP Developer - REMOTE[IT, job post]
Posted 11 months ago
We are currently seeking a skilled, creative, and experienced Embedded Full LAMP Stack Developer to become a valuable asset to Sierra One. Our work environment is dynamic and fast-paced, with a highly motivated and talented group of engineers. Our projects are cutting-edge in the Wireless industry, offering exciting challenges and opportunities for career growth and development. If you have the ...
Looking for Angular developer for full time
Posted 11 months ago
Looking for Angular developer for full time
Job Title: Location: Estimated: $110K - $139K a ye[IT, job post]
Posted 11 months ago
Job Title:
Location: Estimated: $110K - $139K a year
Company: '7+ years experience of full stack development experience- frontend Angular experience utilizing version 6 or higher. 7+ years of SQL Server development- SSIS.
Salary:
Additional Information: CapB InfoteK —Minneapolis, MN
Apply
Issue with Spring Security on my Spring Reactive app. It is returning a Cors error on authentication[IT, unknown]
Posted 11 months ago
The endpoints that needs authentication, are returning CORS error if you access them after authentication, but if you don’t make them use authentication they are accessible just fine.
The front end is using Angular 17
Code snippet below
public class SecurityConfig {
u/Value("${auth.secret-key}")
private String secretKey;
private SecurityContextRepository securityContextRepository;
u/Bean
public ReactiveJwtDecoder jwtDecoder() {
SecretKey key = Keys.hmacShaKeyFor(...