#softwaredevelopment

Posts mentioning hashtag #softwaredevelopment

Below are all the posts — topics as well as replies — that mention the hashtag #softwaredevelopment.

Mention #softwaredevelopment in your post to continue the discussion!

2026 Oracle H1B Numbers

OK, here is the skinny from h1bhq.com -

465 LCA filings, 455 w/CERTIFIED status (done deal), 40% classified specifically as "Software Developer", 60% with "Developer" or "Software Development" in the title, median reported salary range around $142K to $184K.... 20% of certified records in 5 areas that show in Oracle's 2026 WARN layoff records (reported to the state).

I'll post source details in a reply to this post...

All data is open source and it's coming from:
https://h1bhq.com/search?employerSlug=ORACLE-america-inc&fiscalYear=2026


Slack is down to 149K!

This is the lowest slack count its been in months. Even if they don't do mass layoffs, Oracle is definitely trending downward. I'm on a development team for a business unit piloting even more AI automation tools. End to end autonomous development is the direction Oracle wants to move to! From AI lunch and learns it appears like they even want POs to write requirements and acceptance criteria that is fed into AI + governance systems which will deliver POCs if not fully compliant features into legacy systems without engineers directly involved


Oracle Slashes Kansas City Workforce

Oracle Corporation has confirmed over 500 layoffs impacting its Kansas City operations. These permanent cuts will affect approximately 150 different job titles, primarily in software development, management, and customer service. An economist noted that the impact could be doubled for the region due to Oracle being an exporting firm. The company is reportedly reallocating resources towards artificial intelligence and data centers. Affected employees are expected to have their last day on June 1.

Kansas City, Missouri

https://www.kmbc.com/article/oracle-layoffs-kansas-city-economic-impact/70912810


Confessions of a vibe coder

I push cursor-generated code without even looking at it. In fact, I haven't even looked at our codebase in months. All I interact with is the chat window. My teammates don't even read the PR's, they just trust the Copilot comments and approve. So far, nothing has broken. Any other teams doing it like this?


Big O Flow

Yeah, let’s talk about the code you write
Is it running fast, or lagging through the night?
Don't guess the seconds, don't watch the clock
We use math to put the runtime on lock
Drop the beat, let's analyze

When your data starts to grow, how does your program scale?
Asymptotic runtime tells the ultimate tale
We look at the horizon where the inputs get massive,
forget the small numbers, we can't be passive
Ignore the constants, drop the lower order terms,
we focus on the shape as the algorithm squirms
It’s the trend line mapping out the ultimate peak,
the limiting behavior is the secret that we seek

That's big o, big omega, big theta in the mix,
measuring the steps and the algorithmic tricks
As n goes to infinity, the truth comes out,
asymptotic runtime is what scaling is about

First up is the king, call it constant time,
o(1) efficiency, the cleanest in the rhyme.
An array lookup by index, it never has to wait,
no matter if the input size is 10 or 88

Then comes linear time, o(n) is the name,
looping through a list, every element the same
If the data doubles up, the work will double too,
like searching for a needle til the whole scan is through

Now log it down, o log n on the track,
binary search cutting all the data in the back
Divide and conquer, splitting choices right in half,
super fast scaling makes the engineer laugh
But watch out for quadratic, o n squared is a trap,
nested loops spinning till your cpu snaps
Bubble sort lagging when the database gets wide,
with a million inputs, there's nowhere to hide

So check your efficiency before you deploy,
don't let a slow runtime ki-l your coding joy
Analyze the growth rate, see how it behaves,
that’s how a senior dev saves the day and saves the waves

Asymptotic vision

Infinity and beyond

Peace


Expeditors International Cuts Tech Jobs, Ends No-Layoff Policy

Expeditors International recently cut approximately 230 technology-related jobs. These layoffs primarily impacted employees across multiple offices in Washington state. Affected roles included software developers, quality-assurance testers, and project managers. This action marks the end of the company's long-standing tradition of not laying off employees. The company confirmed these cuts as a workplace restructuring in a state WARN Act filing.

Seattle, Washington

https://www.geekwire.com/2026/expeditors-cuts-230-tech-jobs-in-seattle-region-ending-decades-long-policy-against-layoffs/


Ticketmaster Reduces Workforce by 350 for Strategic Focus

Ticketmaster has laid off approximately 350 employees across its operations. These cuts affect various functions within the company. The firm aims to increase focus on fewer initiatives. It plans to bring more software development in-house. This restructuring prioritizes engineering, product, and design divisions.

https://www.iqmagazine.com/2026/05/ticketmaster-confirms-around-350-layoffs/


HIH Cigna - you need to know

Cigna's Hyderabad Innovation Hub (HIH), often associated with Evernorth, is a major technology and operations center for The Cigna Group in India. It focuses on driving innovation, digital transformation, and supporting global teams with roles in AI, software development, and analytics. The facility aims to support thousands of employees and serves as a key hub for enhancing global health services.


do we need architects ?

I am skeptical about the value of architects in modern development, especially when they operate in an ivory tower. The role often results in a pile of Confluence pages and diagrams that no one reads, adds unnecessary bureaucracy, and ultimately slows us down. Many are outdated and worse than scrum masters.To be valuable, an architect must be able to contribute directly to the codebase. If they can't code, their relevance in a fast-paced delivery environment is questionable.
The architect role has become parasitic, consuming resources and time without delivering tangible value to the development process


More slideware than software IP

Altho i hv no stats, i expect we produce more slides on a daily basis than we do lines of code that actually build us any sort of IP.

And what's depressing is that most of the slideware is just rehash, update, and repackaging of the same old cr-p.

I'm one of the thousands of slide jockey here, so the irony of this post isn't lost on me but hey, tomorrow is another new week in which I'll do the same old sh-t as I've for the past many years.