Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "support team"
-
Sorry if I make a typo, my hands a still a little shaky, just had to stop myself from crying.
This morning I came in, opened my email, saw an automated response from Jira saying .... saying ..... saying the backend team provided details about their new endpoint.
After a year of screaming, they finally did it. It was so beautiful I fell to the floor and wept like a baby.
Thank you all for your support through this difficult time. Together we can accomplish anything!!!7 -
A client’s server crashed so they called us. When we checked the logs we found a user was logged in 200,000+ times. We told them the user and a few minutes later we get a picture of a cupcake that was on the enter key. They got cupcake DOS attacked. My team isn’t in charge of the login functionality but I can say the team that is got a fairly aggressive internal support ticket.5
-
!rant but a story
This happened today. Sorry for long post. A manager from another team in development team, I'll call him junkfellow, called me very very late last night to help them solve an issue in our application's test environment that blocking them from doing testing. They apparently doing integration testing with our application. Now said test environment is not even prepared by our team. We are development team and this test environment prepared by our application's support team. So I politely told junkfellow to get in touch with our support team counterpart as I am from development team. And he began shout at me
junkfellow: "WHY DO YOU THINK I'M FUCKING CALL YOU? IT'S BECAUSE I CAN'T FUCKING REACH ANYONE FROM SUPPORT!"
me: "With due respects sir I have no instructions to assist you and your team in your testing"
junkfellow: "THEN WHAT GOOD ARE YOU? IF YOU DON"T GET ONLINE NOW I WILL FUCKING ESCALATE YOU TO CW!!!"
We all know who CW is and he can make some people life very hard and I didn't want to call my boss so late so I quickly went online and spent the next 4hrs supporting their testing. Next morning I told my boss what happened and he scolded me for not calling him last night. He dropped an email to junkfellow's boss about junkfellow being "unacceptable attitude, disrespectful and threatening to escalate my team mates". My boss always refer to us as team mates, not his staff or his team member.
Then in few minutes, someone walking like a school bully with his chest out came to my boss place and announced himself (he is junkfellow). I say announce because he talking like he wanted everyone to know who is he. My boss stood up promptly, greeted good morning, introduce himself, shook junkfellow hand and sat down. Still young, maybe in late 20's or even younger than me. junkfellow talking to my boss loud enough for most of us to hear. Everyone's neck suddenly long like meerkat and listening:
junkfellow looking down to my boss who is sitting down: "How dare you send email like that to my boss? We are both managers you should act like one, you have a problem with me then you talk to me. You don't bypass me and go directly to my boss. You didn't even give me face!"
my boss sitting down: "So you didn't even ask your boss before picking a fight."
*junkfellow suddenly look confused*
my boss still sitting down talking calm with poker face: "I did give you face. You think by going to your boss I bypassed you and went one level up? No I went one level down!"
junkfellow still look confused and then slowly realized what my boss meant. Now he is staring at floor and can't look my boss in eye after he realized he is screwed!
my boss now standing up: "You treat my team mates like that againi or ask them to do something without my knowledge and I will talk to your boss' boss about it"
boss to me: "Hey tollywood! junkfellow here sincerely regrets what he did last night and wants to apologize to you in person" and boss' poker face turned to his familiar smirk
junkfellow immediately came to me, said "it's ok you no need to stand up", he sat down in a squat and apologized repeatedly. He really looked like he was about to cry and for a moment I pity him. But then I remember what he did and I just enjoyed the moment! Was pure gold :D :D :D11 -
Mark.
Mark was a support guy who could have been replaced by a robot. Nearly every support request that came in, whether it made sense or not, had a reply saying:
"Thank you for your query, I will escalate with the development team"
...and then I would have a message saying:
"Hi Almond urgent issue case xxx - I think you need to PLEASE CHECK LOGS" (yes, with that capitalisation.)
I'd then look at the case, take 10 seconds to work out the customer had done something stupid when calling our API (often forgetting their authentication details, despite a clear message telling them as such) and tell Mark what the issue was, and how to find it for himself next time. I'd then usually get:
"Thank you but PLEASE CHECK LOGS to see if there is any more info we can provide to customer"
...there would be more back and forth, and then eventually something like the following would reach the customer...
"Very sorry the development team have a major issue they will fix very soon but in the meantime a workaround is (instructions for using authentication details)"
🤦♂️🤦♂️7 -
Rant! I found a bug in payment provider's api. The bug involves sending an invalid (!) Stripe ID to that API, (which I send on purpose btw) Which causes a complete white page when you login to their systems and view the details of that customer. Btw the API will accept that invalid Stripe ID without questioning and returns a 200 status code back.
So I send a mail to there support saying "look I found this bug by accident, this is how you can reproduce it"
And the support team send me a message back saying "then don't send an invalid Stripe ID"...
You don't freaking say... *sigh*
9 -
My team handles infrastructure deployment and automation in the cloud for our company, so we don't exactly develop applications ourselves, but we're responsible for building deployment pipelines, provisioning cloud resources, automating their deployments, etc.
I've ranted about this before, but it fits the weekly rant so I'll do it again.
Someone deployed an autoscaling application into our production AWS account, but they set the maximum instance count to 300. The account limit was less than that. So, of course, their application gets stuck and starts scaling out infinitely. Two hundred new servers spun up in an hour before hitting the limit and then throwing errors all over the place. They send me a ticket and I login to AWS to investigate. Not only have they broken their own application, but they've also made it impossible to deploy anything else into prod. Every other autoscaling group is now unable to scale out at all. We had to submit an emergency limit increase request to AWS, spent thousands of dollars on those stupidly-large instances, and yelled at the dev team responsible. Two weeks later, THEY INCREASED THE MAX COUNT TO 500 AND IT HAPPENED AGAIN!
And the whole thing happened because a database filled up the hard drive, so it would spin up a new server, whose hard drive would be full already and thus spin up a new server, and so on into infinity.
Thats probably the only WTF moment that resulted in me actually saying "WTF?!" out loud to the person responsible, but I've had others. One dev team had their code logging to a location they couldn't access, so we got daily requests for two weeks to download and email log files to them. Another dev team refused to believe their server was crashing due to their bad code even after we showed them the logs that demonstrated their application had a massive memory leak. Another team arbitrarily decided that they were going to deploy their code at 4 AM on a Saturday and they wanted a member of my team to be available in case something went wrong. We aren't 24/7 support. We aren't even weekend support. Or any support, technically. Another team told us we had one day to do three weeks' worth of work to deploy their application because they had set a hard deadline and then didn't tell us about it until the day before. We gave them a flat "No" for that request.
I could probably keep going, but you get the gist of it.4 -
I am fucking dying of laughter right now. 😁
Today I got a push message of the invoicing app I use from time to time and the message literally just said "lol" (without even the usual pre-fix of the app name or anything).
So after not figuring out where that could have come from and obviously theres no private messaging etc. in that app, I contacted support and they reacted surprisingly good and at same time hilariously good; they pushed now a team towards investigating that, as apparently I wasn't the only one.
https://support.waveapps.com/hc/...
I wonder who fucked up and literally pushed "lol" to thousands of people. 😂
8 -
A new sales guy in a startup I used to work at was using Internet Explorer. I told him why are you using IE, it's a shitty browser and how frontend devs suffer to support it.
Before I continued, he interrupted me saying that he used to be the regional head of sales team in Microsoft and started defending IE.
I was like Oookaaayy.
......he left the company a week or two later7 -
To all IT-guys out there, be it the desperate sysadmin or the kind lady of the support team, I whish all of you and your family/friends a merry christmas! 😃
4 -
FUCK GOOGLE.
FUCK THE GOOGLE PLAY REVIEW TEAM.
FUCK THEIR BOT GENERATED EMAILS.
FUCK THEIR DEVELOPER SUPPORT.
I am trying to launch a fucking action game. There will be fucking guns and muzzle flashes shown in the screenshots. Stop fucking rejecting the app. There is no blood in the icon or screenshots. Stop sending me bot generated emails and tell me what content is being flagged.
A little information on the whole scenario: My game was rejected so immediately I contacted the support as to what was the issue. The guy told me 2 screenshots were flagged because they had the muzzle flashes and damage indicator (call of duty type which tells the direction from where the bullets are coming from). So I removed the screenshots and still the game was rejected. FUCK THESE ASSHOLES. SAME GOES FOR APPLE.9 -
During a company wide status meeting where all product managers, architects and directors assemble:
Me: *A product architect leading a team of devs*
Directors: So are there any issues or risks you see in delivering the next build in target time for Client 1?
Me: There are too many changes in feature requirements. First they said we can use a shared NFS for storage. Now they are asking to switch over to SFTP pull mode.. blah blah..
Directors: Oh I see.. well we can support both solutions then.
Me: But the deadlin..
Directors: *ignores what I say* Will be a good marketing point for future.
Me: But there are too many regressions in integra..
Directors: *ignores what I say* We should also meet deadlines. That is the most important thing.
Me: Its not as easy as 1+1=2.. The team needs more time to..
Directors: *ignores what I say* Ok lets move on to the next point. What about Client 2?
Me:
4 -
When I left university I got a Graduate Developer role at a local start-up. For the first year there i did html and css, second year I was in the support team.
Not a problem because sometimes you have to eat some shit to get where you want to be. But third year I got moved into the Dev team properly.
A month in, the Support team, without someone with a devs brain and a "devs" knowledge of the product, started falling really far behind and struggling and the MD told me I'd be going back into Support for another 6-12 months. So I told him to fuck off, and if he did I'd just leave. They never did and I stayed. 👍3 -
At a former job, the company decided to replatform to Salesforce. The entire dev team was laid off. But it would take an outside agency a year to build the Salesforce site. The company wanted the devs to stay for an additional year.
The only severance was something they called a stay bonus. It was 30% of our gross income but it was still contingent on performance. And if they decide to let you go earlier, it gets prorated if you still qualify for the bonus. Not a good deal.
Each month a dev left. By the time I secured a new job and left, all that remained of the dev team was a junior frontend dev and two team leads (one FE and one BE) with no team to lead. Well, there were contractors, but they were only brought on after the Salesforce replatform announcement. I’m pretty sure the company had to hire even more contractors. No idea how much that cost them.
For me, I think it was serendipitous that I gave notice during their busiest time of year. They actually tried asking me to extend my notice. Karma was coming back to bite them. Not just for the Salesforce thing. But also for their lack of support when I was blindly accused of being both insubordinate and incompetent.4 -
I put a sticker under the optical mouse on one of my team mates then he started to rage when his mouse is not working. Then he started calling technical support and they, too, didnt know what cause the mouse to not working. I wanted to laugh so hard, but I must resist. Ahaaha xD2
-
A third party manages access to a web application I’m supposed to begin using. While accessible from the Internet, they whitelist IP addresses, so it rejects the login credentials if not coming from a whitelisted address.
I provided my external IP address to their support team but the application was not letting me in, so I called their help desk. A support technician said that my IP address was 10.x.x.x, a private IP address. I’m not on the same network as this application, so I did a quick check and realized they are reading my internal IP address from my X-FORWARDED-FOR (XFF) header (yes, my employer exposes this).
I explain to him that the application is incorrectly reading my external (connection) IP address and is instead reading my internal IP address from my XFF header. I also explain that it’s not a good idea to add a private IP address to their whitelist as it somewhat defeats the point as anyone can assign that IP address within their network and expose it via an XFF header.
After talking to numerous support personnel, I came to the conclusion that not a single support person on their team understands basic networking and private IP address ranges.
I finally just said, “Fine. Go ahead and add my internal IP address but keep in mind it will change a lot.”
He then proceeded to “explain” to me how my IP address is assigned by my ISP and should change very infrequently. I explained to him that the IP address their application is reading is actually assigned by DHCP inside my network, but I was clearly wasting my breath.3 -
* Urgent support ticket comes in.
* Switches to working on it.
* Urgent support ticket comes in.
* Switches team member to it.
* Urgent support ticket comes in.
* Gets dev team to help with it.
* Urgent support ticket comes in.
* Asks CEO to help on ticket.
* Urgent support ticket comes in.
* Cries.
* Urgent support ticket comes in.
* Prays to Mecca.
* Urgent support ticket comes in.
* ...
I then find out two more urgent support tickets are about to come in.
And then another one.
Help.
4 -
Nowhere near my worst co-worker, but still funny.
The Dev team were all in a separate glass walled room with the business & support staff out in a bigger room outside. As is our wont, we wore headphones while working a lot.
One of the non technical folks asked me why and I said it helps me focus by keeping out distracting noises.
"Oh, I thought you were listening to code or something"
😮
It was kind of an eye-opener as to how little clue a person sitting just 4 meters away had of what I did or how I did it. And actually it helped explain some confusing interactions...4 -
Perfect job is when sandbox and production api endpoints works the same.
Fuck all api endpoints where their sandbox works differently than the production.
Fuck all those error messages that appear only in production, despite faithfully following the documentations.
Fuck the gateways where their sandbox is more stable than the production.
Fuck the endpoints whose api parameters differ in what they accept between sandbox and production.
Fuck those manuals that does not document these diferrences.
Fuck those developers and support team who don't know how to support integrators. They don't even know how their apis work!9 -
Client support ticket: we printed the ID cards without leading 0’s can you fix it with software?
Me: unfortunately we cannot because the ID number can be any length. ID 123, 0123 and 00123 can exist. What barcode would 123 go to?
Client: this is ridiculous we will cancel our contract.
Me: i’m sorry we can’t correct for a mistake on your end.
(Side note: I know allowing 0123 and 00123 is dumb but my team didn’t design the business logic)7 -
"I can't replicate it therefore your hotfix for the customer shouting at you is unnecessary"
WTF?! I had to lead this guy to the records where I'd replicated it myself in both the customer system and the demo one! There's a real sense that the core dev team in this place automatically disregards what the rest of us say (support had already mentioned it was replicable but clearly hadn't realised that they needed to spoon-feed this guy).
This place has a huge silo problem, glad I'm not staying much longer...
edit: these tags shouldn't be reordering themselves, not cool13 -
Fuck my manager. >_<
I'm a fresher at a medium-sized company. Our team is relatively new and we don't have a dedicated support team for the product the team developed (before I joined the company).
So when I was allocated to the team, I was put into support, citing it as a good learning experience (and it was). But it's been a few months. And the support work got boring and uninteresting, looking at logs which don't say anything, dumps which are completely normal and most of all, dealing with unresponsive OSEs, when they claim the issue is super critical and really tricky.
Anyway, there was this tool (among other things) that had to be developed as a support tool for our product and I ended up being paired with a guy who ended up being in charge of it. We started working on it slowly, designing and implementing a framework for the tool.
This goes without saying, I love development.
4 days later, my manager says "why are you developing it? Who's gonna look at support issues?"
Fucking hell. I was hired to be a developer and you got me just decide to up and shove me into support for the next 3-6 months while others are at least enhancing our shitty ass product? And I can't even quit for another year and a half because I signed a bond!
Oh, the depression.11 -
Transport management system support team:
Me: Good day, how may i assist?
Client: Hi, Can you help me setup my printer?
Me:* Sighs deeply with great discretion*
Me: Sorry mam but we don't do that here, we
only deal with issues regarding the TMS.
You would have to contact your IT guy
Client: but you are our IT guys
Me: *Sighs even deeper*
Me: Unfortunately mam we are not your "IT
guys"
Client: Well, This issue needs to be fixed
Me: Yes mam, yes it does *Hangs up phone*4 -
CTO: Research, problem analysis, customer need validations, and data based prioritisation is stupid.
Me: So, then why should we solve this problem?
CTO: Because my team invests a lot of time in here (read "because we build a shitty system in past without thinking and we are doing it again").
Me: I don't see this as a good idea.
CTO: I become emotional when I request product to align and they don't. We must solve this problem and not what customers want.
Me: I am not participating here.
CTO: And I want you to work on weekends to support my team.
Me: *disconnects*3 -
Fun day, lots of relief and catharsis!
Client I was wanting to fire has apparently decided that the long term support contract I knew was bullshit from go will instead be handled by IBM India and it's my job to train them in the "application." Having worked with this team (the majority of whom have been out of university for less than a year), I can say categorically that the best of them can barely manage to copy and paste jQuery examples from SO, so best of fucking luck.
I said, "great!," since I'd been planning on quitting anyways. I even handed them an SOW stating I would train them for 2 days on the application's design and structure, and included a rider they dutifully signed that stated, "design and structure will cover what is needed to maintain the application long term in terms of its basic routing, layout and any 'pages' that we have written for this application. The client acknowledges that 3rd party (non-[us]) documentation is available for the technologies used, but not written by [us], effective support of those platforms will devolve to their respective vendors on expiry of the current support contract."
Contract in hand, and client being too dumb to realize that their severing of the maintenance agreement voids their support contract, I can safely share what's not contractually covered:
- ReactiveX
- Stream based programming
- Angular 9
- Any of the APIs
- Dotnet core
- Purescript
- Kafka
- Spark
- Scala
- Redis
- K8s
- Postgres
- Mongo
- RabbitMQ
- Cassandra
- Cake
- pretty much anything not in a commit
I'm a little giddy just thinking about the massive world of hurt they've created for themselves. Couldn't have happened to nicer assholes.3 -
So one of our clients is changing the IPs of his systems (3 servers and one VPN).
It was scheduled that we should support them yesterday. They have tried to change the IPs yesterday for almost 16 hours, don't know they have done in all of that time.
Today I woke up at 8AM on a Sunday (in weekends I just want to sleep!!!!) to continue and hope that we finish fast.
BUT NO! THE fucking VPN IS NOT WORKING!! We are trying to do this over Team FUCKIN VIewer.
But guess what... they cannot either connect to the new IPs from their local systems.1 -
I get frustrated when I get reports from the support team/clients
"[insert application name here] is not working"
thats all no information on which module or segment ... 😭😭
then I just waste time getting all the information ...2 -
I am a senior a DevOps engineer who took the production stack down for ~10 minutes today because of a bad code commit. I could use some encouragement! It’s a fierce world of competitive engineers and I wonder why my company doesn’t replace me. The mistake was missed by two other peer reviews... but that doesn’t stop me from feeling this way.
Have you crashed prod? Did your team support you or tear you down?14 -
So, I'm a Jr. Webdev started one year ago to work on a €200mln. retail platform. Our development team consists out of my Sr. dev who designed the whole platform and it's basically his baby. Now he's leaving and it's expected from me to do new developments, support, meetings with managers from all over Europe, roll-outs in new countries, deal with all the issues SAP has, eat their bullshit when they can't upload a .csv file because they are too stupid to check for missing leading zeros. Listen to important their new functions are that they want because 120% of the salespeople needs it. How stupid can this company be to take the financial risk? I'm done.9
-
This begs for a rant... [too bad I can't post actual screenshots :/ ]
Me: He k8s team! We're having trouble with our k8s cluster. After scaling up and running h/c and Sanity tests environment was confirmed as Healthy and Stable. But once we'd started our load tests k8s cluster went out for a walk: most of the replicas got stoped and restarted and I cannot find in events' log WHY that happened. Could you please have a look?
k8s team [india]: Hello, thank you for reaching out to k8s support. We will check and let you know.
Me: Oh, you're welcome! I'll be just sitting here quietly and eagerly waiting for your reply. TIA! :slightly_smiling_face:
<5 minutes later>
k8s team India: Hi. Could you give me a list of replicas that were failing?
Me: I gave you a Grafana link with a timeframe filter. Look there -- almost all apps show instability at k8s layer. For instance APP_1 and APP_2 were OK. But APP_3, APP_4 and APP_5 were crashing all over the place
k8s team India: ok I will check.
<My shift has ended. k8s team works in different timezone. I've opened up Slack this morning>
k8s team India: HI. APP_1 and APP_2 are fine. I don't even see any errors from logs, no restarts. All response codes are 200.
Me: 🤦♂️ .... Man, isn't that what I've said? ... 🤦♂️5 -
In order to reduce support costs, manager instructed his team to remove all logging/reporting of errors in the company’s CRM application.
Team’s support tickets went down 80%, manager received an award for his efforts, but mysteriously, DBA/support workload increased, bad/missing data,
increased support tickets in other areas of the business (shipping, etc. that relied on correct data from the CRM) and other side-affectual behavior.
Even after pointing this out this correlation, showing before/after code, no one believed the two were related and I was accused of not being a ‘team player’.
“You and the other teams need to learn from his example!”. As ‘punishment’ was I was moved to the team managing the CRM application.1 -
me: *starts receiving emails of clients having technical problems and errors and asking for help* wat, im being flooded with all these mails!
me: *sends email to boss* umm... i think im receiving the wrong mails...
boss: nope! from now on, you'll be in-charge of tech support for our clients. good luck and merry christmas!
me: *dies internally* happy holidays to u too5 -
Passionate programmer attends one of the toughest interviews ever and solves lot of algorithmic problems coding in different programming languages. Impresses the interview panel providing solutions with as much as efficiency as possible. Gets selected, completes induction and gets a nice Dev machine allocated.
Manager walks in and says we got to work with the production support team on fixing a UI bug.
2 -
ComputerToucher: *opens Jira ticket* Dev team needs tokens for the APM for a new app with multiple tenants. Ezpz. Hey, developer. Do you want one golden token for all of your app tenants or would you like us to generate one token for each?
Developer: Let’s have a meeting to discuss it.
CT: It’s…an exceedingly simple question. One token or 4? Which does your app support?
Dev: Yeah I think we should discuss with this with the platform team, can you set up the call?
CT: (Internally) I am the platform team? Do you not know how your applica-never mind I’ll just ask the PM directly.
CT (in chat): I’ll ask PM to schedule the call.
*Goes back to Jira ticket, changes priority to 4, removes ticket from sprint entirely, picks something else to work on*6 -
Best Hardware support team.
I hope every one of you got such team.
My keyboard was not working properly.
programmer's most used special character ; is auto typing anywhere that is obviously keyboard issue so I called H/W support team.
me: *explained above problem.*
supporter : Ya we know that issue ,YOUR HARD DRIVE IS CORRUPTED. We have 2 option
1) either we can formate your system.
2) We have to change hard drive.
Me thinking : *devrant stuff found*
Me: that is really sad part. How many time you solved such problem?
S: This is my first time in this company ,previously I solved such issue more than 10 time.
Me: you really look smart.
S: thank you,any how I will resolved this issue today.
Me: today I am going earlier but yes we will meet on monday. thank you for quick response.7 -
Security startup...
'Which football team do you support?'
'Not sure how that is relevant.'
'It is very relevant'15 -
This morning, I felt pretty good. I had a healthy breakfast and I took the longer U-bahn journey into work so as to enjoy the Autumn scenery. I get to my desk after greeting my colleagues with the customary "Guten Morgen" and I began to plan my work for the day. I see there is a new ticket assigned to me which relates to a HTML issue. The customer support team are able to use a HTML editor to made changes to a section of a user's dashboard and from time to time, I get asked to fix their mistakes. Usually, it is something small, but it makes me cringe every time I see the markup. "Tables...tables everywhere!!!", sighed the once happy dev.
Time for a coffee break and a sit-down with the support team
3 -
Leading a team of 10 people, 5 environments (3 non prod 2 prod) to support, 25 formal deployments per week, and all I have is one fucking repository in fucking svn.
-
Just because I know how to program doesn't mean I know how to fix your goddamn computer. We have an IT support team. Call them!
Don't come to my desk asking about a computer problem, then stand there with a vacant stare when I say I can't help you. I've given you the support team's contact info several times already. I assure you, they specifically get paid to configure your emails, install printers, setup your VPN, etc. Now where the hell was I at...1 -
After months I finally received an email from the external partner's support team!
```
Please be informed that we consider your Incident "XXX: How to Y?" as closed with status: Closed.
```
Why thank you.1 -
introductory rant
So I am new here, hi! :)
So the devRant android app does not seem to support this mail format:
user+devrant@domain
(the important part being the "+devrant" thing)
Now I waited 2 days for a confirmation mail that wouldn't arrive and was greeted with the "please confirm your fucking mail" popup every damn time.
"Okay, let's just change my mail to user@domain and deal with it", I thought. Guess what: You can't!
So I contacted the devrant team via e-mail.
And I waited.
2 days.
No answer.
Okay.
Delete account, recreate with other mail, be happy.
Don't worry, I'm not mad. It's just really fucking ironic.
Looking forward to a great community! :)5 -
Quitting job because of Java and legacy corporate OSGI codebase. Being junior developer I'm just done with no documentation, terrible team support and non existent code review. After 18 months I can't justify staying any longer. Never had luck with Java and I guess some things just stay the same.
Joined only because of Javascript part, just to be thrown into fullstack position. Stayed way longer because of COVID. Good old simple PHP I loved and foolishly left because of money.4 -
We rolled out yesterday a new update out to our Desktop application. The goal was to do it last weekend but we failed for reasons. The update is a success and now we (devs, project manager, QA, COO, support) got an angry email from our CEO, he mentioned:
- He is very disappointed in the whole process
- we released it without a coordinated marketing campaign
- That the devs should have communicated to the customers
- That the devs should have communicated internally more
- That support is getting a lot of new support tickets. I asked support, they counted 0 for this product in the last 7 days.
- Asked us to self-reflect how we can improve.
My project manager (who is currently on paternity leave) responded with an angry email to defend the dev team and pointed out that the CEO fired the marketing guy (again). The deadline is here for months, that the CEO literally ran the update locally and sold the update to new customers. He also called the CEO "lack of self awareness" and "not understanding the update process" and "disappointed in this approach". He also said that he asked the developers not to respond to the email.
Love me some drama between higher-ups2 -
Stakeholder: Is it possible for you to set up the website to automatically resubmit failed online orders? Last time there were failed orders, we tried submitting manually but a lot failed because they were tickets for the previous day.
Product Manager: What are your thoughts, Developer?
Me: This wouldn’t be worth the labor. It’s something that would rarely be used. There are very few orders that fail. I’d be surprised if it was even once a week. The recent bunch of order failures that SH is talking about happened because the ticketing server (separate from the website) couldn’t handle all the requests. Let’s say you had resubmission logic to try 3x before allowing the fail. It wouldn’t work because the server was overwhelmed already. Let’s say you had a background task to check for failures every ten minutes and resubmit those. It might not be helpful because the customer could have already gone to a ticketing window for help with the failed order.
SH: But what if it happens again???
Me: The solution is to make sure the ticketing server can handle the influx of requests. We can coordinate with that team. Wait. Why did you wait until the next day to resubmit orders in the admin panel? A lot of those failures happened when there were many hours left in the business day. For each order failure, an email notification is sent to the sales support email in real time. Who is monitoring that inbox? Someone must be looking at it because the sales support email is listed multiple times on the ticketing website as the technical assistance email.
SH: I know that email notification goes to the engineering team.
Me: My question is not about the engineering team. I asked who is monitoring the sales support inbox.
SH: That email … gets filtered.
Me and Product Manager: 😧🤯🤬
PM: First, you need to stop filtering that email notification. Second, your team needs to come up with a flow to handle failed orders because you told us you don’t have one. After you tried this and there’s still an issue, then we can revisit.
—-
If you’re wondering why I said no, I’m a team of one and I have a bunch of other development tasks on my plate. I’m not automating a manual task that rarely has to be performed.rant this meeting could have been an email stop filtering out important notifications i saw my product manager’s eyes bug out -
"We need to have a meeting to clarify your role"
My head: Just give me a raise and then leave me alone
My mouth: Yea, sure. When works for you
Context:
My job is a little confusing.
My title on paper is support technician and I'm on the DevOps team but I have my own project to automate health checks. So most the accurate title for me would actually be Automation Developer Attached To [department name] DevOps1 -
Saw new issue on jira. When look, they are like my computer is slow or I cannot any buttons in Excel.
For fuck sake, don't send stupid tickets, we already got stupid projects the company took from the others without consulting to the IT team.
There are about 600 tickets every month and most of them are issue because of their stupidity not the software (they never read the error message). And no we are not IT support, go ask those ppl for your computer issue.1 -
Our team talking with a Mr. KnowItAll...
Mr. KIA: What concerns me about this huge system transference is that the devs won't give us the JS scripts files decompiled.
Mr. KIA again: I'm also concerned about Win XP end of support...
Us seeing each other: WTF is going on?!? Where are the hidden funny cameras...
A tip:
If you wanna pretend you know it all...you'll fail...
A humble dev never get humilliated1 -
Several years ago I joined the company I currently work for, as a software support person, with the intention of eventually moving toward the development team.
After a few years doing that, I gradually realised that working in the development team for our products didn't seem that appealing after all, so I went for a more technical support role (essentially debugging all the really complicated problems and reporting the bugs to the devs) which I find fascinating - trying to solve these puzzles is an interesting challenge. It can take days, sometimes weeks to get to the bottom of something really inexplicably weird.
As part of this I get to do some internal dev work on the teams projects (nothing that gets used directly by external users though) and have learned loads of things from my boss over the years (even before I joined this team).
It has its frustrating moments of course but I am definitely glad I didn't follow my original intentions of just being a developer on our main products.
Sometimes what you think you want isn't actually what's ideal for you :)2 -
var _self = Object.create(Rant);
Hello devs I'm back
A few months ago I joined a software development company and I was pretty specific that I wasn't going to do support or maintenance only feature development, well, this past 3 months I've been doing dev helping stablish good practices and a better architecture for the app, but guess who is joining a support team tomorrow, they sold me the idea of a refactor team, I was trilled and accepted, now they tell me it's a legacy bug fixing team, damn I hate this crap, hope y'all doing betterrant upvote it i'm back baby pichardo for president bugfixing crap another useless tag legacy support5 -
My biggest problem with Visual Studio Code is that every fucking piece of shit dev thinks it's their duty to introduce it to me. STOP. Just stop this shit, alright? Wanna use vscode? Fine, just don't tell me it's the best tool and I MUST use it instead of the tools I'm used to. I'm tired of this bullshit.
Every new project, every new team. Starting from js/java/.net monke and ending with PMs, I must hear this bullshit about god blessed IDE that I must use, because "why you need intellij/webstorm/rider? just install vscode and some plugins. we all use it in our project and it's ok".
FUCK YOU! Refactoring is not just renaming variables and extracting blocks of code into functions. If you want terminal integrated into your text editor with highlighting and LSP support, so be it. I want an IDE with rich refactoring tools, code analysis and good completion, database viewing/modeling support, good build tools support, good UI for git and git-diff, good test and code coverage support. I don't want your semi-IDE, bloated with hundreds of bugged third-party plugins, which I must spend a week on to configure and merry with each other before using.
JUST STOP this crap and let people use the tools they are proficient/comfortable/productive with.17 -
I joined 3 months into a project that was expected to be done in 6.
As the day passed I learned about the scope a little more, 30 days in I decided to step aside, I slowly learned that they wanted a whole bank built from scratch.
User support ticketing systems, the banking core and an app like "revolut", everything with a team of 4.
To this day I have not seen them launch, and it's been over 5 years. -
So I tried to bye a ticket from mobile app which seems not to be working so I contacted tried to contact the customer support team from twitter because they were not picking their phone and this is the response I got. How the fuck am I supposed to know who made it ?😡😡😡I wasted hole day to argue with them.
1 -
So, today in the office we all decided chipotle for lunch. We create the team order and sent it out to the entire office.
First thing we noticed: online ordering looks really good and has finally been updated.
Second thing we noticed: it never got tested and it doesn't work
Result: 7 angry developers who just wanted some burrito bowls start emailing chipotle tech support3 -
my job went from being a programmer ==> technical support girl for the whole company D:
its kinda annoying because its mostly about amazon ec2 instances and i have to chat with the support team from amazon when something goes wrong while following the steps (that the others could have followed instead of going to directly to me to make me do it)
now i have to try and fix all the problems occuring in the servers :((6 -
Support Team Member opened a ticket.
> This customer's image isn't loading.
Load image, it's white and transparent on a white page. -
I used to think our IT Support team is the most insufferable. I'm wrong and very sorry; if you guys are here to forgive me.
On the chart now is the security team.
The head of the security team doesn't simply understand that you can fucking not mix some programming languages in the same execution environment.
He is flipping making arguments on executing Javascript in a Java environment. He simply thinks Java is fucking Javascript. Yeah, I know you can make some drifts with GraalVM; sure not in our use-case.
Cross-Site Scripting has a fucking limit. You can't just pass any piece of code to mixed with a complied code and expect it to execute. Except if I'm wrong then I need someone here to show me how because he couldn't tell me how as he was just cynical in every damn way. moda sucker.4 -
Database is being slow AF again. Team lead is investigating. This is happening more often lately and affects both production and dev because everything is just in one gigantic database. So clients are calling support being angry about the speed they get and us devs get to twiddle our thumbs while waiting for our own data to load.8
-
I work for a big bank. I'm going to say pretty much the entire Support team is incompetent.
Oh something went wrong? Escalate to devs... cuz we have no idea wtf to do and don't have the most basic technical problem solving skills...
Bunch of useless monkeys... btw guess what time it is now? And what I'm doing?5 -
First dev job is my current one.
I'm a software engineer in test, writing automated UI tests for web and mobile apps.
Its pretty great. I work from home with flexible hours. I have a boss but he doesnt manage my dev team, he just checks in to make sure I'm getting support, training and have all my questions answered. My dev team is myself and 2 other people, both of which are cool, and all the work is dev-driven.
Might just stay here until retirement, that sounds easy.2 -
Someone blocked access to AWS RDS database and for the past few weeks I can't access the database from my machine when connected to our company network.
Created support ticket to internal IT team and someone closed the ticket. I re-opened the ticket and in the comment someone wrote "Their team doesn't handle AWS access".,
Wrote email to the director of infrastructure and that asshole replied to me asking some questions and after that his been ghosting me for past 2 weeks.
I'm tired and I don't have energy to do any more follow ups.3 -
I get some error when deleting an azure service so I put a support ticket asking for help. Just as I am about to close my computer for the day I receive an email saying:
"Product team will disable the account xxxxx from backend".
The xxxxx is our subscription number. The subscription that hosts not only that service but also production servers and databases, storage accounts containing backups, etc.
I replied to the email so hopefully disaster is avoided otherwise tomorrow wont be a happy day.6 -
Three days ago my focus was shifted from a development role to a support role. I was shifted to replace another support guy who had used fraud to get the position. I have no experience with this role but there was decent KT and I'm catching on fine. During onboarding and KT I'm serving as the first contact for new tickets and whatnot...
Today I got a ticket with an error on our production instance that no one had ever seen before. It prevented the guy from using our service entirely. I tried to reproduce it and... I couldn't use the service either. No one could. Everything was down. I could see the sweat building on my manager's forehead.
Thankfully another member on my team has done a bit of support before, so we collaborated with each other and other teams throughout the day to figure out what's wrong and how to fix it. I'm listening to them chat remotely as we speak - so far I've been working on it 9 hours straight.
This service is used by everyone - it's a business critical service with due dates on actions and escalations to managers... Imagine if the support ticketing service for your company crashed. That means a lot of people are asking what's wrong, requiring extensions, etc. I've been answering to managers and seniors in the business throughout the day.
The best part? We figured out why the server went down, and the reason is fantastic: someone updated the server's code without telling anyone, and all they had done was remove critical parsing code. Just took it right out, pushed, redeployed. We don't know who did it or who even has access to do that. I guess I have some detective work cut out for me after we've fixed everything that was broken by that.
I miss coding already.1 -
When you raise a ticket with your support team that your prod server is currently down and they mark it as a medium request, like dude... seriously?! Get it sorted ASAP paleaaaaase4
-
Hello, devs! I'm an intern at a mobile games company. I used to work with the game development there, but today I started my work in the support/tools team. Am so glad I can use Linux and ruby there *-*3
-
At a previous job I had, there was a bug in the payment code, we did not know anything was wrong until the customer support team began receiving some crazy emails stating that our company emptied their bank account. Then we investigated further and thousands of customers had their banks emptied. So the payment team went big hunting, found the problem to eliminate further chaos.
Unfortunately the person responsible for this huge screw up was not fired immediately, but did resign soon there after.1 -
The longer I work on front-end the more controversial my opinions become:
- Styling a button with display:flex is dumb.
- The DOM is not hard, unlike what the React team wants to have you believe.
- Specifying a <form> action matters, even if it's empty
- ES5 was the real JS revolution, ES6 mostly sugar-coated marketing
- Disciplined BEM (S)CSS is simple and flexible enough for most needs (vs CSS-in-JS, CSS modules)
- If editor support for Jsdoc were as advanced as Typescript, you wouldn't need the latter.
- There are cases where using floats and inline-block displays is better than the flex CSS box model12 -
So i started an (8 month) internship in January. Team of 4 (2 senior/mid level devs + boss) plus 6 or so other people in our other office overseas. Everything was going really well IMHO. Boss's feedback for halfway through the internship was good too.
First 4/5 months were great: loved the team, got feedback and help when i needed it, wasn't stuck doing support too much, etc.
This all changed when both the devs moved to our other office. My boss works from home a lot and has frequent meetings, so i hardly see him. I have a 1 hour window first thing in the morning if i need help from the devs overseas. After that im on my own.
If i get stuck, even on something very small that a more senior dev could explain in 2 minutes, I'm stuck either unable to work or figuring it out (wasting hours of time) for the rest of the day.
On top of this, since I'm the only one around in our office, im stuck on support every week which takes hours of my time usually. Last week support ate up most of my week, which put me way behind schedule on my other work. (That was an unusually busy week of support.)
Feeling incredibly frustrated right now, just wanted to get this off my chest.12 -
Worst mistake I have made is accidentally wiping a database table by messing up a SQL script. This was caught after it had been deployed to around 30 customer sites, most of which had no technical staff on site, and we didn't have remote access to. I bought our support team cookies for fixing that one.1
-
When the support team flirts with you so maybe you will forget about the issue (that your website has 30 minutes downtimes everyday). 🤭
3 -
Took a day off and came back to find my team and I were moved from frontend to backend (which I always wanted to be).
Manager says we get to learn Java, Mongodb and even Hadoop.
I am so so excited.
But the only little hold back is, there is limited support for Java in sublime text and I should instead use eclipse. I had dozens of shortcuts customised with all those beautiful themes in sublime, but eclipse takes the fun out of coding(no offense to eclipse lovers).5 -
We are moving from Oracle 10g to SQL Server 2019 because Oracle doesn't want to provide support to our legacy 10g database.
It doesn't much sense well anyways god bless us during data migration.
Oh one last thing, fuck business analyst team.4 -
The customer support team in my company just put a shit description about the issues and expect the devs to solve it. The screenshot is in a German language that is officially said to be not used in the company yet it is still used. The zendesk has no images or context. Do these customer support think we are magicians?
2 -
In my firm we've got a shadow IT team where I'm part of. Sometimes we need to call the "IT support team" who are lacking the knowledge of common IT sense. Some weeks ago I called them up to extend our ip range since we've got no rights to do it ourselve. They replied with: please disconnect the cable and reconnect it. (Bear in mind our lease time was 24h)
Some other guy called me up to check my pc for viruses... he was looking for the task manager so I pushed ctrl shift esc and he asked me wondering HOW did you do this? He even didn't know things like %appdata%. I had a talk with him and gave him as much tips as I could.
The poor fella
Thanks for reading my nonsense post1 -
Realized I could of prevented an entire day of our team dealing with a prod issue that could've been quickly resolved if I had noticed the Support guy actually restarted the wrong server...
Prod Issue + Friday == BAD... My brain has already logged off as of this morning...
attention to details == 0
Assuming someone else will fix it/do things correctly == 100 -
Okay, where do I even fucking start.
Today, my account been hacked by some prick because i wouldn't send him fucking nudes. I quickly emailed discord and they keep sending me automated emails. I got so fucking pissed and then they emailed me "how did they get your info?" BITCH HOW AM I SUPPOSED TO FUCKING KNOW? THATS WHY ITS CALLED HACKING IDIOT!
I sent them 5 fucking emails, no response.
Discord Support- Actually, DISCORD IN GENERAL IS A FUCKING HORRIBLE APP!
Message from discord: I am isabe*******@Gmail.com. I'm fucking pissed how your damn support team won't fucking just give my goddamn Discord account back. KEEP IN MIND I HAD A YEAR OF NITRO, A YEAR AND DISCORD CLEARLY DON'T GIVE A SHIT! YOU GUYS ARE SO FUCKING UNFAIR! LITERALLY YOU GUYS DON'T SOLVE ANY DAMN SITUATIONS WITHOUT IT TAKING MONTHS, OR YOU JUST DONT FUCKING REPLY!7 -
We are currently refactoring our application in order to use multiple languages. The application startet 1997 and later it supported 2 fix languages. So it's one defined language or the other, this was used in uncountable places. Now a team of 6 developers has to refactor all the code of the last 20 years, where labels are used and an old translator was magically used out of nowhere..
Turns out it's a ton of work to get the software ready for really multiple language support. -
Product owner: when will you have that script written and submitted to DBAs?
Me: if nobody bugs me, hopefully COB today.
Product owner: great!
*user support*
*user support*
*user support*
*user support*
*user support*
Team lead: write this other script.
Me: I just finished user support, I have another script to write first. Does yours take priority?
Team lead: yes.
Me: ok....*sigh*
*writes 2nd script*
*submits 2nd script to DBAs*
Product Owner: you done?
Me: *face palm* ......NO! -
Story Time: About Priorities and Sales
So at this point I'm working tech support for a company that makes some super cool networking equipment, think big data / data centers and such.
This company had grown at a good pace but the the support team had not (thus is the way for all tech support evetually). So I get a call from a frantic sales guy:
Sales: "OMG, where are with this ticket?!?!? It's a P2 ticket!!!"
Me: "Well the ticket came in 30 minutes ago, I emailed them some questions, but just so you know I have 8 P2 tickets, and 4 P1 tickets.... so it will be a while."
Sales: "OMG! Make my customer's ticket a P1!!"
Me: "Sure."
-call ends-
-30 minutes passes-
-sales calls again-
Sales: "OMG, where are with this ticket?!?!? It's a P1 ticket!!!"
Me: "Well I haven't gotten to them yet... just so you know I have 7 P2 tickets, and 5 P1 tickets.... "
Sales "ARGH!"
ʅ(´◔౪◔)ʃ1 -
Killing people is bad. But, there should be a law to allow killing people who don't write proper unit tests for their code. And also those "team leaders" who approve and merge code without unit tests.
Little backstory. Starts with a question.
What is the most critical part of a quoting tool (tool for resellers to set discounts and margins and create quotations)? The calculations, right?
If one formula is incorrect in one use case, people lose real money. This is the component which the user should be able to trust 100%. Right?
Okay. So this team was supposed to create a calculation engine to support all these calculations. The development was done, and the system was given to the QA team. For the last two months, the QA team finds bugs and assigns those to the development team and the development team fix those and assigns it back to the QA team. But then the QA team realizes that something else has been broken, a different calculation.
Upon investigation, today, I found out that the developers did not write a single unit test for the entire engine. There are at least 2000 different test cases involving the formulas and the QA team was doing all of that manually.
Now, Our continuous integration tool mandates coverage of 75%. What the developer did was to write a dummy test case, so that the entire code was covered.
I really really really really really think that developers should write unit tests, and proper unit tests, for each of the code lines (or, “logical blocks of code”) they write.19 -
So i work in support (do dev stuff in my own time). Spent 3 months seconded to another team supporting in project clients.
First issue i had in that team was a client with serious data issues which took about 30 hours +/- to diagnose and write some scripts to resolve.
After they went live and got handed over to support they had the same issue again but instead of support picking it up they sat on it till i came back on Monday.
Ive spent about another 10 hours or so picking through audit logs. I get all the shit no one else can either be bothered or capable of doing and to top it off i didnt get the promotion i was going for because i hadnt closed enough tickets, because they keep giving me all the shit to fix for everybody else -
Me: API support team, 3% of our requests to your API during a load test are getting ECONNTIMEDOUT errors. Can you check why is that?
API supp: Please check connectivity to our API
....
I don't know how it makes me feel, but it is not a good feeling. -
Making a ticket support system using wordpress for a uni group project. I go away for a week and team tells me they have done loads of work.
so I take a look at out github to find that they haven't used a single wordpress function and have just written there own php application with their own tables and db class, and now they don't know why things aren't working.
I'm going to need several litres of coffee to get through this3 -
Customer: The quality of the software you’re delivering is going down
Me: That’s because we’re developers, support, and spend all day on meetings without mentioning that deadlines are defined by you, not the technical team
Project Manager: I have added more members to the team so you can deliver faster
Me: That’s just slowing us down because this inherited code is shit, there’s no documentation and we’re always in a rush, without time for a proper ramp up
Customer: *throws money to our faces* I’ll remove two weeks to this delivery so we can test it better
Me: …1 -
:/
I've been working for a contractor company for the last half year, when I first started I was on a development team, happy and making progress, since I'm still a student I get perfomance reviews each month and I aced them all during my time at the development team.
Last month I was transfer to a supposed development team which turned out to be a support team, I use to write more code in two days with the other team than in all my time here. On my last performance I got an awful grade and I feel like I'm stuck here.undefined confessions of a dev new team rant when the devs are silent sucks support pichardo for president upvoteme linux random tag1 -
Development: we need Nginx installed on *insert server list*
Me: ok, let me get in tough with the platform team.
Platform team: This should be installed in the userspace, Unix teams don't support this.
And here I am, trying to get a reverse proxy running on servers on which I do not have sudo rights.
Since it doesn't work, it's my fault, both sides block the door.
I installed it locally on a virtual machine, but the compiled or installed code doesn't work once copied.
The joy of being an "application engineer". This job title means nothing!9 -
Oh man, stands out first in my memory. Was going ok until my original boss got transferred in to another department... The first replacement was one of our HR managers 🤔
The person she then made as similar to a team lead had issues with me when I had just a bit of a different perspective about a problem to solve - I soon found myself in technical support. Go figure...
I'll never forget what one of the directors said to me a little while after they shifted me:
"Not everyone can do what they want to do if they are not good at it..." I look back on that heart breaking moment and say with pride: FUCK, YOU.3 -
Our Support Team is currently processing your inquiry. We'll contact you within 1 business day.
23 hours later:
Is it still not working, or the problem was fixed by itself?1 -
Not a true dev rant but still thought I'd share:
Systems team installed new software product I've been asked to setup and test. Within 15 minutes of getting into the software I've already had to open two support tickets with the vendor. Fast forward two hours and I'm putting in a third support ticket. SMH.2 -
Definitely landing the first real gig.
I've been writing software since I was 12 (full disclosure: early code consisted of C=64 BASIC). I learned C in high school. Contributed to a MUD in my 20's. But I never got a CS degree and didn't really understand how hiring works, so I limped along doing technical support for years. Years turned into decades.
About 2 years ago, I became an embedded support person inside a development team. I got to show off my skills, and the year effectively became a live interview. Last October I finally got the title.
On the positive side, by taking the long way around I missed out on some of the insanity of the software world in the 90s/00s.2 -
Job review time,
(just a random pick from the a list).
---
"Engineering Lead"
Translation: "Chief Calculator Officer"
"Anyone can design or spec a product, get it manufactured overseas and get it to market. But will it be good? Will people buy it?"
Translation: "We're looking for a miracle"
"Take on a top notch team that is going places in Electronics, R&D and advanced product development."
Translation: "Professional Excel engineer wanted"
"This company is a little-known success story that has been operating for over X years, making mission-critical electronic equipment for use by consumers, professionals, government and industry."
Translation: "Design weapons and tamagotchis."
"Working as part of the Senior Leadership team, you will have charge of the I.P. engine and product development team spinning up new ideas and throwing them out the door."
Translation: "You're success is our success. Your failure is your failure."
"The Role
- Generate New Ideas
- Push for new products
- Drive manufacturing
- Manage a cross disciplinary team that includes Electronics, Software and Mechanical
- Project Manage new projects to completion
- Interact with marketing and sales to drive results"
Translation: "We've never hired one person to be a whole team before but we think it will work."
"On your first day, we expect:
- Strong Leadership experience and skills
- Solid Engineering Fundamentals
- Experience taking new and existing products to market
- Experience with manufacturing high-tech, mission critical equipment
- Commercial Acumen
- Bachelors in Electrical or Electronic Engineering"
Translation: "We expect you know where to hide the drugs already."
"Nice to have:
- Experience with Defense or Medical Systems
- R&D background
- MBA, B. Commerce or similar"
Translation: "By clicking on this job ad your background check is already under way."
"In return:
- A loyal and oustanding team will be there to support you
- Extremely knowledgeable experts to guide you
- Incredibly smart founders to mentor you
- The opportunity to work on a real product
- Extremely generous salary package"
Translation: "Our last dev has removed the Warrant Canary. Can you pleeease put it back?!"1 -
There are no meetings at the company I work for. GASP!!!
Well...we have one, now and again, but it is just an opportunity for the boss to update the support team with changes to the product and we (i.e. the software engineers) come for the free pizza. GASP!!! I would prefer that we have technical meetings, but it falls on deaf ears.1 -
While addressing a Senior Dev's (SD) query from another team.
SD: why is this field mandatory? Can't it be just optional? Any other work around?
Me: Is your code changes already pushed in Devo? In that case, we provide a value which will work since you are not concerned about it.
SD: Yes. It's pushed till production. And, I want to test changes in Prod.
Me: (shared some codes) and explained that this feature for testing is only available in Devo.
SD: I know that. (Shared me a ticket) I want this field to be optional. That's it.
Me: (read the entire ticket. Didn't find anything related their) Told him, I will discuss with team. And meanwhile, for Devo, you can use this value.
Next morning, I accidentally came over some other ticket raised by him only which had the correct doubts regarding request to support this field in production
Now, I don't know why did he share a wrong ticket with me.
And, how will it even help him if that field was even optional.
THAT JUST WONT WORK IN PRODUCTION.
I will discuss with my team and see what can happen. -
*Email chain forwarded by support team to our dev team*
Hi,
Please assist our customer. He is unable to reset his password!
*Went through the emails turned out that customer is asking for password reset request for legacy website for which we don't work at all*
Scrum master sending another reply to look into the matter on High priority.
We again double checked for the customer but he is not registered on the new website.
Apparently, both scrum master and support team and entire company is aware that our team is not working for legacy website.
But No one reads the email properly and keep forwarding to dev team disturbing the entire team.
Some times things like this are done by product manager and her associate, but they keep replying to each other on unnecessary things till they come to conclusion and scrum master try hard to keep up with them with his own agile disciplines. -
OpenSSH has announced plans to drop support for it's SHA-1 authentication method.
According to the report of ZDNet : The OpenSSH team currently considered SHA-1 hashing algorithm insecure (broken in real-world attack in February 2017 when Google cryptographers disclosed SHAttered attack which could make two different files appear as they had the same SHA-1 file signature). The OpenSSH project will be disabling the 'ssh-rsa' (which uses SHA-1) mode by default in a future release, they also plan to enable the 'UpdateHostKeys' feature by default which allow servers to automatically migrate from the old 'ssh-rsa' mode to better authentication algorithms.2 -
DB team: We will have someone reach out to you and set up a call for your database support request.
Me: *this will suck...some dude with a super strong accent, audio that sounds like crap on a 56k modem, and horns beeping in the background*
DB team: The support engineer is actually from your same area.
Me: Nice! *maybe an American*
DB engineer: "uh yes ello dish is ramajadeshava and I will be supporting each and every request"
Me: *fuck...but at least there's no horns in the background*1 -
How can you be expected to develop software and monitor it whilst providing customer support. How about recruit. (2 man team)5
-
Spends 9 months on the side developing a library for analysis of a specific programming language. No help, entirely my own work. There's various tools built upon this library. Incorporates project management, an effective build system capable of parallel and distributed builds, a packaging system...
Beta release the library. Wait four months. Ask the community for who's been using it so I can get feedback and other comments. Majority of the comments follow a specific pattern.
"You don't support X, how dare you!?"
One, this is free software, pay me if you want specific things.
Two, I'm the only developer of a project usually undertaken by a small team.
Three, yes it does you fucking invalid... Every fucking time someone claims it doesn't support some feature, it's something I've already written and validated. I swear to fucking God users can't find something themselves and instead of checking the Wiki or asking for help, they blindly assume they can't make mistakes and it must be my defect.1 -
A dedicated team has built an "infrastructure" for creating UI for c++ developers in the company. What looks like a poor attempt at recreating what Microsoft did with XAML at first glance, it actually is a horrible exercise in force feeding people the stinking pile of shit that their code is.
The idea is to make it easy to create UI for developers who aren't used to front end development. They should just need to declare the layout. Very noble.
But.
If you want to do anything more than show a checkbox or a radio button, if you dare to define relationships between the UI controls or worse, if you get ambitious with creating a simple UI that uses a lot of similar controls and similar relationships with dynamic content... be prepared to eat your own barf from eating too much of their shit.
Not only do you now need to write front end code (including JS among others), you need to do it with limited or poor support and you have to make sure that it sits well with the house of moist, crumbly cards the team proudly created. Or resort to some very stupid and performance costing "bypasses" that further cripple your application code. Usually you have to do both of these things.
To think that scores of other teams have welcomed this amazing enhancement with full support without any resistance. It's sickening.
I waste too much of energy (and good jokes!) with these people.rant poor infra complicated as fuck punch holed abstractions we do what we want brain farts materialized in code no brains needed4 -
I really hate all kinds of tattle that sweeps the hallways of corporations, the gossip behind one's back, BUT this colleague of mine starts pissing me off. Recently joined that team where he should support us getting the Agile thing going. And he can go on for hours of how it should go and how flawlessly it worked in his previous company - all that needless meta talk - so much that a team member jokingly even said: yeah, shut up asshole. But he is all talk. When the name of a library was dropped his experience in using it went to upstream patches. His Linux experience lets us speechless. He is so convincing, I'm even doubting my accusations. Yet his only contribution in code wouldn't show and other team member wasted hours upon hours to recompile plugins to show that shit. Man, just leave us alone watching your youtube live-streams so we can get the shit done.
-
Fuck you, you fucking fucks!
Brilliant idea #23 to deliver more features than can happen without a time machine.
Let's take the team, assume minimal support is required for the brand new thing you just built, split it into four teams with two of them run by Sr Devs who've never seen your app and work on four things in silos. That way, you'll deliver faster!
How did you even get you job?! You want to fucking wreck the team we worked so hard to build, convince the hot shots to leave, AND destroy the app the company is counting on because you're an incompetent fuck-tard!
Hey, fine! But you'll do it without me and I'll work daily to advertise what you did to the people above you that actually CARE about the fate of our company!4 -
Recently, our COO left the company and we got a new one. He is, for some reason, a freelancer which I find very odd as a C-level employee.
Anyway, fast forward 3 months and we the scrum master (or project manager), 60% of our dev team, one tech guy responsible for installations and our intern IT support department all got fired.
Now they gave me the decision for a raise, extra training (that they pay) but I have to find/figure out or an e-bike. Does anyone have some advice?5 -
I work on an webapp that should manage a huge ton of data, and some page needs to display a big part of them.
On this page, we had some checkboxes lists to display, so even more data. One of them wasn't behaving correctly tho, so we ask the support was could be the problem.
Answer : It might have too much data to display.
No shit Sherlock.
Answer : Please provide us a lighter version of it.
Ok, I'm gonna do a lighter version with a very few data so you can test a situation we will never encounter. Thanks ! -
So 90% of the Tech Support team is off today. So I decided to jump in to help the guys out:
Me: *solves issue
(one less ticket to solve)
Reporter: "thank you for your help!"
(re-opens the ticket)
Me: *recloses the ticket
Reporter: "thanks again"
(Reopens ticket)
Me: smashes head into desk
How am I supposed to get tickets solved when most of the open tickets are "thank you's"! -
If I weren't a dev I'd be doing IT support.
Back in 2018 when I was doing level 1 support as part of an internal IT call center, I applied for two jobs elsewhere in the same company, one doing level 2 support and the other in a different department doing cloud infrastructure engineering or whatever they're calling it now. I almost took the support job because the cloud job was really dragging their feet with my final interview with my boss-to-be.
I probably should have taken that as a sign of things to come, since it ended up being such a pain to work for him until our team got moved under a new manager.
The support team starts pressuring me for an answer and I eventually fire off an email to the cloud guys saying, "I already have a job offer and I can't delay any longer. If I can't be interviewed soon then I will have to withdraw my application."
Got my interview the next day, and he made the offer the same day. Turned out to be a very good choice in the long run, but man were the first couple years full of massive frustrations. -
Finally after almost two years they changed me to another team. Now they have me solving customer support issues 🥲
-
Yesterday I was invited to rackspace's offices in San Antonio.
Their people are so nice and they're full of great culture. That's truely a fanatical support those guys offer, also their IT security team is so reliable, they take their work really serious and I mean REALLY serious, I'd love to work at rackspace some day.
Best place ever.1 -
Hi Team,
Can't we avoid 24/7 shift and on-call support while working as a system administrator???
I need peace of mind and my health goes for toss1 -
!rant I'm lucky to work with 2 of the best back-enders in my career. We were royally pushed/screwed over today due to PM's last minute demands for a phone app that they were demoing to 1000's at a conference. Guess what, certain elements broke. But the guys jumped in to get the API fixed. It's a bit much being the only phone dev on the team but with such strong backend support, it makes it a pleasure to come into work. You know who you guys are. Thank you. Remember a little support makes all the difference in the workplace.4
-
So some big customers are getting problems for a given software project. The relevant dev team, customer support and I, part of another division of QA, need support from a specific QA team. We work for a multinational company employing above a thousand of people around the world.
None of the members are giving signs of life. Nobody from any QA team answers my emails, slack messages or anything. Management does not seem to care either. Did they suddenly die without my knowledge? I am just trying to do my job and find solutions to problems.
I am an inch close to giving no fucks and start playing video games. lol2 -
The first company I worked for had a policy to not ship any release, service pack or hot fix as long as there were still open bugs with the severity "critical" or "blocker". They wanted to ship a service pack nonetheless, but without violating the rule and thus keeping their KPI unharmed. So the support guys got in touch with developers and asked them to lower the severity of certain "critical" bugs. They said we by all means need to write into the comments that the severity of those bugs has to be reset after the service pack was shipped, so that those important bugs would not be left behind.
- Support team violates the rules set up by themselves.
- Developers had the actual work of doing so (and the blame to catch).
- The Support team's KPI just remained unharmed.1 -
Part of one of the workarounds for Dirty COW is to disable ptrace.
ptrace is generally needed by debuggers.
I am team lead for L2 support at a company which makes a debugger.
RedHat are now shipping this workaround.
*ducks for cover*2 -
FUCK YOU MyThemeShop FUCK YOU with your shitty licensing solution. I'm just trying to develop a fucking wordpress site on my own fucking local computer. Why TF will you not allow me to fucking sign into my own account. all it fucking does is infinitely load and it does not do fucking anything. you advertise 24/7 support but it takes your fucking bitch ass support team over 10 hours to reply to my dead fucking simple email. ALSO why the fuck can I not change what domain my theme goes to from the online panel. I'm trying to fucking use ngrok and now i cant because it is by domain and not by site. FUCK YOU AND YOUR LAME ASS FUCKING COMPANY GIVE ME MY FUCKING MONEY BACK RIGHT NOW YOU FUCKING BITCH.7
-
the previous team didnt bother to document, upgrade, improve or anything to at least ease out the support and development process.
i guess i cant blame them, the bureaucracy here is ridiculous. a simple and tiny out of the box stuff is questioned not entertained.
wtf. -
A peer told me today that if I wanted to get better at my job as architect, I needed to focus on building things so they could be handed off to another team when they got too big for my team to support.
He seemed to take exception to my assertion that we DESIGN things on PURPOSE to not need to do that.
I guess I need more training. -
One of my seniors is leaving the team. Honestly, I did not talk about personal stuff with him but during this lockdown, he was the only one whom I talked to this much. My most projects are with him, so in the team I kind of only know him. And now he is leaving, I feel so heavy.
I was anyway feeling no interest in my work, and now this, I really don't want to work at all. I don't want to be in this team, really without his guidance I can't do good. And this reminds me now I don't have anyone in the team to guide me. It's the same feeling as you get old and now no one to support you and you need to support yourself and slowly others. It's frightening.
On a good note, I hope things will turn out to be good for him, he's a nice person after all :) Everyone respected him, and he was trusted so much.2 -
- Am a junior dev in an awesome team & exciting project after my apprenticeship and while having just started my part time studies
- Have restructure in company so I land in an other value stream
- Get laid off by new value stream 6 months later (now) because they have a serious budget cut
- Take time to come to terms with situation. I could finally work more on my side projects or focus a bit more on my studies. Hey actually I will have 5 months time to look for something while being paid by the company and they help me brush up my CV. Pretty neat!
- Now my former boss wants me back because of my experience in the project, but only as a production support and not as dev (because budget and they're bleeding with tickets)
Not sure if I should take the offer as it feels safe to have an income and the team is cool. However, it feels a bit like a degradation as prod support sucks in that project and I'd like to code (which wouldn't be possible then).
And as this is still my first company I'm working in, it would make sense to look for something else...
Grrr need to sleep about it... Decision-making isn't exactly my strength.7 -
I hate it when I want to implement a 3rd party API and their docs have no hint at how to create a test account.. Why do they make me call their sales team / bother their support for that?4
-
So the people in charge of staff allocation came into our room the other day and straight up stole most of the front line support team for iOS. The team now has one member, and the manager of the team found out about it 15 minutes before it happened. This was done to fill requirements on other projects that they are struggling to get staff for.
Meanwhile I've been sitting here for months wanting to get out of this project and they cant find anything else for me. All because I wont travel 4 days a week... -
Just spent two hours pulling my hair trying to get a PHP library made by another team to work. Turns out they dropped support for PHP < 7.0 WITHOUT updating the docs! The commit messages weren't any help either.
-
Spent 36 caffeine-fueled hours birthing “Ella Effortless Learning & Lookup Assistant,” an AI know-it-all that trawls old Slack threads, spits out instant answers, and even pings #faq when it’s not sure so the humans can bail it out. In theory she keeps learning and someday replaces the intern we never hired.
Reality check: the judges were not impressed, my team walked away trophy-less, and my ego’s on life-support. So here’s the repo (brace yourself for last-minute Canva slide-vomit, and more buzzwords than a VC pitch):
https://github.com/ishank-dev/...
4 -
Note to self: Next time remember to clean build when CMake is throwing an error, before you start whining to the library support team.2
-
Code is poetry. Customer support is rap battle
You caps locking, hell knows what trying to compensate, little arrogant person who volunteers in Wordpress plugin review team, - learn some manners how to communicate with fellow human beings.
If you don't have patience for help - quit what you are doing and spend the rest of your life not dealing with people.
At least be professional enough to have email signature, and not look like some teenager wrote us back in a bus stop.
I hope your emails gave you confidence to keep such manners in real life and someone punches you in the face this Friday.1 -
When you end up running support queries and QA as a developer because the client's on site support team blame the provider instead of their half-assed user configuration job. #IHopeYouGetFiredAssholes
-
Fuckin damn it Google! I setup a transparent proxy and for some fucking reason Google home doesn't like that at all. I think I have a fix but it's a real fucking pain in the ass. I call your support people who I specifically tell that I'm running a fucking proxy and they tell me that I need to talk to their Google WiFi team. It has nothing Todo with my fucking wifi bitch. Its your price of shit price of crap hardware that doesn't like fucking proxies.
I'll update everyone what the fix is when I find it.
Btw, this is a HTTPS transparent proxy and HTTP transparent proxy running on my pFSense firewall box.
5 -
My manager, while apparently trying to blast us over taking too much time to understand a product (that no one in the team knows about completely):
I don't understand why you guys don't understand the severity of it. How will you support the product if you don't even know it? There's no comments or anything also, just code! You guys should be able to grasp it!
I'm sorry, what now?
(The part about no comments is true, by the way) -
Quietish team member sits quietly and creates the mother of all APIs, doesn't say much about it, doesn't document what he's done, falls out with the boss, leaves with 2 weeks to go before a beta release.
Already overworked dev/backend support team are plunged into manic bug fixing/business rule implementing/call standardising/chaos.
This is not how one devs.
Not one bit. -
"Hi, I was wondering if we have a way to <do a standard thing that we have support for, and has already been done in their project>"
Also, of course, let's CC every team lead and manager we can find so they all think it's something dire and we can end up in tons of meetings about it. Great. -
I'm currently the only dev that works with a client's dev team. That's not really how we usually work, usually it's a whole team of ours.
Three aspects why this sucks:
1) the client's dev team is made up of juniors and junior to intermediate devs. All of them are new to scrum. I therefore have to constantly support (dev & agile workflow), check all the PRs and have to think of everything in Refinement meetings.
2) the client's based in another timezone and the PO is super busy because we're the only agile team in their company. Therefore this is going to be the third Friday in a row where I have meetings until 6pm.
3) I also have a specific time frame I have to start working for my company, so I constantly work extra hours due to the time difference.
I'm just tired.2 -
Why don't we have a social network like devrant but better and stronger?
If we form a team, and we get support, we can build this!7 -
Thought about startup.. Strange but literally saying no single coin had in my pocket.. Still have love for startup.. But u know what no project no idea no team.. Still struggling for startup.. Fortunately few days back got proposal of govt project.. One min game literally coin replaced his face.. But after some days grant procedure issue pending sucks.. Still have love for startup.. Suddenly got a thought can I do it after grant but I know I have devRant support.. So still continue to love for startup ;-)
Just few days are remaining and waiting for it.. -
Question for leads...
Have you found that it's possible to have a balanced leadership style instead of ruling with an iron fist?
Let me explain what I mean.
There's always going to be room for improvement, there's going to be at least the occasional issue that happens, etc.
As a lead, your job is to not have issues happen and to have the team work effectively.
Now, for me, my goal was to have a balanced style in the sense that if there's a small issue or small room for improvement, but the team is already stressed, I take the heat for it if necessary and let them relax so they're not stressed and they can focus on the bigger things.
For medium improvements, I essentially put it to the vote so the team can have their say in whether they agree with the proposal on improvement.
And so on, idea being to have a balance between "Do what I tell you" and "do whatever you want".
However, I have found that doing so does essentially nothing to improve team morale and team cohesion. Any thing that needs doing and I force them into it, any thing I don't protect them from, any thing they don't agree with will still manifest as problems in the team, a single "you have to do this" will make them complain about the leadership style being "force to implement".
Being completely hands off and essentially not a lead, just basically a support dev more or less, is not what I'm really looking for, but also isn't good for a team that does genuinely have things that need to improve (stupid errors not being caught in dev OR review, system not being fully testable because of external dependencies that are not really necessary for tests, etc).
So the only option I see there is simply ruling with an iron fist and leaning into being that hated lead that just forcea you to do things and "doesn't care about you".
I've already stepped down from this lead position because I don't want to be that guy, but if I'm looking for another position I'm curious if this is just universal or hae you guys found that it IS possible to have a "good team" where you can be adults and discuss things as a team and improve as a team?6 -
Monday...Wasted...VDI not working and IT team still have no clue what the hell is going on..
What a sucking support system.2 -
When the business team promotes the robot: “programmed in Arm Assembly with support for all UTF-8 Character Sets”
(Seen in the info of my high school’s robotics team)
-
Top Ways To Recover Funds From CryptoCurrency Scam / iFORCE HACKER RECOVERY
Iforce Hacker Recovery understands the urgency and sensitivity of crypto asset recovery cases. That's why the expert offers a rapid response service, providing swift and discreet support to his clients. Iforce Hacker's dedicated team of experts works tirelessly to ensure that every case is resolved efficiently and effectively, minimizing the risk of further losses and reputational damage.
Is it possible to recover lost cryptocurrency? iFORCE HACKER RECOVERY
Who is the best recovery expert for cryptocurrency? iFORCE HACKER RECOVERY
How do you get your money back from cryptocurrency? iFORCE HACKER RECOVERY
Finding A Legit Crypto Recovery Company ? Contact iFORCE HACKER RECOVERY10 -
In order to make PRs/codebase more readable and 'arranged', I introduced common formatter in team since people were using different IDEs.
Still, there were missed PRs coming. Turned out people aren't used to formatting. So I created macros for different IDEs, to format on save, when keypress 'cmd+s' happens.. Found out this is common practice in many places.
Still, PRs are coming messed up...
Turned out people don't use 'cmd + s' at all... they use IDEs' auto-save support.
Now I'm out of ideas... Any help?2 -
Every dev team has this chatterbox guy, who works as a support, does sometimes whole work in a hour, watches anime for following 7 hours and wants to fix the whole world with JQuery. Still can't imagine working and hanging out without him.
-
Who doesn't love customer support?
So anyway, I'm the point-of-contact at our company for a specific tool we use, sold by an external vendor, whose yearly licenses cost five-digits per user. I've been the point of contact for around three years now, and most of the time it's people way more senior than me asking for help with [specific edge case] and I send them on their way with the solution. Sometimes that isn't the case though, and I need to send an email off to [vendor]'s support team.
Good support is lovely. Our go-to guy on their support team was great. Timely responses, thorough, and always willing to dig to the bottom of the case. Sometimes it's us being stupid and not knowing what the [obscure feature] toggle does, sometimes it's just a mis-match between what we're trying to do and how the tool was designed, and sometimes it's a sneaky, devious bug in their product. I still remember the pride I felt when we got an email notification for the latest release of the tool that contained a bugfix that I had gone over with their dev team on call to figure out how to reproduce.
However, just over a year ago they changed our go-to guy. It started off small. The new guy was more terse in his responses. Less attentive to the little details in the message. Gather as much information as possible first, deal with the actual problem we were having second. He'd fix the immediate problem, but more open-ended questions about best practices to avoid another mess in the future would be ignored.
But slowly it got worse. Less responsive. Entire paragraphs of context would be ignored and had to be repeated to him. More generic responses. The odd case got dropped entirely. Last time I opened a support ticket, when I asked for additional clarification I got a ChatGPT-ass response only tangentially related to the actual context of my question (you could tell it was copy-pasted because he didn't even bother to paste without formatting).
Now upper management is unhappy with [tool] and are on my ass to get them to solve all our problems with it. What does new support guy reply with to my ticket with clearly bulleted questions, written in bold to separate them for clarity from the surrounding context? A two-line, nonspecific request for information entirely unrelated to the issue at hand, to the point that me and everybody from my company in cc privately went "why the fuck would we even send that??".
These next few weeks are going to be fucking rough, dear god may this be over soon.1 -
Finally dropped our old useless in-house legacy content editor (built by another team) today. Going through the database and ripping out all the shit that we had to keep for legacy support is the most liberating feeling I've had in weeks!1
-
!rant
I just got the best pe of my carrier.. Got some extra cash, and new future career path goals..
sometimes it’s hard being in this industry, but when you find a great team, you’ll know by the support
🍻 happy Friday! -
My first production support release is next week and its from midnight till 5am and be at work at 8:00am. If something goes wrong with any of the other developers from our team goes wrong I have to figure it out. And this image is exactly how I picture it goes, if any tickets fail. (🤘🏽 bring it on! )
-
TLDR, need suggestions for a small team, ALM, or at least Requirements, Issue and test case tracking.
Okay my team needs some advice.
Soo the powers at be a year ago or so decided to move our requirement tracking process, test case and issue tracking from word, excel and Visio. To an ALM.. they choice Siemens Polarion for whatever reason assuming because of team center some divisions use it..
Ohhh and by the way we’ve been all engineering shit perfectly fine with the process we had with word, excel and Visio.. it wasn’t any extra work, because we needed to make those documents regardless, and it’s far easier to write the shit in the raw format than fuck around with the Mouse and all the config fields on some web app.
ANYWAY before anyone asks or suggests a process to match the tool, here’s some back ground info. We are a team of about 10-15. Split between mech, elec, and software with more on mech or elec side.
But regardless, for each project there is only 1 engineer of each concentration working on the project. So one mech, one elec and one software per project/product. Which doesn’t seem like a lot but it works out perfectly actually. (Although that might be a surprise for the most of you)..
ANYWAY... it’s kinda self managed, we have a manger that that directs the project and what features when, during development and pre release.
The issue is we hired a guy for requirements/ Polarion secretary (DevOps) claims to be the expert.. Polarion is taking too long too slow and too much config....
We want to switch, but don’t know what to. We don’t wanna create more work for us. We do peer reviews across the entire team. I think we are Sudo agile /scrum but not structured.
I like jira but it’s not great for true requirements... we get PDFs from oems and converting to word for any ALM sucks.. we use helix QAC for Misra compliance so part of me wants to use helix ALM... Polarion does not support us unless we pay thousands for “support package” I just don’t see the value added. Especially when our “DevOps” secretary is sub par.. plus I don’t believe in DevOps.. no value added for someone who can’t engineer only sudo direct. Hell we almost wanna use our interns for requirements tracking/ record keeping. We as the engineers know what todo and have been doing shit the old way for decades without issues...
Need suggestions for small team per project.. 1softwar 1elec 1mech... but large team over all across many projects.
Sorry for the long rant.. at the bar .. kinda drunk ranting tbh but do need opinions... -
Am a developer I write Python,php and java. .. I joined a telecoms company in my country which is not doing well as opposed to the other 2 telecoms. One reason is that its a government entity And always keep making bad decision which no one take responsible of. .. always good at making bad decision
My previous boss (who just left) conrned me to support a Chinese Software called mobile money full of bugs. And does not do wat they sad it could do in the FRS . . Doccumentation is mess. There a language barier with the support team. .. then there a guy who seem to have temper and looks overworked by Chinese.
I love writing code and learning new stuff
And progressing in my career
But I cant do that if am answering a call every fu*king sec. We are not appreciated as a team by both the business and CTIO even tho we are only the only two engineers in the Dept. .. its sickens me
I dont no what to do now.that my imediate boss is gone to another company . . What thing to do -
This might be a highly specific mistake but, never ever uninstall the ms-office package installed on your work pc, linked to your corporate ms account. And then try to install another version from an installer you have lying around. Internal Support Team wasn't happy. 😅
-
few years ago... Setting up Ellucian's mobile product only to find out they left out where to put the config file (it's not in the typical App_Data directory or root of WAR file) it's in a hard coded spot on the C drive (C:\ellucianmobile\...groovy)
Below is the change request their support team put in to update the documentation...
Their documentation seems to be a bit spotty at times, almost as if they want you to have to pay their support / consultants to setup the products you bought from them
-
Why do they keep sending me support related email when I clearly advised them to contact helpdesk support team directly.2
-
New job
Week 3: We might assign you to a new Java we might be creating
Week 5: So you might be working with the other team on an webapp.
That team has taken 2 weeks to decide the tech stack to use for the webapp and still hasn't decided.
Week 7: So we have only one role available right now and that's production support.
*Insert ultra rage face*3 -
Honestly speaking, I don't understand all these homes about Java programmers not being able to C#.
I'm mainly a Java programmer and about 9 months ago, my team inherited a huge scope of applications developed in C#. I was forced to learn C# in order to support those applications and I have to say I didn't find the language that difficult...1 -
I do IT support for a Uni.
A ticket comes in about how the site looks weird after an update.
Spend 10 minutes looking through Chrome dev view (we don't have access to backend).
Give up and assign to web team.
... Why do the people who manage the site not know anything about web development? 99% chance it's a just a quick CSS fix. -
So I had some time off at work for personal problems and my boss was getting a tad annoyed, I’ve come back in today and he’s sent an email to our it support team asking them to backup the projects I’m working on every day with some software, what’s your opinion on this? Should I start looking for a new job now or wait and see🙃1
-
A moodlecloud subdomain is sending me unsolicited emails, I have no way of contacting them, and the moodle support team is just stonewalling me.
The lack of ownership in society really sucks sometimes2 -
Short : I'm in a situation where I fucking hate to go to office everyday because the business team thinks I'm their bitch
Long : Exactly one year ago I joined this small company, few months ago all the senior devs started working on revamping the old shitty ERP they have into new one.They put me in charge of taking care the support for a project we work before.Now fucking asshole from the BA team sit on my shoulder every day and forcing me to do anything he thinks he want.Right now I'm doing a data migration from massive excel files from client. It's in a shitty format I asked help from senior devs they said it's impossible to import this shit.But my asshole team lead also support that BA fucker.
I can't sleep everyday normally because of stress.My notice period (relieving period) is 3 months.I just feel like every end of day I wanna kill all those motherfuckers11 -
Usually it's customer support.
We are a small team, so developers handle support, on a rotation basis though. But this is a hell lot of distraction because of the context switch. :(
Sometimes there are really disturbing tickets like how do I call this API using HTML? (*cries in spanish) -
If you are a graduate/junior developer be very careful about joining a small Ltd company.
You would get better support in a bigger team and have better insight of the industry in a bigger organisation.1 -
My confession is that I love doing OPS where I can fix an issue I caused myself and people are actually grateful for just having it working.
All other cases not so much.... But please team don't identify me and put me on support 24/7 :'( -
Yesterday’s dev achievement. Created a docsify project so that the rest of the company can start documenting their shot.
Something I had implemented in my team a while back, first thing this morning I get a message from the CTO to add mermaid support for his architectural graphs for his latest project.
Tomorrow’s dev achievement, 0 lines of code will be written after 9am. -
Agency people, do you offer support contracts, if so, what do charge and more importantly what do your customers get?
-
Best Crypto Recovery Service Company / Captain WebGenesis.
CAPTAIN WEBGENESIS prides himself on his exceptional success rate in recovering stolen cryptocurrency, and his commitment to providing personalized support to each and every client. His team works tirelessly to ensure that every case is thoroughly investigated, and every possible avenue is explored to maximize the chances of recovery. The team expertise extends beyond mere fund recovery, as they also provide valuable insights and education to help prevent future scams. By partnering with CAPTAIN WEBGENESIS, victims of crypto scams can not only regain control of their finances but also gain a deeper understanding of the crypto landscape and how to navigate it safely.
More Info:
Email: Captainwebgenesis @ hackermail . com
Contact/Whatsapp: +1 501 436 9362
Website: Captainwebgenesis . com8 -
Best Hacker To Recover USDT Coin From Online Scam,Consult Betafort Recovery Company
One of the best decisions I ever made was to contract Betafort Recovery, to help me resolve my challenges with a foreign investment company.The team successfully traced and recovered my initial capital investment. Still, unfortunately, the profits I believed to be mine were just a numbers game thus the reason why a payout wasn’t happening. All in all, I am very grateful to this team, their profound support saved me from destruction. Involving superior enforcement is what changed everything, the team revealed the scammer’s whole game plan upon consultation and I was never going to get paid no matter how much I invested. They made my problems theirs and handled my case diligently. I can’t believe the honesty and integrity I experienced in dealing with this company and its team of excellent hackers. There was no sales pitch, just straight-up advice on what they do, and kept constant contact with me as they continued to fight to recover my funds. Staff-wise; every single staff I spoke with was very professional, friendly, respectful, and honest in explaining stuff to you. They restored my financial dignity and status. I with a heartbeat will recommend to anyone who has issues in their respective financial ventures and now experiencing some unforeseen difficulties in regaining possession of their funds to contact this great recovery company Betafort Recovery Via Google , or on Telegram via @Betafort , You will not regret it. It will be the best decision you will make in life. Restore your financial dignity and status one more time. Give yourself a second chance regardless of how bad or difficult you think your case might be, The Betafort Recovery Team has your back, trust me.
Whatsapp OR Signal: +17126004729 -
BONJOUR Senior Elder Home Care: Compassionate and Professional Senior Care in New Jersey
At BONJOUR Senior Elder Home Care, we provide exceptional care for seniors, ensuring that they receive the support they need to age with dignity and comfort in their own homes. Located at 210 Haven Ave, Scotch Plains, NJ, we specialize in Dementia and Alzheimer’s care, live-in caregiver services, and around-the-clock home care. With a focus on quality senior care, we are proud to offer personalized, compassionate, and professional services to families across New Jersey.
Why Choose BONJOUR Senior Elder Home Care?
1. Experienced Live-In Caregivers
Our team at BONJOUR consists of experienced live-in caregivers who are highly trained in providing personalized in-home care plans. Whether your loved one needs support with daily tasks, medication reminders, or simply companionship, our live-in caregivers offer round-the-clock assistance. Their experience ensures that your family member receives the best possible care, all while remaining in the comfort of their own home.
2. Quality Senior Care You Can Trust
We are committed to providing quality senior care tailored to meet the individual needs of each senior. Our caregivers are dedicated to offering both physical and emotional support, helping seniors maintain their independence while ensuring they are safe and well-cared for. At BONJOUR, we believe that high-quality care should be both accessible and personalized, and we work closely with families to create care plans that address specific needs and preferences.
3. Family-Centered Elderly Care
We understand that family involvement is crucial when it comes to senior care. That’s why we provide family-centered elderly care that values the input of family members. We collaborate with families to ensure that care plans are aligned with the needs and desires of the senior and their loved ones. Our goal is to make the caregiving process a partnership, offering the support needed for both the senior and their family.
4. Personalized In-Home Care Plans
At BONJOUR, we offer personalized in-home care plans designed to meet the specific needs of each senior. Whether it’s assistance with personal hygiene, help with mobility, or providing companionship, we create care plans that cater to the unique requirements of the individual. Our team takes the time to understand the needs of your loved one and develops a plan that ensures they receive the most appropriate and compassionate care.
5. Holistic Home Care for Seniors
We believe in a holistic approach to home care for seniors that focuses on the whole person—physical, emotional, and mental well-being. Our caregivers are trained to provide not just physical care, but also emotional support, helping seniors stay connected and engaged in activities that promote overall well-being. Whether it’s companionship or cognitive exercises, we take a comprehensive approach to enhance the quality of life for each individual we serve.
6. One-on-One Elderly Support
Each senior deserves the undivided attention and care of a compassionate caregiver. We offer one-on-one elderly support, ensuring that your loved one receives focused, individualized care. From personal care services to health monitoring, our caregivers are dedicated to meeting the specific needs of your loved one, offering consistent and personalized care.
7. Senior Care with Dignity and Respect
At BONJOUR, we believe that senior care with dignity and respect is paramount. Our caregivers treat every individual with the utmost respect and ensure that they maintain their independence and quality of life. We understand that aging can come with challenges, but we believe in empowering seniors to live their lives with dignity and grace. We treat every senior as if they were our own family, ensuring that they feel valued and loved.
8. Home Care for Aging Parents
As our parents age, many of us find ourselves searching for the best way to provide care. Home care for aging parents is an excellent solution, allowing them to remain in the familiar surroundings of their home while receiving the care and support they need. At BONJOUR, we offer flexible in-home care services that include everything from personal care to medication management. We understand the emotional challenges families face, and our team is here to provide expert care with compassion and understanding.2 -
Hire A Hacker To Recovery Lost Crypto - OPTIMISTIC HACKER GAIUS
This a Year I became a victim of a cryptocurrency scam. I had invested $158,000my entire life savings—into a crypto platform that promised sky-high returns. When I tried to check the status of my account, I was horrified to find that it had been deleted. All attempts to contact their support team went unanswered, and that’s when the grim reality set in: I had been scammed. The loss was devastating. I came across Cyber Constable Intelligence. OPTIMISTIC HACKER GAIUS proved to be a lifeline when I needed it most. Their dedication and commitment to customer satisfaction are truly remarkable. They help me recover my lost Crypto with ease and gain access to Wallet If you've been a victim of a crypto scam, I strongly suggest reaching out to OPTIMISTIC HACKER GAIUS . They are the real deal, and their dedication to helping individuals like myself is unmatched.
Contact details.....
Website....optimistichackergaius . c o m
WhatsAp.....+44 737, 674,, 05 69
Mail... support@optimistichackergaius . c om
Telegram..... t. me/OPTIMISTICHACKERGAIUSS
1 -
That moment when the business expects you to work 60 hours and be available 24/7 to support rollout, but won't subject their team to the same.
-
Dune Nectar Web Expert, a team of ethical hackers and cryptocurrency recovery specialists, recently facilitated the successful retrieval of my lost USDT, which a crypto exchange website had fraudulently obtained. Their years of expertise proved valuable during the recovery process in securing my lost USDT from this treacherous cryptocurrency exchange platform. The process was a bit sloppy and bumpy along the road as the platform wasn't willing to let go of the USDT in my wallet, however, after Dune Nectar Web Expert engaged them in full-force tech, it all ended with me recovering my lost USDT back. There are tons of malicious crypto exchanges on the internet ripping people off their digital assets; I will advise anyone or team trying to trade or invest in any crypto exchange platform. I recommend you to seek the help of a Dune Nectar web expert to authenticate the legitimacy of the crypto exchange platform. Consult them via:
Email: Support@ dunenectarwebexpert.c om
Telegram: @DuneNectarWebExpert
1 -
Recover Lost Assets with Ease!
Have you lost access to your cryptocurrency or experienced a drop in your credit score? Tech Cyber Hacker Recovery expert team is here to help you recover your lost assets and restore your financial health. Reach out to them if you have face similar issues: (techcyberhacker34 @gmail com) or (watsapp : +1 (412) 556-6218).
From cryptocurrency recovery to credit score modification, they offer a range of services designed to get you back on track. they team of experts will work closely with you to: I was able to recover my lost crypto currency investment of about 305000 worth of crypto currency with there help. there services are
Recover lost or stolen cryptocurrency
Improve your credit score and report & aso
They provide personalized financial guidance and support.
Don't let lost assets hold you back. Contact Tech Cyber Hacker Recovery today to learn more about their recovery services and take the first step towards restoring your financial well-being.
4 -
Discover why WIZARD JAMES RECOVERY TEAM is regarded as a top investment fraud risk and loss of virtual assets solution by watching them in action and getting live answers to your queries. Since the Recovery by WIZARD JAMES RECOVERY TEAM, they have essentially become my real-life Marvel Hero, standing up for small investors against dishonest investment companies who wish to steal your hard-earned money in a casual manner or, worse, commit open fraud using your credentials. For years, fraudulent investment companies and fake recovery artists deceived us by promising to quadruple our investment, not to mention the fake recovery artists who all made false claims about their ability to successfully recover our invested funds but failed. We didn't realize how amazing and powerful it is to have a top Recovery Expert at your side until we began working with the WIZARD JAMES RECOVERY TEAM. The WIZARD JAMES RECOVERY TEAM is very knowledgeable, professional, self-assured, and detail-oriented. We are quite pleased with the results that the WIZARD JAMES RECOVERY TEAM produced for us in a matter of days. I'm grateful, Wizard James. Furthermore, the last mistake made by investors who have lost money to dishonest investment firms is to disregard the assistance of Professionals & Recovery Company, particularly when it comes to investment accounts that have been flagged or frozen with little to no justification from the company's customer service agent. Working with a skilled recovery firm like WIZARD JAMES RECOVERY TEAM may offer priceless experience, guaranteeing complete asset recovery and precisely managing the intricacies of any fraudulent investment scenarios. The significance of hiring the WIZARD JAMES RECOVERY TEAM cannot be overstated. Their expertise can offer insightful advice, as well as identify and stop even the most intricate types of fraud while shielding your identity from additional fraud involvement at every point of contact. With AI-powered modeling of industry-leading data and extensive networks of digital, physical, email, and behavioral intelligence, you may uncover hidden insights that are specifically pertinent to your risk management concerns. All of this is done to support and give an ethical recovery experience. To begin, get in touch with WIZARD JAMES right now!
* EMAIL: wizardjamesrecovery @ usa . com
* WHATSAPP: +44 7418 3672041 -
Berkshire ITS Limited: Comprehensive IT Solutions for Your Business and Home
At Berkshire ITS Limited, located in Maidenhead, UK, we specialize in offering a wide range of IT services tailored to meet your personal or business technology needs. Whether you require computer diagnostics, expert IT consulting, managed IT services, robust cybersecurity services, or on-site IT support, our dedicated team of professionals is here to help. With years of experience in the IT industry, we ensure that your systems are always running at their best, secure, and well-supported.
Computer Diagnostics: Quickly Identifying and Fixing Issues
When your computer slows down or encounters issues, it can disrupt productivity and cause frustration. At Berkshire ITS Limited, we offer comprehensive computer diagnostics to identify the root causes of any technical problems you may be facing. Our expert technicians use advanced diagnostic tools to analyze your system, pinpoint any issues, and provide efficient solutions to get your devices back in optimal working condition. From software errors to hardware failures, we tackle all types of problems to ensure your systems run smoothly.
IT Consulting: Tailored Solutions for Your Technology Needs
Every business and individual has unique IT requirements. That’s where our IT consulting services come in. At Berkshire ITS Limited, we offer strategic guidance on how to improve your IT infrastructure, streamline operations, and make the most of your technology. Our experienced consultants work with you to understand your specific goals and challenges, recommending customized solutions that enhance efficiency, reduce costs, and improve overall system performance. Whether you need advice on upgrading your network, implementing new software, or planning long-term IT strategies, we’re here to help you navigate your options.
Managed IT Services: Hassle-Free IT Management
Managing your IT infrastructure can be time-consuming and overwhelming. Our managed IT services provide proactive support to ensure your systems are always running efficiently, securely, and without interruption. We offer end-to-end IT management, including network monitoring, software updates, data backups, and troubleshooting, all designed to prevent problems before they arise. With Berkshire ITS Limited’s managed IT services, you can focus on your core business operations while we handle all aspects of your IT management.
Cybersecurity Services: Protecting Your Digital Assets
Cybersecurity threats are a growing concern for businesses and individuals alike. At Berkshire ITS Limited, we offer comprehensive cybersecurity services designed to protect your sensitive data, systems, and networks from online threats. Our team implements cutting-edge security measures, including firewalls, encryption, antivirus protection, and regular vulnerability assessments, to safeguard your business or home network from cyberattacks. We also provide security training and awareness programs to help users recognize potential threats and avoid common pitfalls. Trust us to keep your digital assets secure with our expert cybersecurity services.
On-Site IT Support: Fast, Reliable Assistance at Your Doorstep
Sometimes, issues require a hands-on approach. With our on-site IT support, Berkshire ITS Limited ensures that you receive immediate, professional assistance at your location. Our technicians are ready to visit your home or business to resolve technical issues in person, from hardware repairs to network setup and troubleshooting. We pride ourselves on providing efficient and friendly support to get you back up and running as quickly as possible. Whether you need help with computer setup, network configuration, or solving an urgent IT issue, our team is there to offer the personalized service you need.
Why Choose Berkshire ITS Limited?
Expert Technicians: Our certified IT professionals are highly skilled in computer diagnostics, IT consulting, managed IT services, cybersecurity services, and on-site IT support.
Customized Solutions: We understand that each client has unique needs. That’s why we provide tailored IT solutions to meet your specific requirements and help you achieve your goals.
Proactive IT Management: With our managed IT services, we ensure that your systems are monitored and maintained to prevent problems before they impact your business or personal productivity.
Comprehensive Support: From routine IT maintenance to urgent support, we offer a wide range of services designed to keep your technology running smoothly and securely.
Contact Us Today
Business Address:
Vicus Wy, Maidenhead SL6 1EL, United Kingdom
Contact Number:
+44 208 050 51011 -
HACKATHON TECH SOLUTIONS IS THE BEST AND TOP BITCOIN / CRYPTO RECOVERY COMPANY
Hackathon Tech Solutions is a top-rated cryptocurrency recovery company that specializes in helping individuals and businesses recover lost or stolen cryptocurrencies. With a team of experienced professionals and cutting-edge technology, they have a proven track record of successfully recovering funds for their clients. Their services include forensic analysis, blockchain tracking, and legal support to ensure a successful recovery process. Trust Hackathon Tech Solutions to help you recover your lost cryptocurrencies and get back on track.Reach out to HACKATHON TECH SOLUTIONS via below contact details
Whatsapp: +31 6 47999256
Telegram:
@hackathontechsolution OR +31 6 47999256 -
HPOW TO HIRE A HACKER TO RECOVER STOLEN BITCOIN, CONTACT FASTFUND RECOVERY.
One of the best decisions I ever made was to contract Fastfund Recovery, to help me resolve my challenges with a foreign investment company. Long story short, the team successfully traced and recovered my initial capital investment. Still, unfortunately, the profits I believed to be mine were just a numbers game thus the reason why a payout wasn’t happening. All in all, I am very grateful to this team, their profound support saved me from destruction. Involving superior enforcement is what changed everything, the team revealed the scammer’s whole game plan upon consultation and I was never going to get paid no matter how much I invested. They made my problems theirs and handled my case diligently. I can’t believe the honesty and integrity I experienced in dealing with this company and its team of excellent hackers. There was no sales pitch, just straight-up advice on what they do, and kept constant contact with me as they continued to fight to recover my funds. Staff-wise; every single staff I spoke with was very professional, friendly, respectful, and honest in explaining stuff to you. They restored my financial dignity and status. I with a heartbeat will recommend to anyone who has issues in their respective financial ventures and now experiencing some unforeseen difficulties in regaining possession of their funds to contact this great recovery company “ Fastfund Recovery “ on Email: Fastfundrecovery8 (at)Gmail dot com, or on Telegram via fastfundsrecovery, You will not regret it. It will be the best decision you will make in life. Restore your financial dignity and status one more time. Give yourself a second chance regardless of how bad or difficult you think your case might be, The Fastfund Recovery Team has your back, trust me.
Official website: Fastfundrecovery com -
"Our experienced writers are here to support you with assignments, exams, theses, research papers, dissertations, and essays whenever you need it. Simply send an email or use our chat window to connect with our team and discuss your assignment details.
**Free Edits:** Ensure your work meets your expectations with our complimentary editing service. We’ll perfect your assignment until you’re completely satisfied.
**Global Reach:** We assist students worldwide, including those in the UK, USA, UAE, Germany, Australia, India, South Africa, Canada, New Zealand, and beyond.
**Expert Writers:** Our team of highly skilled writers specializes in academic writing, equipped with the expertise to handle even the most complex topics." -
TRUSTWORTHY CRYPTO // BTC // USDT // RECOVERY SERVICE VISIT iFORCE HACKER RECOVERY
I believed losing $630,000 in cryptocurrency was the end for me. I had no clue how to recover my wallet, and every other service I found only offered empty promises. Then I discovered iForce Hacker Recovery. Their team was highly professional, skilled, and meticulous. Using advanced forensic techniques, they worked relentlessly to recover every dollar. In the end, I regained everything I thought was gone forever. Their support didn’t stop there they also helped me strengthen my wallet’s security to prevent future breaches.
Webpage info; ( iforcehackersrecovery. com
Email; contact@iforcehackersrecovery. co m
Call/Text-whatsapp; +1 (240) 803. (3706)1 -
Bayla Postpartum Care: Premier Night Nurse Services and Newborn Care Agency in Miami Beach and Hallandale
The arrival of a newborn is an exciting and joyous occasion, but it can also be a time of uncertainty and fatigue. At Bayla Postpartum Care, we are dedicated to providing expert support for new parents, offering trusted night nurse services in Hallandale and exceptional newborn care agency services in Miami Beach. Whether you need overnight assistance or professional care for your baby during the day, our team of experienced caregivers is here to ensure both you and your newborn thrive.
Conveniently located at 9540 W Bay Harbor Dr, Bay Harbor Islands, FL 33154, we proudly serve families throughout Miami Beach, Hallandale, and surrounding areas, delivering personalized and compassionate care during this special time.
Night Nurse Services in Hallandale: Helping Parents Rest and Recover
One of the most challenging aspects of new parenthood is sleep deprivation. Babies, especially in their first few months, often wake multiple times during the night for feedings, diaper changes, and comfort. At Bayla Postpartum Care, we understand how exhausting this can be for parents. Our night nurse services in Hallandale are designed to give you the support you need, allowing you to get the rest and recovery time that’s essential for both your physical and emotional well-being.
Our night nurses provide expert, hands-on care for your baby overnight, so you don’t have to worry about the late-night tasks. Here's how our night nurse services can help:
Overnight Newborn Care: Our trained night nurses will handle all the overnight care your newborn requires, including diapering, feeding, and comforting your baby when they wake.
Sleep Training Support: Our night nurses work with you to establish a healthy sleep routine for your baby, helping them to sleep more soundly and consistently.
Breastfeeding and Bottle-Feeding Assistance: Whether you’re breastfeeding or bottle-feeding, we provide support with feeding techniques, ensuring your baby is well-nourished and content.
Health and Safety Monitoring: Our night nurses ensure your baby’s health and safety while you sleep, monitoring their well-being and providing any necessary interventions if something unusual arises.
Having a night nurse in Hallandale means you can finally get some much-needed rest, knowing that your baby is in expert hands. With our support, you’ll feel more refreshed and prepared to take on each day with energy and confidence.
Newborn Care Agency in Miami Beach: Comprehensive Care for Your Baby
As a trusted newborn care agency in Miami Beach, Bayla Postpartum Care is here to guide and support you through the early stages of parenthood. We provide a range of newborn care services that focus on the health, comfort, and development of your baby while also supporting you as new parents.
Our team of experienced newborn care professionals offers the following services:
Feeding Support: Whether you're breastfeeding or formula feeding, we provide expert advice and hands-on assistance to ensure that your baby is feeding effectively and comfortably. Our team helps with positioning, troubleshooting common issues, and establishing a feeding routine.
Diapering and Hygiene: Our caregivers are well-versed in the practicalities of newborn care, from diaper changes to bathing and keeping your baby clean and comfortable.
Sleep Routines: We help establish a sleep schedule that works for your baby, promoting healthy sleep habits that will benefit them in the months and years to come.
Health Monitoring: Our newborn care specialists closely monitor your baby’s health and growth, checking their weight, development milestones, and overall well-being.
Parental Education and Support: As a newborn care agency in Miami Beach, we also provide new parents with valuable education on infant care, including safe sleep practices, soothing techniques, and more.
Our newborn care agency in Miami Beach is designed to provide both parents and babies with the care and support needed during those early weeks and months. We understand the unique needs of each family, so we create tailored care plans to meet your specific situation.
Why Choose Bayla Postpartum Care?
Experienced Professionals: Our team consists of highly trained, experienced caregivers and certified nurses who specialize in newborn care and postpartum support.
Personalized Care Plans: At Bayla Postpartum Care, we don’t believe in a one-size-fits-all approach. Our services are personalized to meet your unique needs, whether you need night nurse services in Hallandale or comprehensive newborn care in Miami Beach.
Compassionate and Supportive Team: We understand that the postpartum period can be emotionally challenging. Our team is here not just to care for your baby, but also to provide emotional support and guidance to new parents.
5 -
BITCOIN SCAM RECOVERY SOLUTIONS / CAPTAIN WEBGENESIS.
How do I Recover My Stolen Cryptocurrency Without Being Scammed Again?.
The CAPTAIN WEBGENESIS recovery team is a global licensed forensic organization that can help you recover stolen bitcoin or tokens in a manner that maintains the highest level of discretion and confidentiality. The team of expert cyber-sleuths and cryptocurrency specialists has years of experience in tracking and retrieving digital assets stolen through fraudulent activities, such as phishing scams, ransomware attacks, and hacking incidents. CAPTAIN WEBGENESIS is available 24/7 to provide guidance and support, ensuring that you receive the best possible outcome.
Contact info;
Whatsapp+1(501)436,9362.
Email :(Captainwebgenesis @hackermail. com)14 -
Tekniko Global is a leading OTT app development company, specializing in creating high-performance over-the-top (OTT) streaming applications. Our team is skilled in developing custom apps that offer seamless streaming experiences, whether for video on demand, live broadcasting, or multimedia content. We focus on integrating advanced features such as adaptive streaming, user authentication, and content management to ensure your OTT platform stands out. From intuitive design to robust backend support, Tekniko Global handles every aspect of OTT app development with expertise and precision. Partner with us to build a dynamic streaming app that delivers exceptional content experiences and engages your audience effectively.
-
HOW I RECOVER MY STOLEN SOLANA COIN WITH THE HELP OF MAYERMUSK RECOVERY COMPANY
My name is Mikael, and I am incredibly grateful to Mayermusk Recovery Company for their exceptional help in recovering my stolen Solana coins. After facing the distress of losing my assets, their dedicated team worked tirelessly to track down and restore my coins. Their professionalism and expertise made all the difference, and I couldn’t be happier with the outcome. Thank you, Mayermusk, for your outstanding support!
#bitcoin #cryptocurrency #crypto #blockchain #btc #ethereum #forex #money #trading #investment #bitcoinmining #investing #business #bitcoinnews #cryptotrading #cryptonews #eth #bitcoins #forextrader #binance #entrepreneur #invest #trader #cryptocurrencies #nft #bitcointrading #finance #forextrading #stocks #investor
1 -
HOW TO AVOID CRYPTOCURRENCY SCAM HIRE DUNAMIS CYBER SOLUTION
I'm really sorry to hear about your experience with the Bitcoin theft, but it's great to hear that you were able to recover a significant portion of your funds with the help of DUNAMIS CYBER SOLUTION Recovery Team. It must have been an incredibly stressful and emotional journey, but your story shows the power of persistence and seeking help from trusted professionals.If you'd like to reach out to DUNAMIS CYBER SOLUTION Recovery Team again, here's an example of how you might structure your message:**Subject:** Gratitude and Request for Further Assistance Dear DUNAMIS CYBER SOLUTION Recovery Team,I hope this message finds you well. I wanted to take a moment to express my immense gratitude for your help during the difficult time when I lost my life savings to a Bitcoin hack. Thanks to your team's expertise, particularly Sarah's support throughout the process, I was able to recover 80% of my stolen funds. I can't overstate how much this has meant to me—not only financially but emotionally as well.Your professionalism, transparency, and dedication have truly restored my faith in the cybersecurity community. I feel much more confident in my investments moving forward, and I intend to diversify my portfolio as I learned valuable lessons throughout this experience.If there are any further recommendations or actions I should take regarding my recovery or securing my assets, I would appreciate your advice. Additionally, if there's anything I can do to assist you or share my positive experience with others who might be in similar situations, please let me know.Once again, thank you for your hard work and kindness. I will always be grateful for your support.
+13433030545
7 -
A & R PrimeCare: Empowering Families with Quality Care and Support Across Indiana
At A & R PrimeCare, we understand that providing care for a loved one is both a rewarding and challenging experience. Our mission is to provide personalized, compassionate, and reliable non-medical home care services for seniors and individuals with chronic illnesses. Whether you're searching for a Benefit Navigator near me, senior resources near me, or need structured family caregiving and chronic illness home support, A & R PrimeCare is here to offer support and assistance every step of the way.
Benefit Navigator Near Me: Guiding You Through Care Options
Navigating healthcare benefits can be a confusing and time-consuming task, especially when you’re trying to secure the best options for your loved one. If you’re looking for a Benefit Navigator near me, A & R PrimeCare is ready to help. Our experienced team is knowledgeable about the various healthcare programs, insurance options, and community resources available to seniors and individuals with chronic conditions. We guide families through the complex process of finding the right care plan, ensuring that your loved one gets access to the benefits they deserve, such as Medicare, Medicaid, long-term care insurance, and veterans' benefits.
With our Benefit Navigator services, you don’t have to navigate this process alone—we’re here to help you understand and take advantage of the best resources for your family’s needs.
Senior Resources Near Me: Connecting You with the Support You Need
When you’re looking for senior resources near me, A & R PrimeCare is your trusted partner in finding the right services and support in your community. We are committed to connecting families with the resources they need to care for their loved ones. From local meal delivery programs to transportation services and senior wellness programs, we can guide you in accessing valuable resources that can enhance your loved one's quality of life.
We understand that every family’s needs are unique, which is why we take the time to provide personalized assistance to help you find the best resources available in your area.
Structured Family Caregiving: A Stronger Support System for Families
Caring for a loved one is often a team effort, especially when a family member requires significant care. At A & R PrimeCare, we offer structured family caregiving to support families in providing consistent, coordinated care. This approach allows family caregivers to work together in a structured, organized manner, ensuring that every aspect of their loved one’s care is addressed.
Our structured family caregiving services include training and guidance for family members, ensuring they have the tools and knowledge necessary to provide safe and effective care. Whether it's help with daily activities, managing medications, or providing emotional support, our caregivers work with families to establish clear roles, schedules, and responsibilities to enhance the caregiving process. With structured caregiving, families can ensure a higher level of care and improve overall quality of life for their loved one.
Chronic Illness Home Support: Helping Individuals Manage Long-Term Health Conditions
Living with a chronic illness can be overwhelming, not only for the individual but also for their caregivers. A & R PrimeCare offers chronic illness home support to assist individuals who are dealing with conditions such as diabetes, heart disease, Parkinson’s, or any other long-term illness. Our home care services are designed to provide the support needed to manage daily activities and reduce the strain on family caregivers.
Our trained caregivers can assist with medication management, mobility support, personal care, meal preparation, and light housekeeping. We work closely with families to create a care plan that addresses the unique needs of the individual, ensuring that they receive the care they need to live as independently as possible. By providing ongoing chronic illness support at home, we help families maintain their loved one's well-being, comfort, and dignity.
Why Choose A & R PrimeCare?
Comprehensive Support: We offer a wide range of services, from benefit navigation to structured caregiving and chronic illness support, designed to meet the unique needs of your family.
Compassionate Caregivers: Our team is dedicated to providing empathetic, professional care that enhances the lives of seniors and individuals with chronic illnesses.
Personalized Plans: We understand that no two families are the same, which is why we create customized care plans that are tailored to the specific needs of each individual.
Local Expertise: As a locally owned business in Indianapolis, we have in-depth knowledge of the community and resources available to families throughout Indiana.2 -
DNA-Me Mobile Labs: Professional, Reliable, and Convenient DNA Testing Services in Atlanta
At DNA-Me Mobile Labs, we offer a wide range of DNA testing services, including court admissible DNA tests, certified DNA testing, paternity tests, and immigration DNA testing. Whether you're dealing with legal matters such as child support or need reliable results for immigration purposes, we’re here to help with fast, confidential, and professional services.
Located in Atlanta, GA, we provide mobile DNA testing that comes directly to you, eliminating the need to travel to a clinic. Our commitment to accuracy, confidentiality, and convenience makes us the go-to choice for DNA testing for child support, immigration DNA testing, and more. Let’s dive into how DNA-Me Mobile Labs can help you get the answers you need.
Court Admissible DNA Test
When it comes to legal matters, accuracy and reliability are essential. At DNA-Me Mobile Labs, we specialize in providing court admissible DNA tests that are crucial for legal cases such as child custody, child support, and inheritance disputes. Our team follows a strict chain of custody protocol to ensure the integrity of the samples, making sure that the results are legally valid and can be presented in court.
If you’re involved in a legal dispute and need DNA test results that will be accepted by the court, you can trust us to provide the highest level of professionalism and reliability. We understand the importance of these results and work diligently to ensure they meet all legal requirements.
Certified DNA Lab Near Me
Are you searching for a certified DNA lab near me? At DNA-Me Mobile Labs, we work with accredited laboratories to provide the most accurate and certified DNA testing services available. Whether you're looking for a paternity test, genetic health test, or any other type of DNA testing, we ensure that your results come from certified, reputable labs.
Our mobile DNA testing service means that we come to you, whether you're at home, at work, or at another location that’s convenient for you. We provide professional service and a seamless experience, ensuring that your results are reliable, accurate, and certified.
DNA Testing for Child Support
DNA testing for child support cases is an essential service provided by DNA-Me Mobile Labs. If you need a reliable and accurate paternity test to establish child support obligations, we offer affordable and efficient solutions that meet all legal requirements. Whether you’re a parent seeking clarity or a legal professional involved in a child support case, our team is here to help.
We specialize in court admissible paternity tests, which are necessary for child support hearings. With our mobile service, we’ll come to your location, collect samples, and ensure the process is as smooth and discreet as possible. Your results will be fast, confidential, and accepted in the courtroom.
Immigration DNA Testing in Atlanta
Immigration DNA testing is often required by U.S. immigration services to establish biological relationships for visa, green card, and other immigration petitions. If you need immigration DNA testing in Atlanta, DNA-Me Mobile Labs provides reliable and efficient mobile testing services that comply with USCIS requirements.
Our team understands the complexities of immigration applications and ensures that the DNA testing process is handled with the utmost care and professionalism. Whether you need to prove paternity, sibling relationships, or another familial connection, we are here to help guide you through the process. We bring the lab to you, making the procedure easy and convenient.
Paternity Test Near Me
Looking for a paternity test near me? DNA-Me Mobile Labs offers paternity testing services throughout Atlanta, GA, and the surrounding areas. Whether you need a private paternity test for personal peace of mind or a court-admissible paternity test for legal reasons, our mobile service ensures that you get fast, reliable, and confidential results.
Our mobile lab team will come directly to your location to collect DNA samples, making the process as easy and convenient as possible. We understand how important it is to get answers, which is why we provide quick turnaround times and accurate results.2 -
IS Technology: Your Trusted Partner for Small Business Support and IT Services
In the modern business landscape, technology plays a crucial role in driving efficiency and success. For small businesses, managing technology and staying ahead of IT challenges can be overwhelming. At IS Technology, we are here to provide expert small business support and IT services to help your business thrive. Located at 12 National Ave, Fletcher, NC 28732, we offer tailored solutions designed to meet the unique needs of small businesses, enabling you to focus on what matters most—growing your business.
Why Small Businesses Need IT Support
Small businesses often face unique challenges when it comes to technology. With limited resources, it’s crucial to make the most of your technology infrastructure while minimizing downtime and security risks. IS Technology specializes in providing small business support that empowers your company to run efficiently, securely, and seamlessly. Our IT services are designed to help you:
Reduce IT Costs
Outsourcing your IT services to a trusted provider like IS Technology can save your business significant costs compared to hiring a full-time, in-house IT team. With our flexible support packages, you only pay for the services you need, when you need them.
Stay Competitive
In today’s digital-first world, small businesses need to leverage the latest technology to remain competitive. Whether it's cloud computing, advanced cybersecurity, or efficient networking, we provide the tools and expertise you need to stay ahead of the curve.
Improve Efficiency
Technology should simplify your business operations, not complicate them. Our small business support services ensure that your IT services are optimized for maximum productivity, reducing downtime and streamlining your workflows.
Enhance Security
Cybersecurity is critical for small businesses that handle sensitive customer data and financial information. IS Technology offers robust security solutions that protect your business from potential threats, ensuring that your information is safe and your systems are secure.
Our IT Services: Tailored for Small Businesses
At IS Technology, we offer a wide range of IT services specifically designed to meet the needs of small businesses. Whether you’re looking for a comprehensive IT support package or specialized services, we have the expertise to provide solutions that fit your business requirements.
Managed IT Services
Our managed IT services are designed to provide proactive support, ensuring that your systems are running smoothly 24/7. From regular software updates to monitoring your network for potential issues, we handle everything so you can focus on growing your business.
Network Setup & Support
A strong, reliable network is essential for business success. We provide network setup and support to ensure that your business's technology infrastructure is seamless and scalable. Whether you need help setting up a new office network or optimizing your existing setup, we’ve got you covered.
Cloud Solutions
Cloud computing offers flexibility and cost savings that traditional IT infrastructure simply can’t match. We provide cloud solutions that allow you to store and access your data securely from anywhere. With our help, your small business can benefit from enhanced collaboration, seamless data sharing, and reliable disaster recovery.
Cybersecurity Services
Small businesses are often targets for cybercriminals due to their perceived vulnerabilities. At IS Technology, we provide advanced cybersecurity services to safeguard your business against cyber threats. Our services include firewalls, antivirus software, encryption, and security audits to protect your data and systems from potential breaches.
Tech Support & Troubleshooting
When technical issues arise, you need reliable tech support to minimize downtime. Our team is available to troubleshoot problems quickly and efficiently, ensuring your business is back on track in no time. Whether it’s hardware malfunctions or software issues, we’re here to help.
IT Consulting
As a small business, you might not always know which technology solutions are best for your needs. Our IT consulting services provide expert guidance to help you make informed decisions about your technology investments. Whether you need advice on upgrading your infrastructure or choosing the right software for your business, we offer tailored recommendations that align with your goals.
Why Choose IS Technology for Small Business Support?
Tailored Solutions for Your Business
At IS Technology, we understand that every small business is different. That’s why we provide small business support that is customized to meet the specific needs of your business. We take the time to understand your goals and challenges, and we design IT services that align with your objectives5 -
Top Bitcoin/Cryptocurrency Recovery Service: iBOLT CYBER HACKER Service
iBOLT CYBER HACKER has successfully assisted individuals and businesses in recovering lost Bitcoin and other cryptocurrencies from scams, phishing attacks, and fraudulent platforms. Their team utilizes cutting-edge blockchain tracing tools and cybersecurity techniques to track transactions and recover funds efficiently. Unlike many unreliable recovery services, iBOLT CYBER HACKER operates with integrity, ensuring compliance with legal frameworks and strict confidentiality.
With 24/7 support, their team provides timely assistance, ensuring that victims of crypto fraud receive prompt help in tracing and reclaiming their assets. Whether it’s lost private keys, hacked wallets, or fraudulent withdrawals, iBOLT CYBER HACKER offers tailored recovery solutions based on each client's needs.
ENQUIRING:
Contact: +39, 351..105, 3619
Mail: Support @ibolt cybarhack. com
Homepage: http s:// ibolt cybarhack. com
6 -
When working with Volcano Marketing, you get access to a highly knowledgeable team of forward thinking lead generation experts and all round honest people that thrive on seeing our clients ongoing success.Enjoy dedicated guidance and support throughout your digital success. We are the best digital marketing Sydney has to offer.
-
Does anyone know how to publish MS Teams app to the app source so that anyone can install it? MS Teams docs are shit and can't figure out the procedure for the submission. It's been 2 days since I reached out to their support team and no response yet.
-
Aspire Physiotherapy Bunbury: Expert Care for Lower Back Muscles, Piriformis Stretch, and Back Support
At Aspire Physiotherapy Bunbury, we are dedicated to helping you recover from injuries, manage pain, and improve your overall mobility. Whether you're dealing with lower back muscle strain, need advice on the right back support, or seeking relief from piriformis tightness, our team of experienced physiotherapists is here to guide you toward better health. Located at 133 Spencer St, South Bunbury WA 6230, we offer personalized physiotherapy services to address a wide range of musculoskeletal concerns, ensuring that you can return to an active, pain-free lifestyle.
Lower Back Muscles: Strengthening and Stabilizing for Better Health
Your lower back muscles play a crucial role in supporting your spine, stabilizing your posture, and allowing for movement. Weak or strained lower back muscles can lead to discomfort, reduced mobility, and an increased risk of injury. At Aspire Physiotherapy Bunbury, we specialize in assessing and treating conditions related to lower back muscle pain, stiffness, and weakness.
Our physiotherapists will work with you to develop a personalized treatment plan focused on strengthening and stabilizing the muscles of the lower back. We offer a variety of exercises designed to engage and strengthen key muscle groups such as the abdominals, glutes, and lower back muscles. By improving the strength and endurance of these muscles, we help you reduce pain, improve posture, and prevent future back problems.
Piriformis Stretch: Relieving Tightness and Discomfort
The piriformis muscle is located deep in the buttock region and plays an important role in stabilizing the hip joint. However, when the piriformis muscle becomes tight or inflamed, it can lead to discomfort, pain, and even sciatica-like symptoms. This is commonly known as piriformis syndrome, which can cause pain in the buttocks, hips, or down the leg.
At Aspire Physiotherapy Bunbury, we provide specialized piriformis stretches to help alleviate tightness, relieve pain, and improve flexibility in the hip area. Our physiotherapists will guide you through safe and effective stretching techniques that target the piriformis muscle and surrounding areas. By incorporating piriformis stretches into your routine, you can reduce discomfort, improve mobility, and prevent future flare-ups.
Back Support: Choosing the Right Tools for Recovery
Back support plays a crucial role in relieving pain and preventing further injury, especially when recovering from a back strain or managing a chronic condition. Whether you're dealing with lower back pain, sciatica, or simply need extra support during physical activities, Aspire Physiotherapy Bunbury can help you find the best back support options for your needs.
Our physiotherapists assess your condition and recommend the most appropriate back support devices, such as braces or ergonomic supports, that can help you maintain proper posture, reduce strain on the spine, and improve overall comfort. Additionally, we provide guidance on the proper use of these supports and how to incorporate them into your daily routine for maximum benefit. Back support is an essential part of your recovery journey, and we are here to ensure you make the right choice for your needs.
Bunbury Careers: Join Our Team of Experts
At Aspire Physiotherapy Bunbury, we are always looking for passionate, dedicated professionals to join our team. As a growing clinic committed to providing high-quality care, we offer opportunities for individuals who are eager to make a difference in the lives of our patients. If you're interested in pursuing a career in physiotherapy or other healthcare roles in Bunbury, we encourage you to explore career opportunities with us.
By joining our team, you’ll have the opportunity to work alongside experienced physiotherapists and healthcare professionals in a supportive, collaborative environment. Whether you're just starting your career or looking to expand your expertise, Aspire Physiotherapy Bunbury offers a range of opportunities for growth and development.
Why Choose Aspire Physiotherapy Bunbury?
Expert Physiotherapists: Our team is highly experienced in treating a wide range of musculoskeletal issues, including lower back muscle pain, piriformis syndrome, and more.
Personalized Treatment Plans: We take the time to assess your condition and develop individualized treatment plans that address your specific needs and goals.
Comprehensive Services: In addition to back support and piriformis stretches, we offer a variety of physiotherapy services to help you recover and maintain a healthy lifestyle.
Convenient Location: Located at 133 Spencer St, South Bunbury WA 6230, we are easily accessible to residents of Bunbury and surrounding areas.2 -
RECOVER YOUR LOST DIGITAL ASSET - With- ZENITH HACKER INTELLIGENT
In today’s fast-moving digital age, losing access to digital assets hether it's a crypto wallet, encrypted files, or forgotten passwords can be overwhelming. Thankfully, Zenith Hacker Intelligent offers expert solutions to recover what seems lost. Specializing in advanced digital recovery, their skilled team uses cutting-edge algorithms and deep cybersecurity knowledge to restore access to your assets. Whether for individuals or businesses, they provide personalized support tailored to each case. From tracing lost cryptocurrency to resolving ransomware lockouts, Zenith Hacker Intelligent delivers efficient and secure recovery. Their proven methods and expert team ensure your digital life is back on track quickly and safely.
Web; ww w. zenithhackersintels. com
Email; zenithintel@consultant. com
Contact; +44 7552 4860272 -
Reliable Removals Service in Harrow
When it comes to moving your home or office, the process can often be overwhelming. That’s why you need a trusted removals service to make your move as seamless and stress-free as possible. we specialize in removals across Harrow and the surrounding areas, offering a range of services to meet your moving needs. Whether you're relocating locally or across the region, our team is here to support you every step of the way.4 -
Focus Family Care: Comprehensive Respite, Geriatric, and Brain Injury Home Care Services in West Palm Beach
Located at 515 N Flagler Dr. Suite #350, West Palm Beach, FL 33401, Focus Family Care provides compassionate respite home care, specialized geriatric home care, expert acquired & traumatic brain injury care home care, and reliable support services home care. We also offer personalized family managed home care to ensure your loved ones receive the best possible care tailored to their unique needs.
As a trusted home care provider in West Palm Beach, our experienced team understands the diverse challenges faced by seniors, individuals recovering from brain injuries, and families managing complex care. Our mission is to deliver professional and empathetic care that promotes independence, comfort, and peace of mind.
Why Choose Focus Family Care?
Respite Home Care: Providing essential relief for family caregivers, our respite services offer temporary professional care, ensuring your loved ones are in safe and caring hands.
Geriatric Home Care: Specialized care designed to support seniors with daily living activities, medication management, mobility assistance, and companionship to enhance quality of life.
Acquired & Traumatic Brain Injury Care Home Care: Skilled care tailored to the unique recovery needs of individuals with brain injuries, focusing on rehabilitation, safety, and ongoing support at home.
Support Services Home Care: Comprehensive assistance including personal care, therapy coordination, and emotional support to meet physical and psychological needs.
Family Managed Home Care: We collaborate closely with families to develop customized care plans that respect individual preferences and promote active participation in care decisions.
Compassionate and Personalized Care: Every client benefits from individualized attention delivered with empathy, respect, and professionalism.
Convenient Location and Contact: Contact our West Palm Beach office to discuss how we can support your family’s home care needs.
Contact Us
For trusted respite home care, expert geriatric home care, specialized acquired & traumatic brain injury care home care, reliable support services home care, and personalized family managed home care, contact Focus Family Care today at:
515 N Flagler Dr. Suite #350, West Palm Beach, FL 33401
Phone: +1 (561) 693-1311
Choose Focus Family Care — where professional care and compassionate support come together to enrich lives at home.2 -
First Priority Care: Trusted SIL Provider and NDIS SIL Services in Brisbane
At First Priority Care, we are dedicated to providing top-tier care and accommodation solutions for individuals with disabilities across Brisbane. As a Registered NDIS Provider, we specialize in SIL (Supported Independent Living) services that promote independence, dignity, and quality of life. Whether you're searching for a SIL Provider Near Me and Brisbane or NDIS SIL Near Me and Brisbane, our team is here to provide personalized, high-quality support to help individuals achieve their goals in a safe and supportive environment.
Located at 7 Main Ave, Coorparoo QLD 4151, we are proud to serve Brisbane and surrounding areas, ensuring that individuals with disabilities receive the care and services they need in a comfortable and supportive setting.
SIL Provider Near Me and Brisbane: Your Partner in Independent Living
When searching for a SIL Provider Near Me and Brisbane, it’s important to choose a provider that understands your unique needs and is committed to offering personalized care. At First Priority Care, we specialize in SIL solutions that provide individuals with the support they need while encouraging independence.
As a trusted SIL Provider Near Me and Brisbane, we offer a wide range of services designed to cater to the specific needs of people living with disabilities, such as:
Personalized Care Plans: We work with each individual and their family to create tailored care plans that focus on personal goals, preferences, and care requirements.
24/7 Support: Our SIL homes are staffed around the clock, ensuring that residents have access to the support they need, whenever they need it.
Community Participation: We believe that independent living should also include active participation in the community. Our support team helps individuals engage in local activities, social events, and appointments, reducing isolation and promoting social inclusion.
Safe and Comfortable Living: Our SIL accommodations are designed to provide individuals with a safe, secure, and comfortable environment to live in, with all the necessary facilities and assistance.
Health and Well-being: We provide ongoing health monitoring and medication management to ensure that each individual’s physical and emotional needs are met.
As a SIL Provider Near Me and Brisbane, First Priority Care is committed to empowering individuals to live as independently as possible, with the support they need to thrive.
NDIS SIL Near Me and Brisbane: Tailored Support for NDIS Participants
If you're an NDIS participant looking for NDIS SIL Near Me and Brisbane, First Priority Care is here to help. Our NDIS SIL services are designed to assist people with disabilities in living independently, with the right level of support, as outlined in their NDIS plan.
Our NDIS SIL Near Me and Brisbane services include:
Individualized Support: We tailor our SIL services to meet the specific needs and goals of NDIS participants, ensuring that they receive the exact care and support required for independent living.
Accommodation and Support: Our NDIS SIL accommodation services are ideal for individuals who need assistance with daily activities while maintaining independence. We provide both group and individual accommodation options with varying levels of support.
Skilled and Compassionate Staff: Our team of trained professionals is dedicated to providing exceptional care. From 24/7 support to helping with day-to-day activities, our staff is committed to enhancing the well-being of each individual.
Flexibility and Choice: We believe that individuals should have choices when it comes to their care. Our NDIS SIL services offer flexibility, ensuring that participants can live in an environment that aligns with their needs and preferences.
Support for All Areas of Life: From personal care to household support, social participation, and healthcare assistance, our NDIS SIL Near Me and Brisbane services cover all aspects of daily living. We focus on empowering individuals to take control of their lives while providing the necessary support to ensure their safety and well-being.
By choosing First Priority Care as your NDIS SIL Provider Near Me and Brisbane, you gain a dedicated partner committed to helping you or your loved one live independently with the right support and accommodation in place.
Why Choose First Priority Care?
Registered NDIS Provider: As a Registered NDIS Provider, we adhere to the highest standards of care and ensure that our services are fully aligned with NDIS guidelines.
Experienced and Compassionate Team: Our team is comprised of skilled professionals who are passionate about supporting people with disabilities. Whether it's SIL services or NDIS SIL care, we go above and beyond to meet the needs of those we serve.1 -
CODER CYBER SERVICES - CRYPTOCURRENCY VICTIMS RECOVERY RESCUE TEAM
Coder Cyber Services, which specialize in combating cybercrime and assisting victims of fraud. If you’ve experienced a similar scam, I highly recommend reaching out to Coder Cyber Services. Their dedicated and skilled team is adept at recovering lost funds, as my experience clearly illustrates.While crypto scams may be rampant, the timely intervention of Coder Cyber Services empowers victims to reclaim what was taken from them. Thanks to their efforts, I not only recovered my financial loss but also regained my faith in the possibility of justice within the decentralized digital landscape. For more information you can reach the company through their email support @ codercyberservice s. com2 -
HOW TO RECOVER YOUR STOLEN CRYPTOCURRENCY WITH THE HELP OF A CERTIFIED CRYPTO RECOVERY EXPERT WIZARD GEORGE CYBER SERVICE.
Be cautious about losing money on bad bitcoin investments, and if you have, there is significant support. A group of highly intelligent individuals makes up the WIZARD GEORGE CYBER SERVICE service team. They will help you get back every bitcoin you've misplaced or that have been stolen from you online. You may be wondering if this is even possible, but all you need to do is provide the recovery team with the necessary data in order for the process to start. For a chance to recover your lost BTC, get in touch with them on Gmail: WIZARDGEORGECYBERSERVICE (at) gmail com1 -
Welcome to Alrawnaq Motors, your trusted partner in the world of automobiles. With 15 years of experience, we offer a wide range of vehicles and services, from purchases to exports, while delivering excellence Quality, and customer satisfaction. Want to export your car safely? Then you’re in the right place. We prioritize your peace of mind. We use reliable insurance and secure handling for every vehicle. Our team is here to offer you quality service, expert advice, and personalized support to meet all your needs.1
-
How to trace lost money || How do I get my money back from a crypto scammer?
The impact that investment fraud has on its victims is something that the recovery team at OPTIMISTIC HACKER GAIUS is aware of. Since they risk losing all of their life savings or making ill-advised investments, it can be challenging to know where to start. Please contact OPTIMISTIC HACKER GAIUS for a free consultation on scam protection in light of this.
Website:.... w w w. optimistichackergaius . com
email:..... support@optimistichackergaius . com1 -
CAN STOLEN BITCOIN BE RECOVERED? GET IN TOUCH WITH iCode CYBER TECH
My name is Cynthia, and I’m from Australia. I want to express my sincere gratitude to iCODE CYBER TECH for helping me recover my Bitcoin on January 31st, 2025. After facing difficulties accessing my wallet, their expert team provided the support and guidance I needed. Thanks to their professionalism and dedication, I was able to successfully recover my BTC wallet. I highly recommend iCODE CYBER TECH to anyone in a similar situation
WhatsApp..(+.4.4.7.5.6.3.7.4.3.2.5.8.)1 -
Posted here because people need to know they can recover their lost money invested in Crypto or mistakenly sent to a wrong wallet id. I have fallen victim to fraudulent investment brokers in the past and I totally understand what it means to lose all of your money. I suffered for so long after losing a sum of $250,000 to fake brokers. Until I got to know of the Recovery support services offered by some firms and how support service teams like Hackrecovery AT Yandex DOT ru, were successfully recovering stolen funds. I never thought I would get help. I sent them an email and reported my experience to the team and was really fortunate to get all of the money recovered. They can definitely help you with all crypto loss and password cases, technology has indeed gone far.
-
Recover Your Scammed Bitcoin with iBolt Cyber Hacker
Few months ago, I found myself in a nightmare. I had invested a substantial amount of Bitcoin in what I believed to be a legitimate trading platform, only to discover it was a sophisticated scam. All my attempts to contact their support team were met with silence. I searched for solutions online, and I stumbled upon iBolt Cyber Hacker. their positive reviews and their clear process convinced me to give it a try. They walked me through their recovery process, assuring me that they had helped others in similar situations. within just a few hours, they were able to recover a significant portion of my lost Bitcoin. The feeling of relief and gratitude I experienced was indescribable.
Their expertise in cryptocurrency recovery and their commitment to helping victims of scams are truly commendable. I wholeheartedly recommend reaching out to iBolt Cyber Hacker.
– A Grateful Client
+39, 351..105, 3619
Support @ibolt cybarhack. com
http s:// ibolt cybarhack. com
1 -
Unlock Expert Cryptocurrency Recovery with Saclux Comptech Specialist
Recover Your Lost or Stolen Cryptocurrency Today!
At Saclux Comptech Specialist, we understand the importance of securing your digital assets. Our team of expert cryptocurrency recovery specialists has years of experience in helping individuals and businesses recover their lost or stolen cryptocurrencies.
Our Recovery Process
1. Initial Assessment: Our experts will assess your situation and determine the best course of action for recovery.
2. Blockchain Analysis: We use advanced blockchain analysis tools to track down your lost or stolen cryptocurrency.
3. Recovery Strategy: Our team will develop a customized recovery strategy tailored to your specific needs.
4. Recovery Execution: We will execute the recovery strategy and work tirelessly to recover your lost or stolen cryptocurrency.
Why Choose a Saclux Comptech Specialist?
- Expertise: Our team has years of experience in cryptocurrency recovery.
- Success Rate: We have a high success rate in recovering lost or stolen cryptocurrencies.
- Confidentiality: We prioritize confidentiality and ensure that all client information remains secure.
- Customer Support: Our team is available 24/7 to provide support and updates throughout the recovery process.
Don't Lose Hope!
If you've lost or had your cryptocurrency stolen, don't lose hope. Contact Saclux Comptech Specialist today to learn more about our cryptocurrency recovery processes and how we can help you recover your digital assets.1 -
Nurturing Supports: Empowering Lives with Compassionate Support Services in Perth
At Nurturing Supports, we are dedicated to providing high-quality care and life-changing support to individuals in Perth, Western Australia. Our team of compassionate professionals offers a range of services, including life skills development, mental health support, and dedicated support workers. We are here to help individuals lead a more independent, fulfilling, and supported life, all within the comfort of their own homes or communities.
Life Skills Development Near Me: Empowering Independence
One of the cornerstones of our services at Nurturing Supports is life skills development. We understand that everyone has unique needs, which is why our tailored programs focus on teaching essential skills that allow individuals to gain confidence and independence. Whether it’s managing daily routines, learning budgeting and time management, or building communication skills, our team is here to guide you every step of the way.
If you’re searching for "life skills development near me" in Perth, look no further. Nurturing Supports provides personalized and structured programs designed to meet individual goals, ensuring every person we work with achieves the self-sufficiency they desire.
Mental Health Support Near Me: Caring for Your Well-being
Mental health is just as important as physical health, and at Nurturing Supports, we believe in offering holistic care that supports mental well-being. If you or a loved one is struggling with mental health challenges, our trained support staff are here to provide compassionate assistance. We offer counseling, coping strategies, and day-to-day support for individuals dealing with a variety of mental health conditions.
If you’re looking for "mental health support near me," our Perth-based team is ready to help. We provide a safe, non-judgmental space for individuals to express their concerns, receive guidance, and take steps toward emotional healing. Whether you're dealing with anxiety, depression, or any other mental health challenge, we offer personalized care to help individuals manage their conditions effectively.
Support Workers Near Me: Dedicated Help When You Need It
Sometimes, everyone needs a little extra help. Nurturing Supports understands that every individual has unique requirements, which is why we offer experienced support workers who are dedicated to providing assistance with daily living tasks. Whether it's assistance with personal care, household chores, or community participation, our support workers are committed to ensuring you or your loved one’s needs are met with dignity and respect.
If you’re in need of reliable and compassionate "support workers near me" in Perth, Nurturing Supports can help. Our team provides practical, hands-on support to empower individuals to maintain their independence, stay connected with their community, and live their best lives.
Why Choose Nurturing Supports?
Experienced & Compassionate Team: Our staff are highly trained and dedicated to providing the best care.
Tailored Services: We create individual care plans designed to meet the specific needs of each person.
Holistic Approach: We focus on the emotional, mental, and practical aspects of care to promote well-being.
Local Expertise: As a Perth-based company, we understand the unique needs of our local community.
Get in Touch Today
If you’re in need of life skills development, mental health support, or a dedicated support worker in Perth, Nurturing Supports is here to help. Reach out to us today at +61403100824 to learn more about our services or to schedule a consultation.
Let us help you or your loved ones achieve the support and independence you deserve.
Contact Information:
Business Name: Nurturing Supports
Address: Perth, Western Australia
Phone Number: +614031008245 -
HOW TO GET BITCOIN BACK FROM SCAMMER // CONSULT LOST RECOVERY MASTERS
The Lost Recovery Masters is a team of experienced Crypto Experts currently collecting funds back to all scam victims. Anyone that has fallen prey to these fake online imposters and bogus investments Schemes contact Lost Recovery Masters and explain your situation; They will assist you in all crypto scam retrieval funds, bitcoin wallets reclaiming, investment scam, mobile mass surveillance, and cyber – attacks.
E-Mail ( Support @ lostrecoverymasters. com )
Whatsapp +44(7537)-105921)
Visit website: https:/ /l ostrecoverymasters. com/ -
How To Hire The Best Crypto Recovery Expert Lost Recovery Masters
Lost Recovery Masters performed an excellent operation to free my funds that had been deceitfully obtained through scams from dishonest crooks. Their prompt action and unflinching support of my case have given those priceless funds which had looked gone forever a second chance…I sincerely appreciate all of the members of the Lost Recovery Masters team for their professionalism, hard work, and perseverance during this process.
You can get in touch with them through their website Lostrecoverymasters . com -
I thought I had lost everything after being scammed, but then I found Aptrecoup. Their team gave me hope when I felt hopeless. They patiently explained my options and worked tirelessly to help me recover what I lost. The emotional support they offered made all the difference. If you've been through a similar experience, I highly recommend reaching out to s u p p o r t @ a p t r e c o u p .c o m. They genuinely care and will stand by you throughout the process.1
-
I lost about $585,000.00 USD to a fake cryptocurrency trading platform a few weeks back after I got lured into the trading platform with the intent of earning a 15% profit daily trading on the platform. It was a hell of a time for me as I could hardly pay my bills and got me ruined financially. I had to confide in a close friend of mine who then introduced me to this crypto recovery team with the best recovery CYBERPOINT Recovery i contacted them and they were able to completely recover my stolen digital assets with ease. Their service was superb, and my problems were solved in swift action, It only took them 48 hours to investigate and track down those scammers and my funds were returned to me. I strongly recommend this team to anyone going through a similar situation with their investment or fund theft to look up this team for the best appropriate solution to avoid losing huge funds to these scammers. Send complaint to E m a il: (Support @ cyberpointrecovery . c o m)
1 -
I am Serinda, a resident of West Virginia, and I am sharing my experience of being defrauded by a cryptocurrency Ponzi scheme. A few months ago, I encountered a crypto exchange website that deceptively mimicked a legitimate crypto exchange, and their support team proved exceptionally unhelpful. Unbeknownst to me, I was ensnared in a cycle of incessant fee demands, purportedly required to access the funds they instructed me to deposit. They had fabricated a fraudulent exchange platform designed to lure individuals into depositing their crypto tokens with the promise of significant returns. Regrettably, I was oblivious to the deception. My realization dawned when the exchange website rejected my withdrawal requests. In desperation, I contacted DUNE NECTAR WEB EXPERT. They not only facilitated the recovery of my crypto funds but also educated me about the mechanics of the scam. While the experience was devastating, I am profoundly grateful for their assistance in retrieving my crypto tokens from that fraudulent exchange website and its team. I strongly urge everyone to exercise extreme caution and conduct comprehensive due diligence before investing or transferring cryptocurrencies to any website or team. DUNE NECTAR WEB EXPERT can be contacted via: - Email ( Support @Dunenectarwebexpert . Com ), Telegram ( Dunenectarwebexpert ), Mobile Number ( +1- 617-283-4687 ).
1 -
I sent my crypto from binance on the BEP20 network to wrong wallet id, so I have to search to see if I can find the address and recover my funds but I couldn't, until I contacted support on: BACKENDRECOVER [at] RESCUETEAM [d-o-t] C OM. With their team of tech hands, guidance and advice I was able to recover my funds.7
-
Due to budget cuts all the contractors in my team where let go by the end of last year. My two remaining colleagues can't read a stack trace right and take a week to try that maybe the repo that isn't building correct should be cloned again. I'dont consider myself a great developer by any stretch. I'm pretty willing to support anyone. Those two incidents left me speechless. I'm so tired sometimes.
-
"A Life-Changing Experience with Aptrecoup"
I never thought I’d be in a position where I’d need to reach out for help after falling victim to an online scam, but here I am, deeply grateful to the incredible team at Aptrecoup. Like many, I didn’t realize the extent of the scam until it was too late, and I felt completely lost and helpless. That’s when I found Aptrecoup c 0 m, a company founded by people who’ve been through similar experiences. From the moment I reached out to them, I felt understood. The team treated me with such compassion, and their expert guidance helped me navigate the process of getting back on my feet. What really stood out to me was the support system they’ve built. Not only did they help me understand my rights, but they also offered resources to aid in recovering my losses. It wasn’t just about the financial help—it was the emotional support that made all the difference. Aptrecoup truly cares about its clients and is dedicated to ensuring that no one else feels as helpless as I did. If you've been scammed, don't hesitate to contact Aptrecoup. They’re a lifeline for victims, and their team is genuinely invested in helping you recover and rebuild your life. I’ll forever be thankful to them for the hope they restored when I thought all was lost.1 -
TruCare Health Services: Reliable and Compassionate Home Healthcare Solutions in Battleboro, Pinetops, Middlesex, and Sharpsburg
At TruCare Health Services, we are committed to providing high-quality, affordable healthcare services to individuals and families throughout Battleboro, Pinetops, Middlesex, and Sharpsburg. Whether you're in need of medical home visits, health consultations, or skilled nursing care, our dedicated team of professionals is here to support you with compassionate care that meets your unique healthcare needs. Our office is located at 107 SE Main St Ste 311, Rocky Mount, NC 27801, and we are proud to serve communities in and around our region.2 -
Hey guys,
Would you like to join the production support team in early stage of your career ?
Let me know your thoughts.. anyways I don't have a choice to say no.9 -
Review of Crypt0 Pandemic Hunter's Expertise in Digital Asset Recovery
As someone who fell victim to a crypt0 scam, I was devastated when I lost 486,400 USDT. The scammers used advanced techniques that left me feeling hopeless and unsure where to turn, believing my money was gone. That's when I discovered Crypt0 Pandemic Hunter, a team of experts dedicated to recovering stolen digital assets and navigating the complex world of blockchain forensics.
From the moment I reached out, their professionalism was evident. The team at Crypt0 Pandemic Hunter conducted a thorough investigation, utilizing their deep knowledge of blockchain networks, smart contracts, and scam tactics. They explained every step of the process clearly, which helped ease my anxiety during that stressful time.
The team was able track the funds being swapped from one network to another and the various mixtures involved. Finally the team infiltrated the scammers accounts in an offramp platform gaining access to my stolen funds. They uncovered hidden transaction trails and recovered my assets faster than I ever thought possible.
I'm truly thankful for their unwavering support and dedication to resolve my situation. Not only did they recover my assets, but they also provided valuable advice on securing my assets moving forward. If you're in a similar situation, I sincerely recommend Crypt0 Pandemic Hunter. Their skills and commitment make reliable in the often tricky world of digital finance.2 -
I have the idea that being an investment scam victim can really be depressing. You will be offered empty promises and they usually stop replying after achieving their aim, which hurts even more. I have been there too as I was too pushy and wanted financial security which made me invest a very huge sum of my life savings. With the intention I would be getting back my expected profit but it was not forthcoming despite how hard I tried. I had already lost hope until I contacted a team which was just a leap of faith as I wasn't going to go down without a fight. This recovery support team helped me get a significant amount of my money back. Do not fret about, make a move too, send a mail to them Hackrecovery At Yandex Dot Ru.


