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 - "it seemed so easy"
-
I tutor people who want to program, I don't ask anything for it, money wise, if they use my house as a learning space I may ask them to bring cookies or a pizza or something but on the whole I do it to help others learn who want to.
Now this in of itself is perfectly fine, I don't get financially screwed over or anything, but...
Fuck me if some students are horrendous!
To the best of my knowledge I've agreed to work with and help seven individuals, four female three male.
One male student never once began the study work and just repeatedly offered excuses and wanted to talk to me about how he'd screwed his life up. I mean that's unfortunate, but I'm not a people person, I don't really feel emotionally engaged with a relative stranger who quite openly admits they got addicted to porn and wasted two years furiously masturbating. Which is WAY more than I needed to know and made me more than a little uncomfortable. Ultimately lack of actually even starting the basic exercises I blocked him and stopped wasting my time.
The second dude I spoke to for exactly 48 hours before he wanted to smash my face in. Now, he was Indian (the geographical India not native American) and this is important, because he was a friend of a friend and I agreed to tutor however he was more interested in telling me how the Brits owed India reparations, which, being Scottish, I felt if anyone was owed reparations first, it's us, which he didn't take kindly too (something about the phrase "we've been fucked, longer and harder than you ever were and we don't demand reparations" didn't endear me any).
But again likewise, he wanted to talk about politics and proving he was a someone "I've been threatened in very real world ways, by some really bad people" didn't impress me, and I demonstrated my disinterest with "and I was set on fire once cos the college kids didn't like me".
He wouldn't practice, was constantly interested in bigging himself up, he was aggressive, confrontational and condescending, so I told him he was a dick, I wasn't interested in helping him and he can help himself. Last I heard he wasn't in the country anymore.
The third guy... Absolute waste of time... We were in the same computer science college class, I went to university and did more, he dossed around and a few years later went into design and found he wanted to program and got in touch. He completes the code schools courses and understandably doesn't quite know what to do next, so he asks a few questions and declares he wants to learn full stack web development. Quickly. I say it isn't easy especially if it's your first real project but if one is determined, it isn't impossible.
This guy was 30 and wanted to retire at 35 and so time was of the essence. I'm up for the challenge, and so because he only knows JavaScript (including prototypes, callbacks and events) I tell him about nodejs and explain that it's a little more tricky but it does mean he can learn all the basis without learning another language.
About six months of sporadic development where I send him exercises and quizzes to try, more often than not he'd answer with "I don't know" after me repeatedly saying "if you don't know, type the program out and study what it does then try to see why!".
The excuses became predicable, couldn't study, playing soccer, couldn't study watching bake off, couldn't study, couldn't study.
Eventually he buys a book on the mean stack and I agree to go through it chapter by chapter with him, and on one particular chapter where I'm trying to help him, he keeps interrupting with "so could I apply for this job?" "What about this job?" And it's getting frustrating cos I'm trying to hold my code and his in my head and come up with a real world analogy to explain a concept and he finally interrupts with "would your company take me on?"
I'm done.
"Do you want the honest unabridged truth?"
"Yes, I'd really like to know what I need to do!"
"You are learning JavaScript, and trying to also learn computer science techniques and terms all at the same time. Frankly, to the industry, you know nothing. A C developer with a PHD was interviewed and upon leaving the office was made a laughing stock of because he seemed to not know the difference between pass by value and pass by reference. You'd be laughed right out the building because as of right now, you know nothing. You don't. Now how you respond to this critique is your choice, you can either admit what I'm saying is true and put some fucking effort into studying cos I'm putting more effort into teaching than you are studying, or you can take what I'm saying as a full on attack, give up and think of me as the bad guy. Your choice, if you are ready to really study, you can text me in the morning for now I'm going to bed."
The next day I got a text "I was thinking about what you said and... I think I'm not going to bother with this full stack stuff it's just too hard, thought you should know."23 -
Probably the biggest one in my life.
TL:DR at the bottom
A client wanted to create an online retirement calculator, sounds easy enough , i said sure.
Few days later i get an email with an excel file saying the online version has to work exactly like this and they're on a tight deadline
Having a little experience with excel, i thought eh, what could possibly go wrong, if anything i can take off the calculations from the excel file
I WAS WRONG !!!
17 Sheets, Linking each other, Passing data to each sheet to make the calculation
( Sure they had lot of stuff to calculate, like age, gender, financial group etc etc )
First thing i said to my self was, WHAT THE FREAKING FUCK IS THIS ?, WHAT YEAR IS THIS ?
After messing with it for couple of hours just to get one calculation out of it, i gave up
Thought about making a mysql database with the cell data and making the calculations, but NOOOO.
Whoever made it decided to put each cell a excel calculation ( so even if i manage to get it into a database and recode all the calculations it would be wayyy pass the deadline )
Then i had an epiphany
"What if i could just parse the excel file and get the data ?"
Did a bit of research sure enough there's a php project
( But i think it was outdated and takes about 15-25 seconds to parse, and makes a copy of the original file )
But this seemed like the best option at the time.
So downloaded the library, finished the whole thing, wrote a cron job to delete temporary files, and added a loading spinner for that delay, so people know something is happening
( and had few days to spare )
Sent the demo link to client, they were very happy with it, cause it worked same as their cute little excel file and gave the same result,
It's been live on their website for almost a year now, lot of submissions, no complains
I was feeling bit guilty just after finishing it, cause i could've done better, but not anymore
Sorry for making it so long, to understand the whole thing, you need to know the full story
TL:DR - Replicated the functionality of a 17 sheet excel calculator in php hack-ishly.8 -
TLDR: I wrote one of my firsts codes to help my father. Was really excited after it worked, nobody cared. F*ck them (not really).
So my father comes and says he needs me to help making a simple presentation. Just a title and slides with images. It seemed to be an easy task so I'm like "sure, why not?". So I told him to email the images and I would have the presentation made in no time. The next day I recieve like 30 mails containing from 4 to 10 photos of boats (yes, boats). I stay chill and have the brilliant idea of automating the process with python, just to learn a bit more.
I took some to read the documentation of the modules I was going to use, then write a simple code and bam! In 3 hours I have a presentation with images in it. I open it, every image was 4 times the actual slide and all of the images were randomly rotated, it still was the most rewarding moment I've had in months :') I wanted to show it off to my brothers, so they came to my desktop, saw it and all I recieve was a "cool". Not a good "cool", a "meh" kind of "cool". So I thought it was because of the size bug.
Fastfoward some hours, now every image gets scaled into the slides prefectly, in the correct angle, etc. I tell my dad what I made and he says "yeah sure, the problem is that I need you to give them to have subtitles". He wasn't even impressed. My heart hurt a bit.
I could totally automate the subtitles too (and did it), but what hurt the most is that nobody cared for what I was so pationate about. I'm so fascinated with coding that it replaced all my gaming habits, and now all I do is learn. I want to dedicate a good portion of my life to this but at that moment it seemed nobody in my family cared about it. So this rant is for all those f*ckers that I love but don't know how much my code means to me.19 -
I'm a week into my new job right now. What do I love the most about it?
Learning things all day long and getting paid for it!
I'm learning about hosting things, DNS, cyber security, configurations, Linux (although my current skill set with Linux has been enough for now) and so on!
Hell, easy day today (not that many tickets) so decided to start learning Ansible! Next to that I've gotta learn vim (it just autocorrected that to cum.... O.o), work with hosting panels, mail stuffs (dns, debugging etc etc) and so fucking on.
The boss hasn't been at location yet which will happen tomorrow but he seemed like a very chill guy.
I love this!21 -
Rant && story time
When I was in first grade of high school (age of 15) we had a class of informatics. Nothing unusuall, you say, but this teacher was ummm ... Let's just say special. Most of his classes looked like this:
TEACHER: Ok, class, today we are going to learn/work with <insert a name of a software here>. # And then he sat behind his desk, falling silent for the rest of the lesson. We had to look up the software ourselves, and learn to use it. Or not.
Next lesson, he just said:
TEACHER: Continue your work from the last time.
And on the third lesson of each cycle, there was grading in place. He walked through the class and if he saw you working with the software, you got a 5 (that is A for our western friends), but if you were doing something completely different, you got a 1 (that is F). That just ment that you had to open the program and wave the mouse around while he was looking at your screen, and you got a guaranteed 5.
And then the cycle repeated.
However, this is not the story about the teacher in general, it's a story about one specific event involving him.
Around the beginning of the year (calendar one, not school one; that is middle of the school year) a programming competition took place.
The first stage (school competition), was easy; I got 45 points out of 50 (I was second-best on the whole school, of all years (students from 15 to 20 years of age).
A few weeks later, second stage (national competition) took place. However, when I got to the registration dosk, things got weird.
I patiently waited in line, but when I got to the front, the assistant asked me for year and school.
ME: I come from SCHOOL_NAME and go to first year.
ASSISTANT1: All students who go to SCHOOL_NAME need to go to that separate line.
It seemed strange, but I walked over anyhow. Maybe there was enough students from our school so that new line opened for us.
ME: I go to first year. # I assumed I don't have to tell the name as the line was only for our school.
ASSISTANT2: Ok, but you need to go to that row. *points to the row wherexI just came from* # WTF is going on now?
ME: Ummm, I just came from there, and they told me to come here.
ASSISTANH2: Oh, you go to SCHOOL_NAME?
ME: Yeah
ASSISTANT2: Ok then. What is your name? # Thank Knuth, one mistery less
ME: My name is SELF.NAME
After a short search through the envelopes:
ASSISTANT2: Here you go # Both the fact that my name was completely misspeled and the procedure it took us to finally get to the correct envelope are a story for a different time.
Skip forward some 10 minutes, to the lecture hall where they just told us all the instructions and started to divide us into classrooms
ASSISTANT3:
for CLASSROOM, STUDENT_LIST in STUDENT_DIVISION:
for STUDENT in STUDENT_LIST:
STUDENT.invite(CLASSROOM)
At the end, only a few people, including me, remained.
ASSISTANT3: Is there anyone not from SCHOOL_NAME? # Umm, yeah, WTF is going on now?
Noone replied.
ASSISTANT3: OK, you all, come with me now, we will find you a classroom.
From there on, competition went fine, I came in second, got a new phone as a prize, no complaints.
However, later on, I realized what was the reason for all that weird behaviour.
Signup date for the second part was on LAST_SIGNUP_DATE, which was at least two weeks before the competition, and signups had to be done untill 1600 that day.
Our teacher signed us up at 2200. ON THE FUCKING DAY BEFORE THE COMPETITION. OF COURSE THEY HAD NOTHING PLANNED FOR US, NO ENVELOPES, NO COMPUTERS, NOTHING, IF WE WERE SIGNED UP LESS THAN FUCKING 12 HOURS BEFORE THE COMPETITION INSTEAD OF 2 WEEKS EARLIER. THE ONLY REASON WE GOT TO COMPETE WAS BECAUSE SOME PEOPLE DIDN'T SHOW UP AND WE USED THE PC'S MENT FOR THEM. IF EVERYONE SHOWED UP WE FUCKING COULDN'T COMPETE.
And from that moment on, I always signed myself up for all of the competitions; better safe than sorry.rant lazy fuck. last minute competition signups you thought you knew what last-minute means? high school teacher2 -
Ooh this is good.
At my first job, i was hired as a c++ developer. The task seemed easy enough, it was a research and the previous developer died, leaving behind a lot of documentation and some legacy fortran code. Now you might not know, but fortran can be really easily converted to c, and then refactored to c++.
Fine, time to read the docs. The research was on pollen levels, cant really tell more. Mostly advanced maths. I dug through 500+ pages of algebra just to realize, theres no way this would ever work. Okay dont panic, im a data analyst, i can handle this.
Lets take a look at the fortran code, maybe that makes more sense. Turns out it had nothing to do with the task. It looped through some external data i couldnt find anywhere and thats it. Yay.
So i exported everything we had to a csv file, wrote a java program to apply linefit with linear regression and filter out the bad records. After that i spent 2 days in a hot server room, hoping that the old intel xeon wouldnt break down from sending java outputs directly to haskell, but it held on its own.1 -
I worked for over 13 hours yesterday on super-urgent projects. I got so much done it's insane.
Projects:
1) the printer auto-configuration script.
2) changing Stripe from test mode to live mode in production
3) website responsiveness
I finished two within five minutes and pushed to both QA and Production. actually urgent, actually necessary. Easy change.
The printer auto-configure script was honestly fun to write, if very involved. However, the APIs I needed to call to fetch data, create a printer client, etc... none of them were tested, and they were _all_ broken in at least two ways. The CTO (api guy in my previous rant) was slow at fixing them, so getting the APIs working took literally four hours. One of them (test print) still doesn't work.
Responsiveness... this was my first time making a website responsive. Ever. Also, one of the pages I needed to style was very complicated (nested fixed-aspect-ratio + flexbox); I ended up duplicating the markup and hacking the styling together just to make it work. The code is horrible. But! "Friday's the day! it's going live and we're pushing traffic to it!" So, I invested a lot of time and energy into making it ready and as pretty as I could, and finally got it working. That page alone took me two hours.
The site and the printer script (and obv the Stripe change as well) absolutely needed to be done by this morning. Super important.
well.
1) Auto-configure script. Ostensibly we would have an intern come in and configure the printers. However, we have no printers that need configuring, so she did marketing instead. :/ Also, the docs Epson sent us only work for the T88V printer (we have exactly one, which we happened to set up and connect to). They do not work for the T88VI printers, which is what we ordered. and all we'll ever be ordering. So. :/ I'll need to rewrite a large chunk of my code to make this work. Joy :/
2) Stripe Live mode. Nobody even seemed to notice that we were collecting info in Test mode, or that I fixed it. so. um. :/
3) Responsiveness.
Well. That deadline is actually next Wednesday. The marketing won't even start until then, and I haven't even been given the final changes yet (like come on). Also! I asked for a QA review last night before I'd push it to production. One person glanced at it. Nobody else cared. Nobody else cared enough to look in the morning, either, so it's still on QA. Super-important deadline indeed. :/
Honestly?
I feel like Alice (from Dilbert) after she worked frantically on urgent projects that ended up just being cancelled. (That one where Wally smells that lovely buttery-popcorn scent of unnecessary work.)
I worked 13 hours yesterday.
for nothing.
fucking. hell.undefined fuck off we urgently don't need this yet! unnecessary work unsung heroine i'm starting to feel like dark terra.7 -
Well... I had in over 15 years of programming a lot of PHP / HTML projects where I asked myself: What psychopath could have written this?
(PHP haters: Just go trolling somewhere else...)
In my current project I've "inherited" a project which was running around ~ 15 years. Code Base looked solid to me... (Article system for ERP, huge company / branches system, lot of other modules for internal use... All in all: Not small.)
The original goal was to port to PHP 7 and to give it a fresh layout. Seemed doable...
The first days passed by - porting to an asset system, cleaning up the base system (login / logout / session & cookies... you know the drill).
And that was where it all went haywire.
I really have no clue how someone could have been so ignorant to not even think twice before setting cookies or doing other "header related" stuff without at least checking the result codes...
Basically the authentication / permission system was fully fucked up. It relied on redirecting the user via header modification to the login page with an error set in a GET variable...
Uh boy. That ain't funny.
Ported to session flash messages, checked if headers were sent, hard exit otherwise - redirect.
But then I got to the first layers of the whole "OOP class" related shit...
It's basically "whack a mole".
Whoever wrote this, was as dumb and as ignorant to build up a daisy chain of commands for fixing corner cases of corner cases of the regular command... If you don't understand what I mean, take the following example:
Permissions are based on group (accumulation of single permissions) and single permissions - to get all permissions from a user, you need to fetch both and build a unique array.
Well... The "names" for permissions are not unique. I'd never expected to be someone to be so stupid. Yes. You could have two permissions name "article_search" - while relying on uniqueness.
All in all all permissions are fetched once for lifetime of script and stored to a cache...
To fix this corner case… There is another function that fetches the results from the cache and returns simply "one" of the rights (getting permission array).
In case you need to get the ID of the other (yes... two identifiers used in the project for permissions - name and ID (auto increment key))...
Let's write another function on top of the function on top of the function.
My brain is seriously in deep fried mode.
Untangling this mess is basically like getting pumped up with pain killers and trying to solve logic riddles - it just doesn't work....
So... From redesigning and porting from PHP 7 I'm basically rewriting the whole base system to MVC, porting and touching every script, untangling this dumb shit of "functions" / "OOP" [or whatever you call this garbage] and then hoping everything works...
A huge thanks to AURA. http://auraphp.com/
It's incredibily useful in this case, as it has no dependencies and makes it very easy to get a solid ground without writing a whole framework by myself.
Amen.2 -
Amdy's story.
Amdy didn't have it easy. He's just a little APU and was already outdated when he was manufactured. But it got even worse! He didn't do anything wrong, but upon assembly, they lasered a different part number on him.
He didn't think much about it, but then they denied him all the goodies his brothers got: a nice printed box, a cooler, a leaflet, and a sticker.
Amdy didn't get any of that and wasn't welcome in the boxed camp. Instead, they stuffed him into a shoddy tray cardboard box with just some ESD foam for the pins.
Amdy was disappointed. That was just not fair! He was capable like his brothers. To add insult to injury, not even the manufacturer wanted to give warranty on the poor ugly duckling. They didn't listen to his complaints and shipped him to an unknown fate.
Then our roads crossed because Amdy was 10 EUR cheaper than the boxed ones at that point. Little Amdy breathed heavily when he finally got out of the mini box and seemed a bit disoriented. Poor little sod, what did they do to you?
Then he spotted the cooler. He had never seen anything like this before, so much better than the coolers his boxed brothers had received! And even top of the line thermal paste!
Amdy decided to be as good and fast a processor as a small Zen+ APU could possibly be. What was that software stuff? Didn't look like Windows. Ooohhh - Amdy rejoiced when he figured out that he was supposed to run Linux!
And that's how a despaired and unhappy APU finally found a life full of goodness.6 -
My first post here, be merciful please.
So, I participate in game jams now and then. About two years ago, I was participating in one, and we where near the deadline. Our game was pretty much done, so we where posted a "alpha" version waiting for feedback.
Just half an hour before the deadline, we got a comment on our alpha alerting us of a rather important typo: The instruction screen said "Press X to shoot" while X did nothing and Z was the correct key. "Good thing we caught that in time, thankfully a easy fix" I thought.
This project was written in python, and built using py2exe. If you know py2exe, the least error-prone method outputs a folder containing the .exe, plus ginormous amounts of dll's, pyc files, and various other crap. We would put the entire folder together with graphics and other resources into a .zip and tell the judges to look for the .exe.
Anyway, on this occasion I committed to source control ran the build, it seemed to work on my quick test. I uploaded the zip, right before the deadline and sat back waiting for the results.
I had forgotten one final step.
I had not copied my updated files to the zip, which still contained the old version.
Anyway, I ended up losing a lot of points in "user friendliness" since the judges had trouble figuring out how to shoot. After I figured out why and how it happened, I had a embarrassing story to tell my teammates.3 -
Today was the first time I was able to develop a full stack by my self!!!!
(I mean not by myself, StackOverflow was my Bible)
It's a small project with three modules , and while I've worked front end, back end and machine learning separately, I used to develop on a single component.
Today I built all the components on my own.
The hardest part was linking the nodejs file with the python script. Which seemed easy at first but then I needed to go through the documentation to understand the working behind the scenes.
Just looking how to deploy it now
This is a victory rant.
While it is not something big I feel so proud of myself 🥰1 -
I once agreed to maintain and develop an application used in a different section of the school to keep inventory and make sure everything is where it is supposed to be.
At first there was enthusiasm, together with 2 of my classmates we agreed and git clone-d the .NET application that now graduated students built and maintained for the past few years. What could go wrong right?!
It became clear that the original students that worked on it followed an older curriculum, meaning they still got taught .NET instead of the core variant that we get now, not only that but it also seemed that they either did not fully grasp the Clean/Onion architecture or didn't get it in class since there were infrastructure components in the 'Domain' project of the solution. Think of 2 DBContexts in the domain model, yep.
One of us bailed in the first week, the other one and I felt bad for the people using the app so we went on and tried to work on the first bugs that were described in a document. One of these bugs was 'whenever I filter on something in the list, everybody gets to see that filter on their screen instead of only me'. Woah that's weird! Let's see how they put that together!
Oh god, they are using a _static_ variable to store filters, no wonder that it doesn't work properly. Ever heard of sessions?!
Second bug: Sometimes people can't create an account when we sign them up from the admin panel. Alright that is weird, let's figure that one out! Wait a second it seems to work in development? What's this about.
Oh wait I can't create an account on production either? Oh that's weird, wait a second... Why do I have to put my e-mail in a form that was sent to me through e-mail? Why is my address not filled in already? OOH, if someone types in the wrong e-mail address (which is easy since our school has 4 variants of the same f*cking e-mail address) it won't work since it can't recognize the user! Brilliant! Remove e-mail input box and make a token/queryparam determine the user account.
Ah that seems good, it's a mess but it seems a tiny bit better now, great! We're making progress and some sweet buck.
Next bug, trillions of 50x errors on random pages, that's a weird one.
Hm everything works in development, that's odd. Is the production data corrupted?
DID I MENTION that in order to get into the system in development we have to load in a f*cking production database backup ON OUR DEVELOPMENT MACHINE and then ask one of the users' password to login to it and create an account for ourselves? Seeding? What's that, right?!
Anyway, back to bug fixing. I e-mail the the people responsible for the app and get a production admin account, oh I also can't ssh into it because of policies so I have to do everything over e-mail and figure out what's causing the errors. I somehow also wonder if they have any kind of virtualization in place, giving students a VM to do that stuff in doesn't seem so weird does it ? Even with school policies?
Oh btw, 'deploying' means sending a .zip file to a guy in another building and telling him how to configure it, apparently this resulted in a missing folder that the application needed to work and couldn't make on its own. This after 2 weeks of e-mailing back and forth.
After 3 months i quit out of despair and sadness, and due to the fact that I just couldn't do it anymore. I separated everything into logical subprojects and let the last guy handle it, he was OK with that and understood why I left.
Luckily, around that time I already had an actual job at a software development company :)3 -
A little late but whatever.
About half a year ago, I started working on setting up self hosted (slippy) maps. For one, because of privacy reasons, for two, because it'd be in my own control and I could, with enough knowledge, be entirely in control of how this would work.
While the process has been going on for hours every day for about half a year (with regular exceptions), I'll briefly lay out what I've accomplished.
I started with the OpenMapTiles project and tried to implement it myself. This went well but there were two major pitfalls:
1. It worked postgres database based. This is fine but when you want to have the entire world.... the queries took insanely long (minutes, at lower zoom levels) and quite intimate postgres/tooling knowledge was required, which I don't have.
2. Due to the long queries and such, the performance was so bad that the maps could take minutes to render and when you'd want that in production... yeah, no.
After quite some time I finally let that idea sail and started looking into the MBTiles solution; generating sqlite databases of geojson features. Very fast data serving but the rendering can take quite some time.
After some more months, I finally got the hang of it to the point that I automated 50-70 percent of the entire process. The one problem? It takes a shitload of resources and time to generate a worldwide mbtiles database.
After infinite numbers of trial and error, I figured out that one can devide a 'render' (mbtiles aka sqlite database) into multiple layers (one for building data, one for water, one for roads and so on), so I started doing renders that way.
Result? Styling became way more easy and logical and one could pick specific data to display; only want to display the roads? Its way more simple this way. (Not impossible otherwise but figuring out how that works... Good luck).
Started rendering all the countries, continents and such this way and while this seemed like a great idea; the entire world is at 3-4 percent after about a month. And while 40-70 percent generates 10 times as fast, that's still way too slow.
Then, I figured out that you can fetch data per individual layer/source. Thus, I could render every layer separately which is way faster.
Tried that with a few very tiny datasets and bam, it works. (And still very fast).
So, now, I'm generating all layers per continent. I want to do it world based but figured out that that's just not manageable with my resources/budget.
Next to that, I'm working on an API which will have exactly the features I want/need!13 -
Most painful code error you've made?
More than I probably care to count.
One in particular where I was asked to integrate our code and converted the wrong value..ex
The correct code was supposed to be ...
var serviceBusMessage = new Message() {ID = dto.InvoiceId ...}
but I wrote ..
var serviceBusMessage = new Message() {ID = dto.OrderId ...}
At the time of the message bus event, the dto.OrderId is zero (it's set after a successful credit card transaction in another process)
Because of a 'true up' job that occurs at EOD, the issue went unnoticed for weeks. One day the credit card system went down and thousands of invoices needed to be re-processed, but seemed to be 'stuck', and 'John' was tasked to investigate, found the issue, and traced back to the code changes.
John: "There is a bug in the event bus, looks like you used the wrong key and all the keys are zero."
Me: "Oh crap, I made that change weeks ago. No one noticed?"
John: "Nah, its not a big deal. The true-up job cleans up anything we missed and in the rare event the credit card system goes down, like now. No worries, I can fix the data and the code."
<about an hour later I'm called into a meeting>
Mgr1: "We're following up on the credit card outage earlier. You made the code changes that prevented the cards from reprocessing?"
Me: "Yes, it was my screw up."
Mgr1: "Why wasn't there a code review? It should have caught this mistake."
Mgr2: "All code that is deployed is reviewed. 'Tom' performed the review."
Mgr1: "Tom, why didn't you catch that mistake."
Tom: "I don't know, that code is over 5 years old written by someone else. I assumed it was correct."
Mgr1: "Aren't there unit tests? Integration tests?"
Tom: "Oh yea, and passed them all. In the scenario, the original developers probably never thought the wrong ID would be passed."
Mgr1: "What are you going to do so this never happens again?"
Tom: "Its an easy addition to the tests. Should only take 5 minutes."
Mgr1: "No, what are *you* going to do so this never happens again?"
Me: "It was my mistake, I need to do a better job in paying attention. I knew what value was supposed to passed, but I screwed up."
Mgr2: "No harm no foul. We didn't lose any money and no customer was negativity affected. Credit card system may go down once, or twice a year? Nothing to lose sleep over. Thanks guys."
A week later Mgr1 fires Tom.
I feel/felt like a total d-bag.
Talking to 'John' later about it, turns out Tom's attention to detail and 'passion' was lacking in other areas. Understandable since he has 2 kids + one with special-needs, and in the middle of a divorce, taking most/all of his vacation+sick time (which 'Mgr1' dislikes people taking more than a few days off, that's another story) and 'Mgr1' didn't like Tom's lack of work ethic (felt he needed to leave his problems at home). The outage and the 'lack of due diligence' was the last straw.1 -
I am so mad, I have no words for how fucking much I hate ever having to work or pass work to other incompetent developers or teams, what a fucking waste of time and resources.
After handing off the frontend - for the client to find some team, that would do it in the short time and budget he needs (multiple developers, more fast, much good), he found a team that seemed to be alright for the job and seemed alright to me too, now maybe a month or two later, the client contacts me, that they fucked something up and if I could talk to them.
The email I then received from them seriously made me speechles, mad and sad, all at same time, I spent multiple upon multiple hours, getting a very good readable documentation up (markdown with TOC, properly rendered headers, bulletpoints, all that shit), with all files, all services used, all credentials, even converted all ssh keys into putty ppk format, in case the developers are using windows and are too dumb to do it themselves, nginx configs, it had seriously everything, even too much to list.
They somehow managed to fuck up the entire server, while attempting to "add ssh keys themselves", EVEN FUCKING THOUGH I have included all the keys they need, all the hosting credentials, everything, yet they decided to fuck with shit themselves and completely annihilate the server in the process (HOW?!), so not even the webserver works anymore.
I am fucking speechless, I made it so fucking easy to gather all info and files they need, all properly put into well named folders, along the documentation in an archive and they somehow managed to nuke the fucking server, while attempting to add ssh keys?!
If you don't know how to config a server, then don't fucking touch it and just use everything, that got served to you on a fucking silver platter.
---
I'll just instantly answer the most annoying comment, that somebody could come up with: "why didn't you do it yourself?"
Because in a perfect world, a fully managed team, can do much more than a single developer can, especially in the same timeframe and from what I heard of said client, atleast they did something in terms of developing the system. (which surprises me, considering it's the same people that nuked a server, while trying to add ssh keys)5 -
How can I make my manager understand that performance should not be measured by how many tickets we have resolved?
If the ticket is an easy one then sure 1-2 days is enough, but for some complicated shit or dealing with models that I have never touched before, I am gonna need several days just to understand the requirement.
For some fucked up reason, our story point is in hours, instead of days. So when we say 24 hours, then it's only 3 days.
Another fucked up reason is that my colleagues doesn't seem to mind. I am the most vocal one objecting when got assigned too many tickets. They just joke around and seem to accept it.
FYI, I am just 6 months in and bouncing between 3 projects.
Am I just too lazy or slow?
In my previous company, the devs seemed to be pretty chill, and the project manager only complained when an issue has been dragging on for weeks.5 -
A loooong time ago...
I've started my first serious job as a developer. I was young yet enthusiastic as well as a kind of a greenhorn. First time working in a business, working with a team full of experienced full-lowered ultra-seniors which were waiting to teach me the everything about software engineering.
Kind of.
Beside one senior which was the team lead as well there were two other devs. One of them was very experienced and a pretty nice guy, I could ask him anytime and he would sit down with me a give me advice. I've learned a lot of him.
Fast forward three months (yes, three months).
I was not that full kind of greenhorn anymore and people started to give me serious tasks. I had some experience in doing deployments and stuff from my other job as a sysadmin before so I was soon known as the "deployment guy", setting up deployments for our projects the right way and monitoring as well as executing them. But as it should be in every good team we had to share our knowledge so one can be on vacation or something and another colleague was able to do the task as well.
So now we come to the other teammate. The one I was not talking about till now. And that for a reason.
He was very nice too and had a couple of years as a dev on his CV, but...yeah...like...
When I switched some production systems to Linux he had to learn something about Linux. Everytime he encountered an error message he turned around and asked me how to fix it. Even. For. The. Simplest. Error. He. Could. Google. Up.
I mean okay, when one's new to a system it's not that easy, but when you have an error message which prints out THE SOLUTION FOR THE ERROR and he asks me how to fix it...excuse me?
This happened over 30 times.
A. Week.
Later on I had to introduce him to the deployment workflow for a project, so he could eventually deploy the staging environment and the production environment by hisself.
I introduced him. Not for 10 minutes. I explained him the whole workflow and the very main techniques and tools used for like two hours. Every then and when I stopped and asked him if he had any questions. He had'nt! Wonderful!
Haha. Oh no.
So he had to do his first production deployment. I sat by his side to monitor everything. He did well. One or two questions but he did well.
The same when he did his second prod deploy. Everythings fine.
And then. It. Frikkin. Begins.
I was working on the project, did some changes to the code. Okay, deploy it to dev, time for testing.
Hm.
Error checking out git. Okay, awkward. Got to investigate...
On the dev server were some files changed. Strange. The repo was all up to date. But these changes seemed newer because they were fixing at least one bug I was working on.
This doubles the strangeness.
I want over to my colleague's desk.
I asked him about any recent changes to the codebase.
"Yeah, there was a bug you were working on right? But the ticket was open like two days so I thought I'll fix it"
What the Heck dude, this bug was not critical at all and I had other tasks which were more important. Okay, but what about the changed files?
"Oh yeah, I could not remember the exact deployment steps (hint from the author: I wrote them down into our internal Wiki, he wrote them done by hisself when introducing him and after all it's two frikkin commands), so I uploaded them via FTP"
"Uhm... that's not how we do it buddy. We have to follow the procedure to avoid..."
"The boss said it was fine so I uploaded the changes directly to the production servers. It's so much easier via FTP and not this deployment crap, sorry to say that"
You. Did. What?
I could not resist and asked the boss about this. But this had not Effect at all, was the long-time best-buddy-schmuddy-friend of the boss colleague's father.
So in the end I sat there reverting, committing and deploying.
Yep
It's soooo much harder this deployment crap.
Years later, a long time after I quit the job and moved to another company, I get to know that the colleague now is responsible for technical project management.
Hm.
Project Management.
Karma's a bitch, right? -
Developing on Android and came across an issue that only seemed to be happening on one of our devices.
A fair bit of time was spent trying to figure out why the hell one resource (image) wasn't available even though it was clearly there in the project and was working on all other devices.
Turns out the image in question was in the drawable-v24 folder on accident so of course wasn't working on the one device running Android version 21 🤦 at least it was an easy fix -
TLDR; College group projects suck, not because the work, but the people in your group will make or break you. Fuck having 1 week to do this assignment.
Sometimes working with other students on group projects is great, they actually know how to create a merge a git branch. I've had a decent partner once during my 3 years at university so far. This last project takes the cake on idiots I've worked with...so far at least... It was me and two others, we'll call them Thing1 and Thing2 for now. Anyway so the 3 of us had a week to implement a very rudimentary Invoice system; fine, easy enough. We divided up the work and 'started'.
All seemed to be going well, no complaints or cries for help all week. Until 4 hours before we submit the assignment; Thing 1 sends me a DM saying all of Thing 1's work is useless full of bugs and just shouldn't be integrated with the rest of the code. Umm fine? I guess? wtf?! why did this have to come out last minute?! We could have explained to Thing 1 what's going on and gotten him/her up to speed on everything. Believe it or not, I was sorta ok with this? I mean thing 1 hadn't pushed anything to the repo yet. I mean literally nada, Thing 1 is a collaborator on the repo that has contributed nothing. Seeing as how Thing 1 was contributing nothing I had already started to cover our ass a began Thing 1's work.
That's not even what's pissed me off... at least thing 1 had the gall to message me to say "idk..wtf is going on...continue without me". Thing 2 arguably made my time with the project worse. His code was nothing but garbage...every time...literally spent more time deciphering his incoherent bullshit more than I did rewriting his mess. I shit you not he wrote out this method, and tells the group he's "finally got it fixed and working":
public static float updateTotal(float newValue)
{
total = updateTotal(newValue);
return total;
}
How tf did he test this to see if its working?! I'm a novice and can already see the infinite loop here. You called your method within that method's own definition, what did you expect to happen.
I managed to get things 75% working and turned in 5 mins before the cut off.
Thankfully Thing 1 emailed the Proff as well, hopefully he won't tank my grade too bad. I'm so glad to be done with this assignment, fingers crossed there's no more group work.4 -
Last rant was about games and graphics cards (admittedly not received too well), time for a rant about game development houses.. especially you EA.
So yesterday a friend of mine showed me in one of our Telegram chats that he'd modified some cheats in an old FPS game by editing these scripts (not Lua for some reason) that the game used as a.. configuration language I guess? He called the result a tank cemetery 🙃
Honestly the game looked a lot like Medal of Honor to stoned me at the time, so I figured, well why not fire up that old nx7010 I had laying around for so long, get a new Debian installation on that and rip the Medal of Honor: Allied Assault war chest that I still had, and play it on one of my more modern laptops? Those CD's are now very old anyway, maybe time to archive those before they rot away.
So I installed Debian on it again, looked up how to rip CD's from the command line, and it seemed that dd could do it - just give /dev/cdrom as the input file, and wherever you want to store your copy as the output file. Brilliant! Except.. uh, yeah. It wasn't that easy. So after checking the CD and finding that it was still pristine, and seeing another CD in that war chest fail just the same, I tried burning and then ripping a copy of Debian onto another CD.. checksummed them and yes, it ripped just fine, bit for bit equal. So what the fuck EA, why is your game such a special snowflake that it's apparently too difficult to even spin up the drive to be copied?
So I looked around on plebbit and found this: https://reddit.com/r/DataHoarder/... - the top comment of that post shattered all my hopes for this disc to be possible to rip. Turns out that DRM schemes intentionally screw up the protocols that make up a functioning disc, and detecting those fuck-ups is part of the actual DRM.
"I also remember some forms of DRM will even include disc mastering errors/physical corruption on the actual disc and use those as a sort of fingerprint for the DRM. The copied ISO has to include them at the exact same place in the ISO as on the IRL disc and the ISO emulator has to emulate the disc drive read errors they cause."
So yeah. Never mind that I already own this goddamn game, and that it's allowed by law to make one copy for personal use, AND that intentionally breaking something is very shady indeed.. apparently I don't really own this game after all. So I went onto the almighty search engines, and instantly found a copy of this game for download. You know EA.. I wanted to play nice. You didn't let me. Still wondering why people do piracy now? Might take your top suits that suggested these fucked up DRM schemes another decade to figure out maybe.. even given the obvious now.
But hey I wouldn't even care that much if the medium these games are stored on wouldn't be so volatile (remember these discs are now close to 20 years old, and data rot sets in after 30 years or so). You company decided to publish these on CD. We've had cartridges in many forms before, those are pretty much indestructible and inherently near impossible to duplicate. And why would you want to? But CD is what you chose because you company were too cheap to go to China, get someone to make some plastic molds and put your board and a memory chip in that. Oh and don't even get me started on the working conditions for game devs.. EA and co, aren't you ashamed of yourselves? No wonder that people hate game development houses so much.
Yay, almost finished downloading that copy of Medal of Honor! Whatever you say EA.. I've done everything I could to do it legally. You are the ones who fucked it up.4 -
HELP, ITS A MESS!!
Here is a thing : 30 hours ago, i was completely free nd useless .Had a lot of reminders to open source & learn new techs for upcoming summer vacations .
But day before yesterday my friend called me to say that he got a 6 month internship in web from some (not so big) startup and they were looking for some Android dev too, so he gave my name and wanted me to mail him my resume.
I did, and within half an hour he called, discussed about the work and wanted to test me.(as i said i didn't had plans for internship , leave alone a sudden test, but the company was work from home so i didn't denied ) The test was a big one but easy, he wanted me to design 15 UI activities for an app by looking at the wireframe. I asked for next 6 hours, did it in 4.5 and submitted him the repo...
THE TROUBLE STARTS NOW...
1) He seemed impressed i guess, coz the next day when he saw my message, he Created a group of 5 people within a few minutes and started assigning tasks(?!) And in the personal chat what he said was just weird : "You are the lead for this project" (WTF??!?)
2)I had already mentioned him that i currently had exams so won't be doing any much of practical work but after every few grp messages, he was trying to assign me some task and a deadline. Weirdly, the test was actually a wireframe based on the project idea from some of their client , and just to show my skills, i have designed layouts of 15 of their activities of their app.
3) The negetive part comes like this: THERE IS NO MONEY AND ITS A 6 MONTH INTERNSHIP !! Fed up of this continues indirect deadlines, i asked him What's my responsibilities as a team dev, what will be my tenure and what will be the pay to which he replies that:
"there is no stipend for this, we have multiple projects lined up in which you can contribute and your internship period is 6 months which could be increased/decreased on the basis of your performance. You will get a PPO, Internship certificate , mentor support and intellectual code rights (which i am guessing means my 2 word name in the about pages of the apps i develop for them ) .And as a lead , you will be getting an experience in leadership skills "
I am really confused. Work from home seems like a relaxing thing , and being a team lead for the first time definitely would make me a little more confident. But why does it feel to be kind of fraud plan? Plus there is no pay and i would be ignoring my creativity ideas for this (not completely but i am sure anyone giving a job would expect some work from me eceryday ).
WHAT SHOULD I DO???3 -
I have just slept for a minimum of 5 hours. It is 7:47 PM atm.
Why?
We have had a damn stressful day today.
We have had a programming test, but it really was rather an exam.
Normally, you get 30 minutes for a test and 45 minutes for an exam.
In this "test" we have had to explain what 'extends' does and name a few advantages of why one should use it.
Check.
Read 3 separate texts and write the program code on paper. It was about 1 super class and 1 sub class with a test class in Java.
Check.
Task 3: Create the UML diagram of the code from above. *internally: From above? He probably means my code since there is no other code there. *Checks time*. I have about 3 minutes left. Fuck my life.*
Draws the boxes. Put the class names in each of them. A private attribute for the super class.
Teacher: Last minute!
Draw the arrow starting starting from the sub class to the super class.
Put my name on each written paper. And mentally done for the day. Couldn't finish the last task. Task 3.
During this "test", I heard the frustrations of my classmates. Seemed like everyone was pretty much pissed.
After a short discussion with the teacher who also happens to be the physics professor of a university nearby.
[If you are reading this, I hope that something bad happens to you]
The next course was about computer systems. Remember my recent rant about DNS, dhcp, ftp, web server and samba on ubuntu?
We have had the task to do the screenshots of the consoles where you proof that you have dhcp activated on win7 machine etc. Seemed ok to me. I would have been done in 10 minutes, if I would be doing this relaxed. Now the teacher tells us to change the domain names to <surnameOfEachStudent>.edu.
I was like: That's fine.
Create a new user for the samba server. Read and write directories. Change the config.
Me: That should be easy.
Create new DNS entries in the configs.
Change the IPv6 address area to 192.168.x.100-200/24 only for the dhcp server.
Change the web server's default page. Write your own text into it.
You will have 1 hour and 30 minutes of time for it.
Dumbo -ANGRY-CLIENT-: Aye. Let us first start screenshotting the default page. Oh, it says that we should access it with the domain name. I don't have that much time. Let us be creative and fake it, legally.
Changes the title element so that it looks like it has been accessed via domain name. Deletes the url and writes the domain name without pressing Enter. Screenshot. Done. Ok, let us move to the next target.
Dhcp: Change lease time. Change IP address area. Subnet mask. Router. DNS. Broadcast. Optional domain name. Save.
Switches to win7.
ipconfig /release
ipconfig /renew
Holy shit it does not work!
After changing the configs on ubuntu for a legit 30 minutes: Maybe I should change the ip of the ubuntu virtual machine itself. *me asking my old self: why did not you do that in the first place, ass hole?!*
Same previous commands on win7 console. Does not work. Hmmm...
Where could be the problem?
Check the IP of the ubuntu server once again. Fml. Ubuntu did not save when I clicked on the save button the first time I have changed it. Click on save button 10 times to make sure it really is saved now lol.
Same old procedure on win7.
Alright. Dhcp works. Screenshot.
Checks time. 40 minutes left.
DNS:It is your turn. Checks bind9 configs. sudo nano db.reverse.edu.
sudo nano db.<mysurname>.edu.
Alright. All set. It should work now.
Ping win7 from ubuntu and vice versa. Works. Ping domain name on windows 7 vm. Does not work.
Oh, I forgot to restart the bind9 server on ubuntu.
sudo service bind stop
" " " start
Check DNS server IP on win7. It looks fine.
It still doesn't work. Fuck it. I have only 20 minutes left. Samba. Let us do this!
10 minutes in. No result. I don't remember why. I already forgot why I have done for it. It was a very stressful day.
Let us try DNS again.
Oh shit. I forgot the resolver!
sudo nano /etc/resolv.conf
The previous edits are gone. Dumb me. It says it in the comments. Why did not I care about it. Fuck it.6 minutes left. Open a yt video real quick. Changes the config file. Saves it. Restarts DNS and dhcp. Closes the terminal and opens a new one. The changes do not affect them until you reopen them. That's why.
Change to win7.
Ping works. How about nsloopup.
Does not work.
Teacher: 2 minutes left!
Fuck it.
Saves the word document with the images in it. Export as pdf. Tries to access the directories of the school samba server. Does not work. It was not my fault tho. Our school server is in general very slow. It feels like they are not maintained and left alone like this in the dust from the 90s.
Friend gets the permission to put his document on a USB and give the USB to the teacher.
Sneaky me: Hey xyz, can you give me your USB real quick?
Him: sure.
Gets bombed with "do you want to format the USB?" pop-ups 10 times. Fml. Skips in a fast way.
Transfers the pdf. Plug it out. Give it back.
After this we have had to give a presentation in politics. I am done.6 -
A very long rant.. but I'm looking to share some experiences, maybe a different perspective.. huge changes at the company.
So my company is starting our microservices journey (we have a 359 retail websites at this moment)
First question was: What to build first?
The first thing we had to do was to decide what we wanted to build as our first microservice. We went looking for a microservice that can be used read only, consumers could easily implement without overhauling production software and is isolated from other processes.
We’ve ended up with building a catalog service as our first microservice. That catalog service provides consumers of the microservice information of our catalog and its most essential information about items in the catalog.
By starting with building the catalog service the team could focus on building the microservice without any time pressure. The initial functionalities of the catalog service were being created to replace existing functionality which were working fine.
Because we choose such an isolated functionality we were able to introduce the new catalog service into production step by step. Instead of replacing the search functionality of the webshops using a big-bang approach, we choose A/B split testing to measure our changes and gradually increase the load of the microservice.
Next step: Choosing a datastore
The search engine that was in production when we started this project was making user of Solr. Due to the use of Lucene it was performing very well as a search engine, but from engineering perspective it lacked some functionalities. It came short if you wanted to run it in a cluster environment, configuring it was hard and not user friendly and last but not least, development of Solr seemed to be grinded to a halt.
Elasticsearch started entering the scene as a competitor for Solr and brought interesting features. Still using Lucene, which we were happy with, it was build with clustering in mind and being provided out of the box. Managing Elasticsearch was easy since there are REST APIs for configuration and as a fallback there are YAML configurations available.
We decided to use Elasticsearch since it provides us the strengths and capabilities of Lucene with the added joy of easy configuration, clustering and a lively community driving the project.
Even bigger challenge? Which programming language will we use
The team responsible for developing this first microservice consists out of a group web developers. So when looking for a programming language for the microservice, we went searching for a language close to their hearts and expertise. At that time a typical web developer at least had knowledge of PHP and Javascript.
What we’ve noticed during researching various languages is that almost all actions done by the catalog service will boil down to the following paradigm:
- Execute a HTTP call to fetch some JSON
- Transform JSON to a desired output
- Respond with the transformed JSON
Actions that easily can be done in a parallel and asynchronous manner and mainly consists out of transforming JSON from the source to a desired output. The programming language used for the catalog service should hold strong qualifications for those kind of actions.
Another thing to notice is that some functionalities that will be built using the catalog service will result into a high level of concurrent requests. For example the type-ahead functionality will trigger several requests to the catalog service per usage of a user.
To us, PHP and .NET at that time weren’t sufficient enough to us for building the catalog service based on the requirements we’ve set. Eventually we’ve decided to use Node.js which is better suited for the things we are looking for as described earlier. Node.js provides a non-blocking I/O model and being event driven helps us developing a high performance microservice.
The leap to start programming Node.js is relatively small since it basically is Javascript. A language that is familiar for the developers around that time. While Node.js is displaying some new concepts it is relatively easy for a developer to start using it.
The beauty of microservices and the isolation it provides, is that you can choose the best tool for that particular microservice. Not all microservices will be developed using Node.js and Elasticsearch. All kinds of combinations might arise and this is what makes the microservices architecture so flexible.
Even when Node.js or Elasticsearch turns out to be a bad choice for the catalog service it is relatively easy to switch that choice for magic ‘X’ or component ‘Z’. By focussing on creating a solid API the components that are driving that API don’t matter that much. It should do what you ask of it and when it is lacking you just replace it.
Many more headaches to come later this year ;)3 -
TL;DR: FFS Microsoft
So yesterday we were at the point in our project where adding a login system seemed like a good idea. This is an asp.net core mvc project and we use Materialize for our frontend.
So according to _the tutorials_ we could start a new project and add authentication in the prompt by pressing a button. As it created the project I thought it seemed nice and easy enough. After it had created the test solution I build it and, sure enough, in the top right corner there were a register and login <a>.
I checked them out and they were your bog standard form input input submit and all. Now I guessed I could look at how it's all programmed aaaaaaaaand
Nope.
I saw a new folder located at Areas/Identity/Pages which had a _ViewStart.cshtml which contained three lines. There were also a database migration and in Startup.cs there were some database stuff, but other than that? Nothing. So where on earth was the login and register form located? Shit like that is frustrating ya know.
But oh well it seemed to work and I switched to our examn project where I found it was possible to scaffold the login system in a way that seemed nice.
Except, for some reason bootstrap and jquery decided to return to our project. FFS Microsoft!1 -
So this is kinda shocking but expected and deep and with layers:
layer 1 :
I just realised that : AI +Junior dev + 10% senior dev = 1 Senior Dev. This doesn't quite sit well technically, but for certain managers, this logic works and I got to see it working.
So I got cancer and took a sabbatical of 2 months. I am a dev with 6+ yrs of experience, and before I had gone , I was making PRs that consisted of adding features which required 3-4 screens , numerous logics, multiple APIs and which sould add significant impact. Basically a 3-4 days worth of task, all done solely by me to perfection, which comes with years of experience with nitty gritties of android.
And just a month ago, our team was joined by a fresh college passout, who did basic course of flutter, had 0 knowledge of Native Android and was making terrible screens using xml and viewbinding as a part of his initial training.
Now when I come back, I see a weird dynamics in group: he is always sitting around another SE1 , and is working on a task of similar intensity as I would do. He asked for an estimate of 5 days(!) and was able to create all the screens apis logics etc in those days.
1. during this time, he was near our seats every 10 mins, showing what he has made, asking next steps, and then going back to his seat.
2 on his seat, he would open chat gpt, put all his code there, get some response, put it back in AS gemini, then put it in AS, fix red lines again using gemini, run and come back to us to show if its correct.
3. and somehow his code did ended up working.
4. I reviewed his pr and apart from some basic fixes, all seemed fine. His code didn't considered various edge cases but I said fuck it, its responsibility of dev and qa to identify those cases (my PRs are essentially reviewed like this only, that's how i learnt to write quality code which won't burst on input of "abc" instead of "123")
5. but then his code got merged in temp branch from where we were to give the qa build and it crashed 3 seperate screens unrelated to his feature but related to the shitshow he had done on the data layer.
6. he and his SE1 senior then again fixed that shit and the that feature got merged, reviewed by QAs , got fixed for more bugs and finally got merged in our code.
7. however all this (stuff before qa review) happened in those 5 days and thus the managers thought that the task was done by this junior trainee in 5 days only .
thus trainee + AI + 10-30 mind per hour per day of SE1 (~3hrs) = 1 feature.
now my salary = 2x of trainee..
if i am layed off and 10% increment is given to that SE1, the total cost saved by company is around 40% of my salary.
And this blows my mind coz ever since I came, I am getting menial tasks while freshers are being given large scale tasks.
layer 2 : is it good for company?
I might sound biased but company would soon need to realise if they could afford cutting on reliability of experienced devs with this weird "hack the system with AI" style of development.
Even we seasoned devs use AI but review it on our own and think of cases before putting it in front of stakeholders as "yes sir, done!"
Additionally I don't think putting confidential code from codebase onto grmini and chat gpt would always be considered okay. Its like no one is caring for data now, but if those companies tried to come up with competition or something , we are digging our own grave.
layer 3 : is it impacting users(i e the devs?)
Well, I am scared that they might think of me as a burden and fire me for a junior trainee, so yeah its highly impacting me.
But that SE1 that is helping this trainee guy, is this part of his job role now?is it part of every Senior dev's role to train trainees via AI bots?
And what about that trainee himself? Is this really beneficial for him to learn Android Development like that?
---------
I personally have always valued folks who could write efficient code . I don't care about their ds algo knowledge, or if they deeply understand the working of apis and core code underneath. Just writing efficient, easy to understand and reliable quality code was enough for me to hire u and vice versa.
But AI is changing things for the bad and I think we will be seeing an even more increase in ds algo questions and other shitty ways by which faang like companies seperate cream devs from the rest. And this would be coming from every startup/mnc/small scale company , not just the FAANG5 -
In a country, a long time ago there was a programmer by the name of Alex. He was a programming genius and apart from a few hours of sleep, he was busy developing unique programs for new generation technology firms. Alex was a bachelor and he happily and proudly lived the way he wanted to. He did not have duties, authority over him, bosses to report to, children to take care of, and distractions. He could sit and code for the entire day without getting any break or feeling a bit tired. However, he had no idea that everything in his life was soon going to turn around. Before Marriage: The Bachelor’s Life Alex was the epitome of a modern ‘Play Boy ‘ or every man’s dream. He was fairly dressed, had a classy house, a snazzy car, and a good-paying job. He was in the habit of spending his mornings drinking coffee while browsing through the different coding topics. He comes in the afternoon and spends the evening part of the day with his friends. Life has never been this good. Alex was able to work hard and the more he was innovative, he enjoyed it. It illustrates how a young person would sit for many hours coding at night and not bother about other people around him. He was alone as a bird and as per him, that’s what he wanted to be. He had no peer to tell the truth to, no wife to prepare meals for, no maids to babysit his mess. A man could chow down a pizza for breakfast, lunch, and supper with not even a raised eyebrow from onlookers. He was profiting from living the best life he possibly could. After Marriage: Married Life: Alex & Sarah The climax for Alex is when he marries Sarah on a sunny morning on a fine day. Young people met, and after becoming enamored, started a family and got married to find a new home. Sarah was friendly with people and it was very easy for her to make friends; however, she had little knowledge of technology. Alex had it in his mind that marriage does not change the life you lead and how wrong he was. It was a fairy-tale to have such a perfect life for several days after the marriage. Their nights would be spent in front of the television set with their arms wrapped around each other, eating takeout. Despite this, when the number of days stretched into weeks, and the weeks into months, Alex felt the beginning of a shift in his behavior. The Coding Cave That Transformed into A Home Office Due to the pandemic the coding cave Alex used to have became a home office. Sarah had made up her mind to open her business from home, therefore, she required a home office. Thus, she moved inside the cubicle that Alex had created as his coding cave and left him with no space to code. He now had to code in the living room, because Sarah would incessantly request him to either lower the auditory input of the keys he was typing or to switch off the LCD screen. The Once-Clean Apartment Turns into a Mess Alex was a neat freak, and he adored tidiness, especially in his apartment. But after marriage, his once clean and neat-looking apartment was changed into a dirty one. Although Sarah was not very neat, she used to litter her things anywhere she felt like without being conscious of it. Alex was a programmer and his coding notes were mixed with Sarah's business papers, it irritated him so much. Alex’s to-do list before marriage The to-do list before marriage only comprised coding-related tasks. At marriage, however, he seemed to have developed a longer list of things to do than ever before. Instead of just going to the grocery store to buy some food, Alex seemed to have endless tasks to do mostly around the house. He had to cook for himself, sweep the house, and wash the dishes among other things. This was a new world as far as he was concerned. The Pizza Days Are Over Gone there is no more time for Alex could eat pizza in the morning, afternoon as well and evening. Sarah was very conscious of what she took as food or what her family took as food and therefore ensured that Alex took healthy home-cooked foods. He could not have the pizza anymore but the meals prepared by Sarah were really tasty. Conclusion Therefore from a life before marriage to the life after marriage, it was evident that Alex led two different lives. He went from a playful man with not much responsibility to a man with more responsibilities as a husband and a father. Still, he wouldn’t have it any other way, despite these changes. Later he cherished Sarah and the life they had, and nothing in this world could make him exchange what he had now. Essentially, it was a tricky business being married, but a blessing, and an addition of love, company, and much hilarity too. Therefore, if you are a bachelor reading this, embrace your coding cave and your pizza days because once you utter the words ‘I do,’ all those will be things of the past.But trust me, it's all worth it.
-
When Trust Becomes Deception: My Bitcoin Investment Saga and Resurrection Dealing with Salvage Asset Recovery
What started as a promising investment opportunity quickly turned into a nightmare of deception and broken trust. I had heard the hype about Bitcoin and the potential for massive returns, so I decided to take the plunge and invest a significant portion of my savings. Lured in by promises of easy riches and assured of the security of my funds, I entrusted my hard-earned money to an online platform that claimed to be a reputable Bitcoin exchange. Little did I know that I was about to embark on a harrowing journey filled with betrayal, loss, and a desperate search for a way to recover my stolen assets.
As I logged in to check on my investment, I was met with the devastating realization that my account had been cleaned out, the balance reduced to zero. Panic and disbelief set in as I grappled with the harsh truth - the platform I had trusted had been nothing more than a sophisticated scam, designed to fleece unsuspecting investors like myself. With my funds vanished and no clear path forward, I felt utterly powerless and betrayed, my dreams of financial security shattered in an instant. The journey that followed was a rollercoaster of emotions, filled with uncertainty, frustration, and glimmers of hope when I was directed to Salvage Asset recovery. The Salvage methods were shrouded in mystery, and progress seemed painfully slow, but I clung to the belief that they would ultimately succeed. After what felt like an eternity of waiting and uncertainty, the Salvage finally announced a breakthrough – they had managed to trace the stolen Bitcoin and were in the process of recovering it, piece by piece. As the final pieces of the puzzle fell into place, I found myself on the precipice of a remarkable resurrection, my lost investment slowly but surely being restored to me. The sense of relief and gratitude I felt was palpable, a testament to the power of perseverance and the unwavering determination to right the wrongs that had been done. This harrowing ordeal had taught me a valuable lesson about the importance of trust and the consequences of placing it in the wrong hands, but it had also shown me the remarkable resilience of the human spirit in the face of adversity. You can reach out to Salvage Asset recovery through WhatsApp-----.+ 1 8 4 7 6 5 4 7 0 9 6
Telegram-----@SalvageAsset4 -
SOLUTION FOR STOLEN BITCOIN HIRE SPARTAN TECH GROUP RETRIEVAL FOR EASY RECOVERY
I thought I was careful with my cryptocurrency, but a sophisticated phishing scam nearly cost me everything. One day, I received what appeared to be a legitimate email from my wallet provider, requesting confirmation for a recent transaction. The email looked identical to their usual communications, complete with logos and familiar wording. Without thinking twice, I clicked on the link and entered my details, fully believing I was safeguarding my account.
The next day, my stomach dropped as I realized my wallet, which contained $150,000 in Bitcoin, had been completely drained. I was horrified. I’d always prided myself on being cautious about scams, but this one had slipped right through my defenses. The betrayal felt overwhelming, not just from the scammers but also from the online world I had trusted so much. It was like waking up from a nightmare only to find it had become my reality.
In a panic, I began searching for help online, scouring forums and social media for advice. That’s when I stumbled upon Spartan Tech Group Retrieval contact them on WhatsApp:+1 562 270 4565 . The reviews were overwhelmingly positive, and it seemed they specialized in cases just like mine. With a mix of desperation and hope, I reached out to them.
Their team responded quickly, asking for all the necessary details about my situation. Right from the start, I could tell they were knowledgeable and experienced. They reassured me that they had successfully handled cases of this nature before and were determined to help me recover my funds.
The next few days were incredibly stressful as I waited for updates. However, Spartan Tech Group Retrieval kept me informed throughout the entire process, alleviating some of my anxiety. They managed to track the transactions that had drained my wallet and, to my astonishment, recovered the majority of my lost funds. I never thought I’d see that money again, and their success felt like a miracle.
I can’t thank Spartan Tech Group Retrieval enough for their expertise and swift action. They truly pulled off the impossible when I was at my lowest. If you ever find yourself a victim of a scam like I did, do not hesitate to reach out to them. Their professionalism and dedication made all the difference in my recovery, and I’m forever grateful.
More info about the company: Telegram:+1 581 286 8092
Email: spartantechretrieval (@) g r o u p m a i l . c o m
-
How do you deal when you are overpromising and underdelivering due to really shitty unpredictable codebase? Im having 2-3 bad sprints in a row now.
For context: Im working on this point of sale app for the past 4 months and for the last 3 sprints I am strugglig with surprises and edgecases. I swear to god each time I want to implement something more complex, I have to create another 4-5 tickets just to fix the constraints or old bugs that prevent my feature implementation just so I could squeeze my feature in. That offsets my original given deadlines and its so fucking draining to explain myself to my teamlead about why feature has to be reverted why it was delayed again and so on.
So last time basically it went like this: Got assigned a feature, estimated 2 weeks to do it. I did the feature in time, got reviewed and approved by devs, got approved by QA and feature got merged to develop.
Then, during regression testing 3 blockers came up so I had to revert the feature from develop. Because QA took a very long time to test the feature and discover the blockers, now its like 3 days left until the end of the sprint. My teamlead instantly started shitting bricks, asked me to fix the blockers asap.
Now to deal with 3 blockers I had to reimplement the whole feature and create like 3 extra tickets to fix existing bugs. Feature refactor got moved to yet another sprint and 3 tickets turned into like 8 tickets. Most of them are done, I created them just to for papertrail purposes so that they would be aware of how complex this is.
It taking me already extra 2 weeks or so and I am almost done with it but Im going into really deep rabbithole here. I would ask for help but out of other 7 devs in the team only one is actually competent and helpful so I tried to avoid going to him and instead chose to do 16 hour days for 2 weeks in a row.
Guess what I cant sustain it anymore. I get it that its my fault maybe I should have asked for help sooner.
But its so fucking frustrating trying to do mental gymnastics over here while majority of my team is picking low hanging fruit tasks and sitting for 2 weeks on them but they manage to look good infront of everyone.
Meanwhile Im tryharding here and its no enough, I guess I still look incompetent infront of everyone because my 2 weeks task turned into 6 weeks and I was too stubborn to ask for help. Whats even worse now is that teamlead wants me to lead a new initiative what stresses me even more because I havent finished the current one yet. So basically Im tryharding so much and I will get even extra work on top. Fucking perfect.
My frustration comes from the point that I kinda overpromised and underdelivered. But the thing is, at this point its nearly impossible to predict how much a complex feature implementation might take. I can estimate that for example 2 weeks should be enough to implement a popup, but I cant forsee the weird edgecases that can be discovered only during development.
My frustration comes from devs just reviewing the code and not launching the app on their emulator to test it. Also what frustrates me is that we dont have enough QA resources so sometimes feature stands for extra 1-2 weeks just to be tested. So we run into a situation where long delays for testing causes late bug discovery that causes late refactors which causes late deliveries and for some reason I am the one who takes all the pressure and I have to puloff 16 hour workdays to get something done on time.
I am so fucking tired from last 2 sprints. Basically each day fucking explaining that I am still refactoring/fixing the blocker. I am so tired of feeling behind.
Now I know what you will say: always underpromise and overdeliver. But how? Explain to me how? Ok example. A feature thats add a new popup? Shouldnt take usually more than 2 weeks to do my part. What I cant promise is that devs will do a proper review, that QA wont take 2 extra weeks just to test the feature and I wont need another extra 2 weeks just to fix the blockers.
I see other scrum team devs picking low hanging fruit tasks and sitting for 2 weeks on them. Meanwhile Im doing mental gymnastics here and trying to implement something complex (which initially seemed like an easy task). For the last 2 weeks Im working until 4am.
Im fucking done. I need a break and I will start asking other devs for help. I dont care about saving my face anymore. I will start just spamming people if anything takes longer than a day to implement. Fuck it.
I am setting boundaries. 8 hours a day and In out. New blockers and 2 days left till end of the sprint? Sorry teamlead we will move fixes to another sprint.
It doesnt help that my teamlead is pressuring me and asking the same shit over and over. I dont want them to think that I am incompetent. I dont know how to deal with this shit. Im tired of explaining myself again and again. Should I just fucking pick low hanging fruit tasks but deliver them in a steady pace? Fucking hell.4 -
RECOVER STUCK OR MISSING CRYPTO FUNDS - REQUESTING ASSISTANCE TRUST GEEKS HACK EXPERT
Losing access to my crypto wallet account was one of the most stressful experiences I've ever faced. After spending countless hours building up my portfolio, I suddenly found myself locked out of my account with no way to access it. To make matters worse, the email address I had linked to my wallet was no longer active. When I tried reaching out, I received an error message stating that the domain was no longer in use, leaving me in a state of complete confusion and panic. It was as though everything I had worked so hard for was gone, and I had no idea how to get it back. The hardest part wasn’t just the loss of access it was the feeling of helplessness. Crypto transactions are often irreversible, and since my wallet held significant investments, the thought that my hard-earned money could be lost forever was incredibly disheartening. I spent hours scouring forums and searching for ways to recover my funds, but most of the advice seemed either too vague or too complicated to be of any real help. With no support from the wallet provider and my email account out of reach, I was left feeling like I had no way to fix the situation. That's when I found out about Trust Geeks Hack Expert . I was hesitant at first, but after reading about their expertise in recovering lost crypto wallets, I decided to give them a try. I reached out to their team, and from the very beginning, they were professional, understanding, and empathetic to my situation. They quickly assured me that there was a way to recover my wallet, and they got to work immediately. Thanks to Trust Geeks Hack Expert , my wallet and funds were recovered, and I couldn’t be more grateful. The process wasn’t easy, but their team guided me through each step with precision and care. The sense of relief I felt when I regained access to my crypto wallet and saw my funds safely back in place was indescribable. If you find yourself in a similar situation, I highly recommend reaching out to Trust Geeks Hack Expert. You can contact Them through E MA IL: TRUST GEEKS HACK EXPERT @ FAST SERVICE .C O M + WEBSITE. H TT PS :// TRUST GEEKS HACK EXPERT. COM + TE LE GR AM: TRUST GEEKS HACK EXPERT2 -
WHERE TO FIND A TRUSTED HACKER FOR ANY HACKING SERVICE = DIGITAL HACK RECOVERY
I had stored my Bitcoin wallet details in a digital note on my phone, thinking it was safe. It seemed like the most convenient option at the time—always accessible and secure behind my phone's encryption. However, my sense of security was shattered when my phone got hacked, and I lost access to my wallet. The moment I realized what had happened, a wave of panic washed over me. I had invested a significant amount of money into Bitcoin over the years, and the value had grown substantially. I was staring at the possibility of losing $400,000, my entire nest egg, in the blink of an eye. The anxiety was unbearable.For weeks, I tried everything I could think of to recover my funds. I consulted with tech-savvy friends, searched endlessly online, and even attempted various recovery tools, but nothing worked. Each failed attempt only heightened my fear that my Bitcoin was gone for good. It was a constant emotional roller coaster—one minute, I felt a glimmer of hope, and the next, I was plunged back into despair. I couldn’t eat, sleep, or think about anything else. I was consumed by the thought of losing everything I had worked so hard to build.Just when I was about to give up, I came across Digital Hack Recovery. At first, I was hesitant. Could I really trust someone to recover my wallet? Would they be able to help, or was this just another dead end? Despite my doubts, I decided to reach out to them—it was my last hope. From the moment I made contact, I felt a sense of relief. The team at Digital Hack Recovery was incredibly professional and understanding. They didn’t just treat me like another client; they treated my case with the urgency and care it deserved. They took the time to understand the details of my situation, and their thoroughness immediately put me at ease.The recovery process was far from easy. There were challenges and setbacks along the way, and there were moments when I feared the worst. But Digital Hack Recovery never gave up. They kept me informed at every step, explaining the technical aspects in a way that made sense and reassured me that they were doing everything possible to recover my Bitcoin. I discovered they had a range of tools and techniques at their disposal that I had never even heard of before—things that went far beyond the standard recovery methods I had tried on my own.After what felt like an eternity, I received the news I had been desperately hoping for—they had recovered my wallet. I was overwhelmed with relief and gratitude. The weight that had been pressing down on me for weeks was finally lifted. Digital Hack Recovery didn’t just recover my Bitcoin; they restored my peace of mind and taught me a valuable lesson about the importance of digital security.If you find yourself in a situation where you’ve lost access to your Bitcoin wallet due to hacking or any other digital mishap, I cannot recommend Digital Hack Recovery highly enough. They went above and beyond to ensure I got back what was rightfully mine. Their expertise, dedication, and compassion made all the difference. I’m forever grateful to them for saving not just my $400,000 but also my sanity. contact them via⁚ WhatsApp +19152151930, Email⁚ digital
hack recovery @ techie . com or visit their Website⁚ https : // digital hack recovery . com
-
RAPID DIGITAL RECOVERY SPECIALIZE IN BITCOIN AND CRYPTO ASSET RETRIEVING
The dishonesty of this business knows no bounds. Everything they present is a well-constructed lie designed to strip you of your assets. Their approach is deceptively polite and persuasive, making it easy for people like me to fall into their trap. I was initially drawn in by their professional appearance and the promises of high returns on investments. They made everything sound so legitimate, offering enticing deals and assurances that everything was secure. They were experts at building trust, making it hard to question their intentions at first. I felt confident, even excited, about the potential growth of my investment. But as time passed, I started to notice red flags — subtle signs that something wasn’t right. Despite my growing doubts, I continued to trust them, hoping that the returns would eventually materialize. But, as it often happens with scammers, things began to unravel. I noticed that my funds weren’t being allocated as promised. The transactions seemed irregular, and the platform became increasingly difficult to navigate. When I attempted to reach out for clarification, my messages went unanswered. Calls were ignored, and the website’s contact information became mysteriously unavailable. Eventually, I realized the terrifying truth: I had been scammed. The company had vanished, leaving no trace behind except for a trail of broken promises and stolen investments. I was devastated. The money I had worked so hard for was gone, and I felt utterly helpless. That’s when I heard about Rapid Digital Recovery. Desperate to reclaim my funds, I decided to reach out,.. EMAIL: rapid digital recovery @ ex ecs. com... hoping for some resolution. To my surprise, they responded swiftly and professionally, offering me a glimmer of hope. The team at Rapid Digital Recovery was relentless in their efforts, working tirelessly to track down the fraudulent company and recover my money. They guided me through every step of the process, ensuring I understood my options and providing constant updates on their progress. Thanks to their expertise and determination, I was able to reclaim my investment. Though the process was difficult and frustrating, I’m incredibly grateful to Rapid Digital Recovery for their unwavering support. Without their assistance, I would still be in the dark, unable to recover what I had lost. Their professionalism and commitment to helping people like me navigate the complexities of online scams gave me a second chance to regain control of my financial future.
What sapp Info: +1 41 4 80 7 14 85
1 -
HIRE THE BEST BITCOIN RECOVERY EXPERT; TRACK AND RECOVER LOST CRYPTOCURRENCY WITH CYBER CONSTABLE INTELLIGENCE
When I first got involved in crypto, I was excited by the potential for growth, but I never imagined it would end in such a nightmare. I had found what seemed like a trustworthy investment opportunity, one that promised incredible returns with little risk. After weeks of careful research, I took the leap and sent a large sum of money to the platform. Everything appeared legitimate: a professional website , user testimonials, and even responsive customer support. But then, overnight, the platform vanished without a trace. The website was gone, and my emails went unanswered. I was left in shock, staring at an empty screen, wondering how I could have been so naive. I felt foolish, embarrassed, and completely powerless. I couldn’t believe I’d fallen for such a blatant scam. For weeks, I tried everything by contacting the platform, reporting the scam to authorities, and even reaching out to other so-called recovery services. But each attempt only deepened my frustration. I was met with either silence or more false promises. My hopes were dashed, and I began to believe I’d lost everything. The financial and emotional toll was overwhelming, and I was ready to give up, convinced there was no way back. Just when I was about to lose all hope, I came across a recovery team called Cyber Constable Intelligence. Unlike the others, they didn’t make lofty claims or promise instant results. They offered a more thoughtful, strategic approach—one that was based on careful investigation and tailored solutions. They understood exactly what I was going through, and their empathy was genuine. What really set Cyber Constable Intelligence apart was their transparency and honesty. They didn’t overpromise or make any false assurances. Instead, they worked with me every step of the way, explaining their process and providing regular updates. Cyber Constable Intelligence utilized advanced techniques and industry knowledge to track down traces of the scam. They worked tirelessly behind the scenes, and over time, I began to see progress. While I didn't get all my money back, I was able to recover a significant portion, and more importantly, I regained my sense of control. It wasn’t an easy journey, but the support and professionalism of Cyber Constable Intelligence turned my nightmare into a lesson in resilience. It gave me hope again, proving that even in the darkest times, there can be a way forward.
Here's Their Info Below WhatsApp: 1 (252) 378-7611
mail: support (AT) cyber constable intelligence com or
cyber constable @ cool sit net
Website info; www cyber constable intelligence com6 -
RECOVER YOUR STOLEN CRYPTO INVESTMENT WITH DIGITAL HACK RECOVERY EXPERTS
The dishonesty of this business knows no bounds. Everything they present is a well-constructed lie designed to strip you of your assets. Their approach is deceptively polite and persuasive, making it easy for people like me to fall into their trap. I was initially drawn in by their professional appearance and the promises of high returns on investments. They made everything sound so legitimate, offering enticing deals and assurances that everything was secure. They were experts at building trust, making it hard to question their intentions at first. I felt confident, even excited, about the potential growth of my investment. But as time passed, I started to notice red flags — subtle signs that something wasn’t right. Despite my growing doubts, I continued to trust them, hoping that the returns would eventually materialize.But, as it often happens with scammers, things began to unravel. I noticed that my funds weren’t being allocated as promised. The transactions seemed irregular, and the platform became increasingly difficult to navigate. When I attempted to reach out for clarification, my messages went unanswered. Calls were ignored, and the website’s contact information became mysteriously unavailable. Eventually, I realized the terrifying truth: I had been scammed. The company had vanished, leaving no trace behind except for a trail of broken promises and stolen investments.I was devastated. The money I had worked so hard for was gone, and I felt utterly helpless. That’s when I heard about Digital Hack Recovery. Desperate to reclaim my funds, I decided to reach out, hoping for some resolution. To my surprise, they responded swiftly and professionally, offering me a glimmer of hope. The team at Digital Hack Recovery was relentless in their efforts, working tirelessly to track down the fraudulent company and recover my money. They guided me through every step of the process, ensuring I understood my options and providing constant updates on their progress. Thanks to their expertise and determination, I was able to reclaim my investment.Though the process was difficult and frustrating, I’m incredibly grateful to Digital Hack Recovery for their unwavering support. Without their assistance, I would still be in the dark, unable to recover what I had lost. Their professionalism and commitment to helping people like me navigate the complexities of online scams gave me a second chance to regain control of my financial future. For any crypto recovery, reach out to Digital Hack Recovery through⁚ WhatsApp⁚ +1(9152)151930
Webpage⁚ https : // digital hack recovery . com
Email⁚ digital hack recovery @ techie . com1 -
IT WAS GREAT IDEA IN CONTACTING HACK SAVVY TECH FOR RECOVERING MY LOST ON CRYPTO
mail: contactus @hacksavvytechnology. com
Website: https: //hacksavvytechrecovery. com
Whatsapp : +79998295038
But upgrading my laptop-that's where things felt right, somehow. I mean, who doesn't want better performance and more storage with all the bells and whistles? The thing is, the excitement then turned into dread because somehow along the way, transitioning my stuff onto it, I had lost access to my Bitcoin wallet. Having $220,000 on the line, what had initially seemed like such a smart investment was about to turn into one of the most stressful moments of my life.It started innocently enough: I backed up what I thought was everything, making sure my wallet file was stored securely-or so I thought. Booting up that new laptop and attempting to access my funds brought it home like a ton of bricks: the wallet file was nowhere. I combed through backup drives and cloud storage for hours, but it simply wasn't anywhere to be found. I felt that all those years of careful planning and saving had been undone in an instant.
Along came HACK SAVVY TECH. Since my very first point of contact, this team made me feel that I was not alone with a situation such as this. They explained in clear, easy-to-understand terms their process that gave me great confidence in being with the right company. Professional yet empathetic since the beginning.They started working and kept me updated through the process every step of the way. They did not just plunge into the problem but methodically analyzed what must have gone wrong with the data migration. After a few days, they were able to recover my wallet file and successfully recovered my $220,000. My feeling at this time is not describable with words. But HACK SAVVY TECH didn't stop there: They took the time to school me on best practices going forward with upgrades. I now know how to backup and migrate sensitive data without courting disaster anew. They provided tips on keeping crypto assets safe during tech transitions-something I'd seriously underestimated. It taught me a valuable lesson-that no matter how you think you have everything covered, a second pair of expert eyes can sometimes make all the difference. Thanks to HACK SAVVY TECH , not only did I regain access to my funds, but I also gained knowledge on how to go about future tech upgrades with confidence. No more risky overhauls for me; now I'm better prepared, and my wallet is safer than ever.1 -
CRYPTOCURRENCY RECOVERY EXPERT DIGITAL HACK RECOVERY
Fraudsters often use sophisticated tactics to scam people, pretending to be expert advisors in online trading. I experienced this firsthand with my trading account CR7(5673892) MT5. Initially, everything seemed legitimate, with promises of significant returns through expert advice. The fraudsters presented themselves as experienced traders, offering guidance on when to buy and sell, and their advice appeared to yield some profits at the beginning. This led me to believe I was making a sound investment.However, after a few successful trades, things took a worrying turn. The so-called account manager began pressuring me to invest even more money, telling me that without additional funds, I would risk losing everything. They encouraged me to deposit money into my account, making false claims that without a larger margin, I would miss out on potential profits. They even went as far as advising me to take out a loan on my credit card to fund the investments, capitalizing on my growing anxiety and desire to protect my initial investments.At this point, I realized something was wrong. The fraudsters continued to pressure me, constantly finding new ways to extract more money from me. They manipulated the situation, making it seem like my lack of additional funds would result in losing my gains and potential profits. But when I stopped investing, I saw that the balance of my account had become zero. It was as if all the money I had invested had disappeared without a trace. This left me frustrated, feeling hopeless, and unsure of what to do next.In my state of confusion and frustration, I reached out to a trusted colleague for advice. They recommended that I contact Digital Hack Recovery, a service known for its expertise in recovering funds from online scams. I decided to give it a try, though I was still unsure whether I could recover anything from the fraudulent scheme.With the help of Digital Hack Recovery, I was able to trace the funds and initiate a recovery process. Their team worked diligently, using their experience and tools to track down the scammers and recover a significant portion of the money I had lost. Thanks to their expertise and commitment, I was able to resolve the situation and regain some of the funds that had been stolen from me.This experience has taught me the importance of being cautious when dealing with online investments and the value of seeking professional help in situations like these. The recovery process was not easy, but with the right support, I was able to regain control and learn from the ordeal. Reach out to them through their contact info bellow⁚
Website; https : // digital hack recovery . com
WhatsApp⁚ +19152151930
Email; digital hack recovery @ techie . com
7 -
BEST OPTION IN LOST OR STOLEN DIGITAL ASSETS - MAESTRO ENCRYPTER FINANCIER
In these digital scam and financial malfeasance times, finding reliable help has been like an odyssey through a maze of deception. My journey with Maestro Encrypter Financier cut through the noise like a beacon in a storm and rekindled my hope of retrieving what was rightly mine. Let me take it back to the moment of doubt and frustration. In such a scenario, like most victims, I'd been ensnared by webbed scam networks that keep holding digital assets at ransom, which included inflated and exorbitant fees along with fake promises of their restoration. The powerlessness felt amidst injustice seemed suffocating, till in this din of doubts came a voice-one that shone bright: Maestro Encrypter Financier. I had heard whispers of their prowess while at Fiverr, where a colleague had successfully enlisted their help, so I decided to take the leap and reach out. Their professionalism and dedication were quite evident right from the very first interaction-a lifeline in my darkest hour. Navigating digital asset recovery is no easy feat, but Maestro Encrypter Financier proved themselves to be true wizards in the field. With a team of highly skilled experts at the helm, they embarked on a mission of rectifying the wrongs imparted in me by fraudulent actors. Communication was key throughout the process, with regular updates that provided much-needed reassurance and transparency. Their commitment to my case was evident at every turn, instilling trust and confidence that had been sorely lacking in my previous endeavors. In spite of these setbacks-the shutdown of the website of the fraud company-the perseverance never wavered by Maestro Encrypter Financier. Their sagacity and indefatigable effort finally flowered into triumphant victory when my lost money was fully recovered in as quick a time as three days. The expertise and commitment of Maestro Encrypter Financier made my life bright once again. It's amazing how they can make fraudsters be at the receiving end and restore justice to their victims. Maestro Encrypter Financier isn't met with satisfaction; he's a stamp of integrity, competence, and genuine care in the face of an industry laced with deceit. Not just a company, but this team stands tall as rays of hope whenever somebody comes across financial scandals. As I end, wholeheartedly endorse
Maestro Encrypter Financier to whoever needs help recovering their stolen funds. I would never regret entrusting them with my case, and I'm so grateful for the light they brought into my life during my bad time. With Maestro Encrypter Financier by your side, no obstacle is too great to overcome, and no injustice is too insurmountable to put right. For enquiry, Email:( maestro encrypter @ financier. com ) or call/ WhatsApp: +1 472 2038 937
1 -
RECOVERING LOST BITCOIN DIGITAL TECH GUARD RECOVERY STEP-BY-STEP PROCESS
When Trust Becomes Deception: My Bitcoin Investment Saga and Resurrection Dealing with Digital Tech Guard Recovery
What started as a promising investment opportunity quickly turned into a nightmare of deception and broken trust. I had heard the hype about Bitcoin and the potential for massive returns, so I decided to take the plunge and invest a significant portion of my savings. Lured in by promises of easy riches and assured of the security of my funds, I entrusted my hard-earned money to an online platform that claimed to be a reputable Bitcoin exchange. Little did I know that I was about to embark on a harrowing journey filled with betrayal, loss, and a desperate search for a way to recover my stolen assets.
As I logged in to check on my investment, I was met with the devastating realization that my account had been cleaned out, the balance reduced to zero. Panic and disbelief set in as I grappled with the harsh truth - the platform I had trusted had been nothing more than a sophisticated scam, designed to fleece unsuspecting investors like myself. With my funds vanished and no clear path forward, I felt utterly powerless and betrayed, my dreams of financial security shattered in an instant. The journey that followed was a rollercoaster of emotions, filled with uncertainty, frustration, and glimmers of hope when I was directed to Digital Tech Guard Recovery. The Digital's methods were shrouded in mystery, and progress seemed painfully slow, but I clung to the belief that they would ultimately succeed. After what felt like an eternity of waiting and uncertainty, the Digital finally announced a breakthrough – they had managed to trace the stolen Bitcoin and were in the process of recovering it, piece by painstaking piece. As the final pieces of the puzzle fell into place, I found myself on the precipice of a remarkable resurrection, my lost investment slowly but surely being restored to me. The sense of relief and gratitude I felt was palpable, a testament to the power of perseverance and the unwavering determination to right the wrongs that had been done. This harrowing ordeal had taught me a valuable lesson about the importance of trust and the consequences of placing it in the wrong hands, but it had also shown me the remarkable resilience of the human spirit in the face of adversity. You can reach out to Digital Tech Guard Recovery through email: digital tech guard . com Telegram: digital tech guard recovery . com website link :: https : // d i g i t a l t e c h g u a r d . c o m WhatsApp +1 (443) 859 - 2886 -
PROFESSIONAL HACKER TEAM FOR BITCOIN RECOVERY—> DIGITAL HACK RECOVERY
Hey everyone, I just wanted to share some amazing news with you all. I recently went through an incredibly challenging experience losing my bitcoin, which was worth a staggering 1.8 million dollars. To say I was devastated would be an understatement. It felt like my entire world came crashing down. I searched for solutions, but nothing seemed promising. That was until I came across Digital Hack Recovery.I was initially skeptical—after all, I had already tried multiple avenues to recover my bitcoin and hit dead ends every time. But after reading some reviews and doing a little research, I decided to give Digital Hack Recovery a try. From the very first interaction, I knew I was in good hands. Their team of experts responded quickly and professionally, outlining a clear recovery process and offering reassurance that I wasn’t alone in this.They immediately got to work on tracking down my lost bitcoin. Their expertise in blockchain forensics, encryption, and digital recovery methods was immediately apparent. What impressed me the most was their transparency and communication throughout the entire process. They kept me updated every step of the way, explaining each action they were taking to ensure that the recovery effort was heading in the right direction.The recovery process wasn’t quick, but it was thorough. Digital Hack Recovery's team worked tirelessly, utilizing advanced recovery techniques and tools. Despite the complexity of the situation, their dedication and persistence paid off. After several weeks of intense work, I am overjoyed to report that my bitcoin was successfully recovered.I honestly can’t express enough how grateful I am to Digital Hack Recovery for their exceptional services. They were professional, reliable, and truly went above and beyond to help me get my assets back. Without them, I would have felt completely hopeless. If you ever find yourself in a similar situation—whether it’s losing bitcoin, funds, or any digital assets—I cannot recommend them enough.They were so easy to contact through various platforms—Google, Facebook, WhatsApp, and even by phone. If you’re dealing with the loss of your cryptocurrency or any digital recovery need, I strongly suggest you reach out to them. You won’t regret it.To the team at Digital Hack Recovery, I am forever thankful for your outstanding work. You’ve not only helped me recover my assets, but you’ve also restored my faith in the possibility of a solution in times of crisis. If you want to learn more about their services,contact them now.
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email; digital hack recovery @ techie . com1 -
ETH & USDT RECOVERY EXPERT HIRE SPARTAN TECH GROUP RETRIEVAL FOR EASY SERVICES
It was one of those family barbecues: everyone was catching up, sharing stories, and swapping advice. My cousin casually mentioned that some crypto wallet he lost to one of those phishing scams had been recovered by SPARTAN TECH GROUP RETRIEVAL. I listened then, half-interested, and didn't pay more attention. I had never imagined I'd need their services until it happened to me. A few weeks later, disaster struck. I had been managing my $220,000 crypto wallet as usual, but one night, I realized I couldn't remember my passphrase. I tried everything, from different combinations to tricks and techniques, but nothing worked. i panicked when I realized what had happened. This wasn't a small amount I was talking about; this was $220,000-what constituted my entire portfolio. The panic hit hard. Hours passed as I desperately searched online for solutions, reading through recovery services, most of which seemed too good to be true or way too complicated. Then, all of a sudden, it clicked in my head-my cousin telling me at the BBQ about SPARTAN TECH GROUP RETRIEVAL. He had spoken about how professional they were and how fast they returned his funds, to which I had given less importance, thinking it was another story. Now, I couldn't afford to waste any more time. Immediately, I called my cousin for the contact information. He showed absolutely no hesitation in giving me the number and further reassured me that they were trustworthy. Grudgingly, I dialed the number, not knowing what to expect. What followed was a seamless, professional experience which turned my panic into relief. The team at SPARTAN TECH GROUP RETRIEVAL was so very patient and kind. They knew the emotional turmoil I had gone through and never treated me like some customer. Instead, they took me through the whole process of recovery step by step, keeping me informed through it all. And then came the fantastic news within days: my funds were back. The feeling of relief that overwhelmed me-those moments washed away all the stress and anxiety that had filled me. I was grateful, in the end, for my cousin's advice, but not just that-even the casual conversation at the BBQ. Sometimes, the most unexpected moment creates the most vital decision. And in such a case, I highly recommend SPARTAN TECH GROUP RETRIEVAL, which is really what they are; they turned my wallet nightmare into a success story. Not just family wisdom, but also professionals at SPARTAN TECH GROUP RETRIEVAL, saved me.
other means of contact info:
Email: spartantech (@) cyber services . com OR support (@) spartantechgroupretrieval. org
Website : h t t p s : / / spartantechgroupretrieval. org
WhatsApp:+1 (971) 487 - 3538
Telegram:+1 (581) 286 - 8092
1 -
IS IT POSSIBLE TO RECOVER STOLEN BITCOIN ? YES. HIRE ADWARE RECOVERY SPECIALIST.
Finding Hope Amid Financial Ruin: My Encounter with ADWARE RECOVERY SPECIALIST
When the walls came crashing down around me, and my financial stability seemed to vanish into thin air, I found myself in the throes of a desperate situation. Faced with mounting debts, dwindling savings, and the constant fear of losing everything I had worked so hard to build, I felt utterly adrift, unsure of where to turn or how to regain my footing. It was in the midst of this bleak and overwhelming predicament that I stumbled upon ADWARE RECOVERY SPECIALIST, a beacon of hope amidst the darkness. Email info: Adwarerecoveryspecialist@ auctioneer. net
As I delved into their services, I was struck by the professionalism and compassion of their team. They listened intently to my story, offering a sympathetic ear and a genuine desire to help me navigate the complex maze of financial recovery. With their guidance, I began to unravel the tangled web of my financial troubles, uncovering hidden opportunities and exploring avenues I had never considered. Their expertise in areas like debt management, credit restoration, and asset protection proved invaluable, as they meticulously crafted a personalized plan to help me regain control of my finances and rebuild my life.
The road to recovery was by no means an easy one, but with ADWARE RECOVERY SPECIALIST by my side, I found the courage and determination to take on each challenge head-on. Their unwavering support and unwavering commitment to my success kept me motivated, even in the face of setbacks, and their ability to break down complex financial concepts into digestible, actionable steps empowered me to make informed decisions that aligned with my long-term goals. Slowly but surely, I watched as the clouds of despair parted, and a glimmer of hope began to emerge on the horizon. WhatsApp info:+12 723 328 343
Today, as I look back on that turbulent time in my life, I am filled with a profound sense of gratitude for the role that ADWARE RECOVERY SPECIALIST played in helping me overcome the financial ruin that threatened to consume me. Their expertise, empathy, and unwavering dedication to their clients have left an indelible mark, and I am confident that their services will continue to be a beacon of hope for others facing similar financial challenges. If you find yourself in this kind of situation, please contact ADWARE RECOVERY SPECIALIST right now: -
HOW TO RECOVER FROM INVESTMENT SCAM HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
Hey everyone, I just wanted to share some amazing news with you all. I recently went through an incredibly challenging experience losing my bitcoin, which was worth a staggering 1.8 million dollars. To say I was devastated would be an understatement. It felt like my entire world came crashing down. I searched for solutions, but nothing seemed promising. That was until I came across ADWARE RECOVERY SPECIALIST. I was initially skeptical—after all, I had already tried multiple avenues to recover my bitcoin and hit dead ends every time. But after reading some reviews and doing a little research, I decided to give ADWARE RECOVERY SPECIALIST a try. From the very first interaction, I knew I was in good hands. Their team of experts responded quickly and professionally, outlining a clear recovery process and offering reassurance that I wasn’t alone in this. They immediately got to work on tracking down my lost bitcoin. Their expertise in blockchain forensics, encryption, and digital recovery methods was immediately apparent. What impressed me the most was their transparency and communication throughout the entire process. They kept me updated every step of the way, explaining each action they were taking to ensure that the recovery effort was heading in the right direction. The recovery process wasn’t quick, but it was thorough. ADWARE RECOVERY SPECIALIST team worked tirelessly, utilizing advanced recovery techniques and tools. Despite the complexity of the situation, their dedication and persistence paid off. After several weeks of intense work, I am overjoyed to report that my bitcoin was successfully recovered. I honestly can’t express enough how grateful I am to ADWARE RECOVERY SPECIALIST for their exceptional services. They were professional, reliable, and truly went above and beyond to help me get my assets back. Without them, I would have felt completely hopeless. If you ever find yourself in a similar situation—whether it’s losing bitcoin, funds, or any digital assets—I cannot recommend them enough. They were so easy to contact through various platforms—Google, Facebook, WhatsApp, and even by phone. If you’re dealing with the loss of your cryptocurrency or any digital recovery need, I strongly suggest you reach out to them. You won’t regret it. To the team at ADWARE RECOVERY SPECIALIST, I am forever thankful for your outstanding work. You’ve not only helped me recover my assets, but you’ve also restored my faith in the possibility of a solution in times of crisis. If you want to learn more about their services, contact them now.2 -
I never imagined I would be writing this kind of testimony, but I feel it’s important to share my experience with Malice Cyber Recovery and how they helped me recover $230,000 I lost to crypto scammers. A few months ago, I got involved in a crypto investment opportunity that seemed legitimate at first. The scammers were incredibly convincing. They showed me impressive returns, sent regular updates, and even gave me access to what looked like a real trading platform. I was initially cautious, but after seeing the returns, I began to invest more, ultimately transferring over $230,000. Unfortunately, after a few weeks, when I tried to withdraw my funds, I found that the platform had disappeared, and I could no longer contact anyone involved. It was clear I had been scammed, and I felt completely helpless. For weeks, I tried everything to get my money back—contacting the authorities, reaching out to the platform’s so-called support team (who of course were unreachable), and trying to trace the transactions myself. But everything led to dead ends. The more I researched, the more I realized just how hard it was to recover stolen crypto. I began to lose hope. That’s when I came across Malice Cyber Recovery. At first, I was skeptical. Could they really help me recover my funds after everything I had been through? I decided to reach out anyway, just to see if they could offer any guidance. From the very first conversation, their team was not only professional but also deeply empathetic. They understood exactly how I was feeling and immediately made it clear that they were dedicated to helping me recover my lost funds. Malice Cyber Recovery’s team got to work quickly. They walked me through every step of the process, explaining the methods they would use to track down my stolen crypto. Their knowledge of blockchain technology and how to trace crypto transactions was incredibly impressive. They didn’t just give me vague promises—they showed me the action they were taking and the progress they were making, which gave me hope that my money wasn’t gone forever. One of the most reassuring aspects of working with Malice Cyber Recovery was their transparency. They kept me updated regularly, letting me know what they were doing, what obstacles they encountered, and how they were overcoming them. It wasn’t an easy process; tracing funds through blockchain and dealing with scammers who hide behind fake identities and complex networks is incredibly difficult. But Malice Cyber Recovery’s team was relentless. They used advanced tools and techniques to trace the flow of my funds, and within just a few weeks, they managed to locate a significant portion of my lost funds. I couldn’t believe it when they informed me that they had successfully recovered a large chunk of my money. I never thought I’d see that $230,000 again. The recovery process wasn’t instantaneous—it took time, patience, and persistence—but Malice Cyber Recovery delivered on their promise.1
-
When you want to investigate what a function does, you read the name and say "ok, seems reasonable what it should be doing" ... and then you encounter an adventure of if-else's, nested if's and else's, some promises here and there (with more nested if's and else's) and also a bunch of dispatches sprinkled all over the place. You want to refactor it into tinier functions but can't because you don't know what happens where ... help ... 🙄😩
-
How to Retrieve Stolen Investments// Cryptic Trace Technologies
A few months ago, I became a victim of a sophisticated Bitcoin scam that drained my hard-earned savings. I had invested in what seemed like a legitimate crypto trading platform, only to realize too late that it was a well-disguised fraud. My attempts to contact the so-called “support team” led nowhere, and I was left feeling helpless, believing my funds were gone forever. After searching for solutions online, I came across Cryptic Trace Technologies, a company specializing in cryptocurrency recovery. Though I was skeptical at first, I was desperate for help, so I decided to give them a chance—and I’m so grateful that I did. From the moment I reached out, Cryptic Trace Technologies proved to be a game changer. Their team of highly skilled blockchain analysts and ethical hackers took immediate action, carefully analyzing my case and mapping out the flow of stolen funds. Unlike other companies that make vague promises, they provided a clear and detailed plan on how they would trace my Bitcoin. They used advanced tracking tools to follow the movement of my funds across multiple wallets and exchanges, something I never thought was possible. Throughout the process, they kept me informed, explaining each step in a way that was easy to understand. After weeks of relentless effort, their team successfully identified the accounts holding my stolen funds. They even coordinated with relevant authorities to apply legal pressure on the scammers, ensuring the funds were frozen before they could be moved again. To my absolute relief, a significant portion of my Bitcoin was recovered—something I had never imagined possible. The professionalism, transparency, and expertise of Cryptic Trace Technologies were beyond impressive, and they exceeded my expectations in every way. If you have ever fallen victim to a cryptocurrency scam, I cannot recommend Cryptic Trace Technologies enough. They are not just another fake recovery service making empty promises; they are a team of real experts with the tools and knowledge to fight back against crypto fraud. Thanks to them, I regained my lost funds and learned valuable lessons on how to protect myself in the future. If you’re in need of reliable and professional crypto recovery services, this is the team you can trust. Below are their contacts.
emails: cryptictrace @ technologist. Com
Cryptictracetechnologies @ zohomail . Com
Website: cryptictracetechnologies . Com
Whatsapp: +158790568033 -
CRYPTO SCAM VICTIMS RECOVER THROUGH PROFESSIONAL RECOVERY SERVICE DIGITAL HACK RECOVERY
I had lost a substantial amount of Ethereum (ETH) and went through a string of unsuccessful attempts with various so-called 'recovery' firms. Each time, they promised a quick resolution, charged me hefty fees, and then left me with nothing to show for it. I was stuck in an endless cycle of disappointment and financial loss. Many of these companies seemed like they were just taking advantage of my desperation, offering vague solutions and making empty promises. I had nearly given up when I came across Digital Hack Recovery. Right from the start, they stood out as a breath of fresh air. They didn’t rush into anything or make wild claims. Instead, they took the time to understand my case, explained the complexities involved, and kept me informed throughout the process. The website was professional, clear, and easy to navigate. I read through the testimonials, which seemed genuine, and the process outlined felt reassuringly methodical. I decided to give it a shot. I submitted my details and explained my situation, hoping against hope that this would be the one service that could actually deliver results. Within hours, I received a response from their team. They asked me a series of technical questions about my wallet and recovery attempts. For the first time in months, I felt like I was talking to someone who understood what I was going through. Digital Hack Recovery’s team was incredibly patient. They didn’t promise me a quick fix, but rather, they explained the process step-by-step. I appreciated their transparency. Over the course of the next few days, I worked closely with their experts, who guided me through the process of verifying my identity and making sure I hadn’t overlooked any potential recovery methods. Slowly but surely, they started to narrow down what had gone wrong with my previous attempts and developed a custom recovery plan based on my specific case. The recovery process was a bit of a rollercoaster. There were moments of doubt—when things didn’t work as expected, or when the progress seemed slow—but the team at Digital Hack Recovery was there every step of the way, reassuring me and providing updates. And then, one afternoon, it happened. They sent me an email with a subject line I’ll never forget: "Your ETH is Recoverable." My heart raced as I opened it. They had successfully recovered my ETH. The process was painstaking, but their expertise and persistence had made it happen. What impressed me most was their transparency and professional approach. After months of fruitless efforts with other firms, Digital Hack Recovery successfully recovered my lost ETH. They restored my faith in recovery services, and I am forever grateful for their expertise. If you’ve been through similar frustrations, I highly recommend Digital Hack Recovery—they are a legitimate, trustworthy team that delivers real results. If you need quick assistance contact Digital Hack Recovery via ⁚ WhatsApp +19152151930
Email; digital
hack recovery @ techie . com
Website; https
: // digital hack recovery . com
3 -
HIRE DIGITAL HACK RECOVERY TO RETRIEVE LOST CRYPTO FROM FAKE INVESTMENT
I’ve been working as a truck driver for years, hauling freight from Chicago to Los Angeles, and during my downtime, I decided to explore investment opportunities. That’s how I came across Bitfx Net. At first, everything seemed smooth, depositing funds was fast, easy, and seamless. However, the moment I tried to withdraw my money, the trouble began, and I feel compelled to share my experience with anyone considering using this platform.Withdrawing funds from Bitfx Net is incredibly frustrating. Despite making several attempts over the course of a week, each withdrawal request was denied. The process, which seemed so simple when I initially deposited my money, became a long and stressful ordeal. This made me start to question the legitimacy of the platform. There are a lot of positive reviews online, but after my experience, I suspect that many of them are fake, possibly paid to mislead unsuspecting people into trusting the platform. It’s easy to see how these reviews could make someone feel comfortable, but they aren’t a true reflection of what you’ll actually encounter.In addition to the withdrawal issues, the customer service and support were downright disturbing. When I first got started, the so-called ‘financial manager’ assigned to me was polite, professional, and seemed genuinely interested in helping me grow my investment. But as soon as I began questioning their methods or deviated slightly from their instructions, their behavior took a dramatic turn. The tone of their communication shifted from professional to hostile. They became rude, dismissive, and even verbally abusive. It was as though their main goal was no longer to assist me, but rather to intimidate and manipulate me into keeping my money in their hands.After all of this, I’m left feeling like this platform is designed to trap people into a cycle where withdrawing your own money becomes nearly impossible. If you find yourself in the same position, struggling to recover your funds, I strongly recommend reaching out to Digital Hack Recovery for assistance. They specialize in helping people in situations like mine and may be able to help you get your hard-earned money back.Ultimately, protect yourself and your finances. Don’t make the same mistake I did. Contact Digital Hack Recovery for support before you lose more. Talk to them now through⁚
WhatsApp +19152151930
Website⁚ https : // digital hack recovery . com
Email⁚ digital hack recovery @ techie . com1 -
LEADING BTC RECOVERY COMPANY-CODER CYBER SERVICES
As a real estate investor, I am always cautious about where I put my money. I’ve learned the hard way that not every opportunity is what it seems, so I usually take my time to do thorough research before committing. When I came across an online platform offering exclusive property deals with high returns, I was intrigued but skeptical. The website, realatorsCA com, looked professional, and the salesperson was incredibly persuasive. He explained that the investment would be used to buy land, develop it by building properties, and then sell them for a profit. This seemed like a solid business model, and the idea of earning profits from such ventures was appealing. After weeks of research, checking reviews, and asking questions, I decided to invest CAD 42,700 in what seemed like a promising opportunity.At first, everything seemed fine. I received regular updates about the projects, and my online account showed “profits” from my investment. Everything appeared legitimate, and I was optimistic about my decision. The website offered easy access to my account, and the platform seemed to be functioning just as advertised. However, when I tried to withdraw some of my funds to see how the process worked, the website suddenly went offline. My attempts to reach the customer service number went unanswered, and eventually, the phone number was disconnected. At that point, I realized that I had been scammed.I felt devastated and helpless. It was hard to believe that I had been tricked, especially after doing so much research. But I didn’t give up. I reached out to Coder Cyber Services, a company operating in Banff, Alberta. I provided them with all the details I had: the website, transaction records, and emails from the scammer. Their team was incredibly supportive and assured me that they would use their expertise to help recover my funds.Coder Cyber Services used advanced digital forensics to trace the scammer’s digital footprint. They identified the offshore account where my money had been transferred and worked tirelessly with international authorities to freeze the account. Within a few weeks, they successfully recovered the full CAD 42,700.The relief was indescribable. Thanks to Coder Cyber Services, not only did I get my money back, but I also learned valuable lessons on how to avoid future scams. Their expertise and support were a lifeline in a time of need, and I’ll always be grateful for their help in recovering my investment.Their website is available for more information concerning the company or rather send them a text +1 (672) 648-1781
Thank you.
1 -
BITCOIN RECOVERY FROM SCAMMERS HIRE ADWARE RECOVERY SPECIALIST
Investing in the hopes of a brighter future, we embarked on a journey to secure our family’s financial well-being. Like many, we were drawn to the promises of binary trading, where gains seemed easy and the potential rewards endless. With our sights set on creating lasting memories for our loved ones, we decided to invest $100k, believing that it would yield the returns we had been dreaming of. Unfortunately, our optimism quickly turned to despair. After a few months of initial progress, everything suddenly crumbled. The brokers we were working with, who had once seemed so trustworthy, became unreachable. Their phone lines went silent, their accounts became inaccessible, and their websites vanished into thin air. WhatsApp info:+12723 328 343 What we thought was a calculated risk turned out to be a catastrophic betrayal. The weight of losing such a significant amount felt unbearable. Our dreams of providing for our family were in jeopardy, and for a while, it seemed like all hope was lost. It was during this dark period that I stumbled upon ADWARE RECOVERY SPECIALIST, an online recovery service. Initially, I was hesitant. I had already been through so many false promises, so the idea of reaching out to yet another service felt daunting. But what convinced me to take the leap was the overwhelming number of positive reviews and recommendations from friends who had faced similar situations. Their stories of recovery gave me a sense of hope that perhaps this time, things could be different. From the moment I reached out to ADWARE RECOVERY SPECIALIST, I was impressed by their professionalism and transparency. They took the time to understand my case thoroughly and laid out a clear plan of action. Their team was dedicated, working tirelessly to track down and recover the funds we had lost. Throughout the process, I felt informed and supported every step of the way. Thanks to their expertise and unwavering commitment, we were able to recover a significant portion of our funds. More importantly, their service restored a sense of security and peace to our lives. The stress and anxiety that had clouded our days began to dissipate, and we found ourselves cherishing the simple joys once again. If you’re in a similar situation, I wholeheartedly recommend reaching out to ADWARE RECOVERY SPECIALIST . Their transparency, dedication, and success rate speak for themselves. I’m confident they can help you recover your lost funds, just as they helped me rebuild my financial future. Don’t wait take the first step toward restoring what’s rightfully yours today.1 -
HOW TO RECOVER FROM INVESTMENT WEBSITES HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
After three successful trades, I found myself a victim of a devastating scam that cost me a staggering £35,000. My initial experiences with the trading platform seemed promising, and for a while, I enjoyed making profitable trades. But everything changed when I realized that what I thought was a legitimate trading opportunity was actually a carefully orchestrated scam. The platform, which I had trusted with my funds, disappeared without a trace, and I was left in shock, confused, and completely devastated. At first, I couldn’t believe it. I had spent hours researching and ensuring the platform appeared to be reliable. Everything seemed legitimate, from the interface to the communication with customer support. But as time went on, I noticed red flags. My withdrawals were delayed, and my account seemed to be locked. When I reached out for help, I was met with evasive responses and increasingly unhelpful customer support. It became painfully clear that I had been deceived. I tried to contact Kraken, assuming the platform was somehow related, but quickly realized I was getting nowhere. My emails went unanswered, and the phone lines were either busy or disconnected. It felt like I was being brushed aside, and I was left to deal with this nightmare alone. I was desperate, frustrated, and unsure of what to do next. That’s when I decided to take matters into my own hands. I started researching online and came across stories of people who had faced similar scams. That’s when I found ADWARE RECOVERY SPECIALIST, a company specializing in helping victims of financial scams recover their lost funds. It wasn’t easy—there were many moments when I doubted the process and questioned if it would even work. But I had nothing to lose, so I decided to give it a try. From the very first interaction, the team at ADWARE RECOVERY SPECIALIST was professional, understanding, and determined to help me get my money back. Their expertise in tracing and recovering stolen funds was evident, and with their persistence, they were able to track down the scam and successfully recover my £35,000.If you’re reading this and have found yourself in a similar situation, I urge you to be extremely cautious before investing your hard-earned money into platforms or any others that might seem too good to be true. And if you’ve already been scammed, don’t suffer in silence. Reach out to the experts at ADWARE RECOVERY SPECIALIST . They were a lifeline for me during one of the darkest times in my life, and I am forever grateful for their help. Thanks to their diligence, I was able to reclaim my funds.1 -
CRYPTO RECOVERY EXPERT RECOVERY ALL SCAMMED BITCOIN AND CRYPTOCURRENCY WITH SPARTAN TECH GROUP RETRIEVAL
I'm deeply saddened to share my experience as a victim of a series of scams that took away everything I had worked for. Over the years, I fell prey to various scams, including celebrity scams, romance scams, and even a Bitcoin scam. It started innocently enough with what seemed like legitimate opportunities to invest and connect with people who appeared trustworthy. But soon, the promises turned into lies, and I was manipulated into sending money, losing everything I had accumulated throughout my life. I had worked tirelessly for years, building up my savings, buying a home, and even investing in a farm. However, all of it was taken from me, and I was left with nothing but heartache and financial devastation. The scammers made everything seem so real they spoke about love, investment opportunities, and financial growth, but it was all part of a carefully orchestrated plot to steal from me. Slowly, I watched as my life savings, home, and future were drained away. I felt helpless, trapped, and unsure of where to turn. After losing everything, I was desperate to find a way to get my money back. I spent hours online, researching different options, but it seemed like every door I tried led to dead ends. However, one day, while browsing through forums and reading others' recovery stories, I stumbled across a name that seemed to stand out: SPARTAN TECH GROUP RETRIEVAL. People were sharing their success stories, claiming that this team had helped them recover their lost funds and brought the scammers to justice. Skeptical but desperate, I decided to reach out to SPARTAN TECH GROUP RETRIEVAL. From the very first contact, I could feel a sense of professionalism and trustworthiness. The team at SPARTAN TECH GROUP RETRIEVAL worked tirelessly on my case, guiding me through each step of the process and making sure I understood what was happening. They used their expertise and resources to track down the scammers and recover my funds. It wasn’t easy, and it took time, but they never gave up on me. Thanks to their hard work and determination, I was able to recover all the money I lost and even found some closure by seeing the scammers held accountable for their actions. If you’ve found yourself in a similar situation, I highly recommend reaching out to SPARTAN TECH GROUP RETRIEVAL. They have the experience, knowledge, and dedication to help you recover what you've lost. Don’t give up hope there is SPARTAN TECH GROUP RETRIEVAL out there who can help you get justice and rebuild your life.
SPARTAN TECH GROUP RETRIEVAL CONTACT INFO:
WhatsApp:+1 (971) 4 8 7 - 3 5 3 8
Email: spartantech (@) cyberservices . com
Telegram:+1 (581) 2 8 6 - 8 0 9 2
1 -
HOW TO HIRE A TRUSTED CRYPTOCURRENCY RECOVERY EXPERT; USDT RECOVERY EXPERT HIRE CYBER CONSTABLE INTELLIGENCE
My name is Lori, and I’m sharing my experience in the hope that it might help others avoid a similar scam. A few weeks ago, I received an email that appeared to be from the "Department of Health and Human Services (DHS)." It claimed I was eligible for a $72,000 grant debit card, which seemed like an incredible opportunity. At first, I was skeptical, but the email looked so professional and convincing that I thought it might be real. The email instructed me to click on a link to claim the grant, and unfortunately, I followed through. I filled out some personal details, and then, unexpectedly, I was told I needed to pay a "processing fee" to finalize the grant. I was hesitant, but the urgency of the message pushed me to make the payment, believing it was a necessary step to receive the funds. Once the payment was made, things quickly went downhill. The website became unreachable, and I couldn’t get in touch with anyone from the supposed DHS. It soon became clear that I had been scammed. The email, which seemed so legitimate, had been a clever trick to steal my money. Devastated and unsure of what to do, I began searching for ways to recover my lost funds. That’s when I found Cyber Constable Intelligence, a team of experts who specialize in tracing stolen money and assisting victims of online fraud. They were incredibly reassuring and quickly got to work on my case. After several days of investigation, they managed to track down the scammers and recover my funds. I can’t express how grateful I am for their help. Without Cyber Constable Intelligence, I don’t know what I would have done. This experience has taught me a valuable lesson: online scams are more common than I realized, and the scammers behind them are incredibly skilled. They prey on people’s trust, making it easy to fall for their tricks. If you’ve ever been a victim of a similar scam, I highly recommend contacting a trusted recovery service like Cyber Constable Intelligence. They have the expertise and tools to help you recover your money and protect yourself from future scams. Stay vigilant, always question unsolicited offers, and never provide personal information or make payments without verifying the legitimacy of the source.
Here's Their Info Below WhatsApp: 1 (252) 378-7611
mail: cyber constable(@)cool site net
Website info; www cyberconstableintelligence com Thanks1 -
LIST OF THE BEST BITCOIN AND CRYPTOCURRENCY RECOVERY SERVICE> DIGITAL TECH GUARD RECOVERY
As an IT expert with years of experience under my belt, I’ve always taken pride in my ability to navigate complex technical challenges. My career has been built on understanding the intricacies of systems and providing solutions that others might find daunting. However, even the most seasoned professionals can face unexpected hurdles, and I found myself in such a predicament recently. It all started after I performed a routine system upgrade. Everything seemed to go smoothly until I tried to access my Bitcoin wallet. To my surprise and dismay, I found that my access credentials were no longer valid. At first, I assumed it was a minor glitch that I could resolve on my own. I spent hours trying various recovery methods and troubleshooting techniques, but nothing seemed to work. As the hours turned into a day, the gravity of the situation began to sink in. My Bitcoin wallet contained a significant portion of my savings, and the thought of losing it all was both terrifying and humbling. Realizing that I needed expert assistance, I decided to seek help from professionals. That’s when I came across Digital Tech Guard Recovery. Initially, I was skeptical—after all, if I couldn’t solve the problem, how could someone else? But the numerous positive reviews and testimonials from satisfied clients reassured me, and I decided to give them a try. From the moment I contacted Digital Tech Guard Recovery, I was impressed by their level of professionalism. Their customer service was prompt and courteous, and they quickly connected me with a specialist who was well-versed in cryptocurrency recovery. The specialist took the time to understand the specifics of my situation, asking detailed questions about the system upgrade and the exact issues I was encountering. What struck me most was their technical acumen. They explained the potential causes of my access problem in a way that was both comprehensive and easy to understand. Their confidence in handling such issues was evident, which put me at ease. They assured me that they had encountered similar problems before and had a high success rate in recovering lost Bitcoin wallets. True to their word, within a day, I received a call from the specialist with good news. They had successfully retrieved my wallet keys, and I could access my Bitcoin again. The relief and gratitude I felt were immeasurable. Digital Tech Guard Recovery had turned what seemed like an insurmountable problem into a simple task, and they did so with professionalism and expertise that exceeded my expectations. In a world where digital assets are becoming increasingly important, having a reliable partner like Digital Tech Guard Recovery is invaluable. I wholeheartedly recommend their services to anyone facing similar challenges. -
It was supposed to be a dream trip, a long-awaited journey from the USA to China to visit family and explore new places. I had spent months planning every detail, from the itinerary to the accommodations. But what started as excitement quickly turned into a nightmare when I fell victim to a fake flight ticket scam, losing $580,000 in the process. The betrayal I felt was indescribable. I had trusted the website, which looked legitimate, and even received what appeared to be a confirmation email. It wasn’t until I arrived at the airport that I realized I had been scammed. The ticket was fake, and my money was gone.I felt a mix of anger, embarrassment, and helplessness. How could I have been so careless? I had worked so hard to save for this trip, and now it was all gone. I reported the incident to the authorities, but I was told that recovering the funds would be nearly impossible. That’s when I stumbled upon Hack Buster Recovery. At first, I was skeptical after all, I had already been scammed once. But I was desperate, and their reviews seemed genuine. I decided to take a chance and reached out to them. From the very first interaction, the team at Hack Buster Recovery was professional and empathetic. They listened to my story, asked for all the necessary details, and assured me they would do everything in their power to help. Their confidence gave me hope. Over the next few days, they kept me updated on their progress, explaining each step of the recovery process in a way that was easy to understand. I was amazed by their expertise and dedication. To my absolute astonishment, within a week, Hack Buster Recovery successfully recovered my $580,000.
1 -
BITCOIN RECOVERY MADE IT EASY WITH RAPID DIGITAL RECOVERY COMPREHENSIVE SOLUTIONS
My name is Casey, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. After some research and many anxious nights, I came across Rapid Digital Recovery. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by Rapid Digital Recovery put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, Rapid Digital Recovery demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, Rapid Digital Recovery was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to Rapid Digital Recovery, I now have hope that I can move on from this financial setback and regain control of my life.
CONTACT INFO:
What sapp Info: +1 41 4 80 7 14 85
Email INFO: rap iddi gita lrecov ery @ exe cs. com
1 -
CRYPTO RCOVERY MADE EASY WITH DIGITAL TECH GUARD RECOVERY
WhatsApp: +1 (443) 859 - 2886
contact @ digital tech guard . com
Telegram: digital tech guard recovery . com
I was naive enough to trust a platform with my hard-earned savings, and in just a month, I lost $143,690. It all started when I came across a seemingly legitimate investment platform that promised high returns with minimal risk. The website was polished, and the testimonials appeared credible, so I felt confident putting my trust in them. I had no reason to doubt the platform at first, as everything seemed to be in order. I started with a modest deposit, but as time went on, I was encouraged to invest more. Unfortunately, that was where everything started to unravel. The returns I was promised never materialized, and attempts to withdraw my funds were met with resistance and delays. My initial concern quickly turned into alarm as I began to realize that I was not getting any assistance from their customer support. Emails went unanswered, and phone calls were ignored. The lack of professionalism and communication was shocking. It became clear that I had fallen victim to a scam. Feeling helpless and devastated, I searched online for ways to recover my lost funds. That’s when I discovered Digital Tech Guard Recovery. I was skeptical at first, unsure if it was another scam, but after reading positive reviews and seeing that others had successfully recovered their funds through their services, I decided to give it a try. The process was not immediate, but their team was incredibly diligent, keeping me informed every step of the way. Digital Tech Guard Recovery worked tirelessly on my behalf, contacting the platform’s administrators and leveraging their expertise in tracing and recovering funds. After several weeks of investigation and persistence, they successfully managed to recover my lost $143,690. It was a relief and a victory, not just financially, but emotionally as well. This has taught me a hard lesson about the importance of doing thorough research before trusting any platform with your money. It’s easy to get caught up in promises of fast returns and high profits, but if something sounds too good to be true, it usually is. I urge others to be cautious and never invest in a platform without fully understanding its legitimacy and risk. If you do find yourself in a situation like mine, don’t hesitate to seek professional help like I did with Digital Tech Guard Recovery. It could save you a lot of heartache and financial loss.4 -
HOW TO RECOVER YOUR STOLEN BITCOIN, ETHEREUM OR OTHER CRYPTOCURRENCY WITH EXPERTS FROM SPARTAN TECH GROUP RETRIEVAL
I met someone on a dating app, and after chatting for a while, we started to get to know each other better. Our conversations soon turned to financial topics, and the person mentioned an opportunity to invest in cryptocurrency. They explained how easy it would be to make returns by sending crypto assets to a particular platform they trusted, which they claimed was based in Singapore. At first, I was skeptical, but the person seemed knowledgeable and convincing, so I decided to give it a try. They provided me with instructions on how to transfer my Ethereum (ETH), Bitcoin (BTC), and USDT to what appeared to be a legitimate banking app. I followed their directions carefully and sent the funds over in three separate transactions. Each time, the process seemed smooth, and I believed I was building a legitimate investment portfolio. However, after a while, I noticed something wasn’t right. The funds I had sent didn’t appear in the app, and my attempts to reach out for help went unanswered. The scammer started becoming more distant and evasive in their communication. That’s when I realized I had been scammed — the money I sent was gone, and I had no way to contact the supposed “banking app” or the person I had been communicating with. Feeling helpless, I decided to hire a specialized recovery service, SPARTAN TECH GROUP RETRIEVAL, which focuses on recovering lost crypto assets. They used blockchain forensic analysis to trace the transactions and eventually identified the scammer’s wallet. With their expertise, I was able to recover all my funds, which amounted to around 448,000 USD. While the ordeal was distressing and costly, I learned the hard way how important it is to be extremely cautious when dealing with online investments, especially involving cryptocurrency. It's crucial to thoroughly vet any platform or individual before sending money, as scams can be hard to detect. Thanks to SPARTAN TECH GROUP RETRIEVAL, I was able to regain my funds, and I hope my story can serve as a warning to others.
MORE CONTACT INFO ABOUT THE COMPANY:
Telegram:+1 (581) 2 8 6 - 8 0 9 2
WhatsApp:+1 (971) 4 8 7 -3 5 3 8
Email:spartantech (@) c y b e r s e r v i c e s .c o m
2 -
RECLAIM STOLEN CRYPTO FROM ONLINE SCAMMERS HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
Since I wouldn't mind administering legality myself, I wish I could challenge these deceitful individuals. I'm humbled by ADWARE RECOVERY SPECIALIST and thank God for it as I reflect on what transpired. These deceitful individuals made no effort, rather they kept emptying my Bitcoin wallet. They forced me to invest even after I didn’t see any returns, and when I refused to do so any longer, their attention and persistent emails dwindled, which only increased my level of skepticism. I was in danger of losing my mental stability and health, and I am aware of how frightening and confusing it can be to try to escape a fraudulent investment. Living in New Zealand, I had always felt secure about my financial decisions. However, this investment turned out to be a nightmare I couldn't have anticipated. The emotional toll was immense. At first, I thought I had made a good decision by investing in what appeared to be a legitimate opportunity. However, the more I poured my money into it, the less I saw in return. The promises of high returns turned out to be nothing more than elaborate lies. With each passing day, my hope diminished, but the pressure from these fraudsters only increased. They pressured me to invest more, convincing me that the next payment would yield returns that would “make everything right.” It felt like a trap I could not escape, and it seemed like there was no way out. It was during one of these dark moments that I stumbled upon the ADWARE RECOVERY SPECIALIST. After doing some research, I found countless testimonials from people who had experienced similar situations and had managed to recover their funds through ADWARE RECOVERY SPECIALIST. These success stories gave me a glimmer of hope. I knew I had to act quickly before it was too late. The mental and emotional strain I was under had already taken a significant toll on me, and I could feel myself spiraling further. It was clear that I needed professional help to reclaim what I had lost and regain control of my life. Divine guidance led me to choose ADWARE RECOVERY SPECIALIST, a trusted team that was able to recover my lost funds after I had tried so many other avenues without success. The process wasn’t easy, but it was worth every effort. What I had feared to lose my hard-earned Bitcoin was returned to me, and with it, my peace of mind. It felt as though a heavy weight had been lifted from my shoulders. To anyone reading this, if you find yourself in a similar situation, I urge you not to wait any longer. Reach out to a recovery team like ADWARE RECOVERY SPECIALIST . It’s never too late to make moral decisions and recover what’s rightfully yours. These fraudsters thrive on your silence and fear, but with the right help, you can break free from their grip. You are not alone, and there is always hope.1 -
HOW TO RECOVERY YOUR STOLEN CRYTOCURRENCY: A PRACTICAL GUIDE WITH RAPID DIGITAL RECOVERY
I used to see my friend Wilson at Arizona State University, and from the outside, he seemed to have it all the latest gadgets, a Range Rover Sport, and everything that appeared to define success. He was the kind of person who exuded confidence and wealth, and for a long time, I admired him for it. One day, driven by curiosity and a desire to understand how he achieved so much, I finally asked him about his secrets. With a knowing smile, he casually mentioned an online platform, claiming it was a sure way to make significant returns on investments. Trusting him, and believing in the idea that there might be an easy way to secure my financial future, I decided to take the plunge. I invested a large sum of money my student aid funds, which I had carefully set aside for my future. At the time, it felt like a step toward financial freedom. The promises were smooth, the platform was sleek, and the returns seemed almost guaranteed. However, it wasn’t long before things started to go awry. The smooth promises of high returns quickly turned into a barrage of demands for additional fees, each one more pressing than the last. I couldn’t withdraw any of my earnings, and the platform’s support team became increasingly unresponsive. The excitement I had once felt about my financial future turned into a cold, harsh reality. I had been scammed. I had lost over $15,000, money I could never afford to lose.The betrayal stung deeply. Not just because of the financial loss, but because I had trusted someone I considered a friend. I felt stupid and naive, unable to grasp how I had let myself fall for such a convincing scam. But amidst my despair, I found a glimmer of hope. I came across Rapid Digital Recovery, a team of experts dedicated to helping people like me reclaim their lost funds. Their team worked tirelessly, offering both guidance and concrete steps to help recover what had been taken from me. With their help, I was able to regain a portion of my funds and, more importantly, I learned a valuable lesson. Trust can be manipulated, even by people we admire. But there’s always hope, and recovery is possible if you know where to turn. If you’ve found yourself in a similar situation, remember that help is out there. Rapid Digital Recovery can make a real difference. Don’t give up.
What sapp Info: +1 41 4 80 7 14 85
EMAIL: rapid digital recovery @ ex ecs. com1 -
CONTACT DIGITAL HACK RECOVERY TO RECOVER YOUR STOLEN FUNDS FROM ALL TYPES OF SCAM
I never imagined that something like this could happen to me, but it did. As a teacher in British Columbia, I’ve always been cautious about who I trust and how I spend my money. However, when I received a message from someone claiming to be a facilitator for child adoption, everything seemed legitimate at first. I had been looking to adopt, and this opportunity seemed too good to pass up. The scammer was convincing, telling me they had connections with agencies that could fast-track the process. They explained that I needed to pay a certain amount to cover various “administrative fees,” and that I would soon be matched with a child. After a few conversations, I wired a total of $9,000 to the person they claimed was part of the adoption agency.But soon after, things began to unravel. The scammer started offering vague excuses for delays, and communication became increasingly sparse. I asked for more details and proof of their legitimacy, but their responses were always ambiguous. I grew suspicious, and when I did some research, I realized the person I’d been dealing with didn’t exist, and the adoption agency wasn’t real. I had been scammed, and I felt devastated.That’s when I found Digital Hack Recovery. I had been searching for ways to recover my lost funds when I came across a video on YouTube about their success in helping people recover money lost to online scams. Their story was compelling, and I decided to reach out. The team was professional and compassionate from the very beginning. They took my case seriously and quickly started working with local authorities to investigate the scammer’s activities.Though it wasn’t an easy process, the team at Digital Hack Recovery kept me updated throughout the investigation. After some time, they were able to recover $8,500 of the $9,000 I had lost. While it wasn’t a full recovery, I was incredibly relieved and grateful. It felt like a small victory, and I knew that justice was being pursued.Thanks to their persistence and dedication, I was able to recover a large portion of my money, and it gave me hope in an otherwise difficult situation. I’m so thankful to Digital Hack Recovery for their hard work and for restoring some of my faith after such a traumatic experience. I never would have imagined that I would find a solution through YouTube, but Digital Hack Recovery truly came through for me.
Their contact details⁚
WhatsApp⁚ +19152151930
Website; https : // digital hack recovery . com
Email address; digital hack recovery @ techie . com1 -
BITCOIN RECOVERY SOLUTIONS BY RAPID DIGITAL RECOVERY: EXPERTISE YOU CAN TRUST
About to go bankrupt, I invested some money in stocks and was able to make a couple of thousands of dollars. This initial success gave me a glimmer of hope and confidence. About the same time, I was mentored on cryptocurrency trading, which seemed very promising. I could see the fruits of this new venture from my friends and colleagues who were reaping substantial rewards. Mindful of that, but encouraged by all their success stories, I went all-in-investing $390,000.
At first, it seemed like I did something smart, putting my money into cryptocurrency. I went online, found what, at the time, I felt was a pretty legitimate broker-a decent website with apparently very real positive reviews. It was easy onboarding, further reinforced by the self-reinforcing feedback loop-my account showed a profit rise. I was even able to make small withdrawals, which pretty much sealed it in my mind.
But then, things took a complete turn for the worse when I tried to withdraw an amount a little larger. I was then shut out of my account. I panicked as I tried to reach out to the broker's customer support and got no response. It was clear that I had been working with a phony broker, which proved to be a fraud and a full-on scammer. My entire investment of $390,000 worth of Bitcoin was at risk.
I browsed the internet in desperation and came across Rapid Digital Recovery. Their website had great reviews and was very informative, so I had a little bit of hope. Skeptical but hopeful, I contacted them for help.
The Rapid Digital Recovery team has been very professional and user-friendly since the very first contact. They listened to me with empathy and understood my situation, which alone gave me the much-needed emotional support. They explained the process of recovery to me in detail and maintained clear communication throughout the process.
Knowing their field of activity pretty well in cryptocurrency questions, they used very professional methods of restoration. And with great relief for me, the firm called Rapid Digital Recovery succeeded in returning a significant amount of my Bitcoins. They even provided guidance on how to secure my digital assets to avoid similar situations in the future.
I highly recommend it to anyone who has fallen into this problem, just like me. A mix of skill, efficiency, and supportive manner-that is what Rapid Digital Recovery is when it comes to cryptocurrency fund recovery. If you have fallen under this scam, reaching out to Rapid Digital Recovery will probably be one of your best shots at getting what rightfully belongs to you.
Reach Out To Rapid Digital
( What sapp Info : +1 4.1 4 8.0 7 1.4 8.5)
( Web site Info : htt ps: // rap id dig ita reco very. org )
( Em ail Info : ra pid dig ital reco very @ ex ecs. com )1 -
It was supposed to be a dream trip a long-awaited journey from the USA to China to visit family and explore new places. I had spent months planning every detail, from the itinerary to the accommodations. But what started as excitement quickly turned into a nightmare when I fell victim to a fake flight ticket scam, losing $5,200 in the process. The betrayal I felt was indescribable. I had trusted the website, which looked legitimate, and even received what appeared to be a confirmation email. It wasn’t until I arrived at the airport that I realized I had been scammed. The ticket was fake, and my money was gone.I felt a mix of anger, embarrassment, and helplessness. How could I have been so careless? I had worked so hard to save for this trip, and now it was all gone. I reported the incident to the authorities, but I was told that recovering the funds would be nearly impossible. That’s when I stumbled upon GRAYWARE TECH SERVICES . At first, I was skeptical after all, I had already been scammed once. But I was desperate, and their reviews seemed genuine. I decided to take a chance and reached out to them.From the very first interaction, the team at GRAYWARE TECH SERVICES was professional and empathetic. They listened to my story, asked for all the necessary details, and assured me they would do everything in their power to help. Their confidence gave me hope. Over the next few days, they kept me updated on their progress, explaining each step of the recovery process in a way that was easy to understand. I was amazed by their expertise and dedication.To my absolute astonishment, within a week, GRAYWARE TECH SERVICES successfully recovered my $5,200. I couldn’t believe it. The relief and gratitude I felt were overwhelming. They not only got my money back but also restored my faith in humanity. Their team went above and beyond to ensure I was taken care of, and I will forever be grateful for their incredible work.This taught me a valuable lesson about being cautious online, but it also showed me that there are still good people out there willing to help. GRAYWARE TECH SERVICES is a true lifesaver, and I can’t recommend them enough. If you ever find yourself in a similar situation, don’t lose hope reach out to them. They are nothing short of incredible.
1 -
CRYPTOCURRENCY FRAUD HACKER FOR HIRE BOTNET CRYPTO RECOVERY
It was supposed to be a dream trip, a long-awaited journey from the USA to China to visit family and explore new places. I had spent months planning every detail, from the itinerary to the accommodations. But what started as excitement quickly turned into a nightmare when I fell victim to a fake flight ticket scam, losing $580,000 in the process. The betrayal I felt was indescribable. I had trusted the website, which looked legitimate, and even received what appeared to be a confirmation email. It wasn’t until I arrived at the airport that I realized I had been scammed. The ticket was fake, and my money was gone.I felt a mix of anger, embarrassment, and helplessness. How could I have been so careless? I had worked so hard to save for this trip, and now it was all gone. I reported the incident to the authorities, but I was told that recovering the funds would be nearly impossible. That’s when I stumbled upon BOTNET CRYPTO RECOVERY. At first, I was skeptical after all, I had already been scammed once. But I was desperate, and their reviews seemed genuine. I decided to take a chance and reached out to them.From the very first interaction, the team at BOTNET CRYPTO RECOVERY was professional and empathetic. They listened to my story, asked for all the necessary details, and assured me they would do everything in their power to help. Their confidence gave me hope. Over the next few days, they kept me updated on their progress, explaining each step of the recovery process in a way that was easy to understand. I was amazed by their expertise and dedication.To my absolute astonishment, within a week, BOTNET CRYPTO RECOVERY successfully recovered my $580,000. I couldn’t believe it. The relief and gratitude I felt were overwhelming. They not only got my money back but also restored my faith in humanity. Their team went above and beyond to ensure I was taken care of, and I will forever be grateful for their incredible work.This taught me a valuable lesson about being cautious online, but it also showed me that there are still good people out there willing to help. BOTNET CRYPTO RECOVERY is a true lifesaver, and I can’t recommend them enough. If you ever find yourself in a similar situation, don’t lose hope and reach out to them. They are nothing short of incredible. Use the information below to reach them for more details.
Mail: support @ botnet crypto recovery . com
Tele:+1 (431) 801-8951
1 -
BITCOIN RECOVERY EXPERT HIRE WIZARD WEB RECOVERY SERVICES
The dishonesty of this business knows no bounds. Everything they present is a well-constructed lie designed to strip you of your assets. Their approach is deceptively polite and persuasive, making it easy for people like me to fall into their trap. I was initially drawn in by their professional appearance and the promises of high returns on investments. They made everything sound so legitimate, offering enticing deals and assurances that everything was secure. They were experts at building trust, making it hard to question their intentions at first. I felt confident, even excited, about the potential growth of my investment. But as time passed, I started to notice red flags — subtle signs that something wasn’t right. Despite my growing doubts, I continued to trust them, hoping that the returns would eventually materialize.But, as it often happens with scammers, things began to unravel. I noticed that my funds weren’t being allocated as promised. The transactions seemed irregular, and the platform became increasingly difficult to navigate. When I attempted to reach out for clarification, my messages went unanswered. Calls were ignored, and the website’s contact information became mysteriously unavailable. Eventually, I realized the terrifying truth: I had been scammed. The company had vanished, leaving no trace behind except for a trail of broken promises and stolen investments.I was devastated. The money I had worked so hard for was gone, and I felt utterly helpless. That’s when I heard about WIZARD WEB RECOVERY SERVICES .Desperate to reclaim my funds, I decided to reach out, hoping for some resolution. To my surprise, they responded swiftly and professionally, offering me a glimmer of hope. The team at WIZARD WEB RECOVERY SERVICES Y was relentless in their efforts, working tirelessly to track down the fraudulent company and recover my money. They guided me through every step of the process, ensuring I understood my options and providing constant updates on their progress. Thanks to their expertise and determination, I was able to reclaim my investment.Though the process was difficult and frustrating, I’m incredibly grateful to WIZARD WEB RECOVERY SERVICES for their unwavering support. Without their assistance, I would still be in the dark, unable to recover what I had lost. Their professionalism and commitment to helping people like me navigate the complexities of online scams gave me a second chance to regain control of my financial future.1 -
BEST USDT AND ETHEREUM RECOVERY EXPERT / MUYERN TRUST HACKER
I have always been intrigued by investing in cryptocurrency, particularly Bitcoin. I had read countless success stories of people who had made significant profits from their investments, and I was eager to jump on the bandwagon. So, a few years ago, I decided to take the plunge and invest a substantial amount of money in Bitcoin. At first, everything seemed to be going well. The value of Bitcoin was steadily increasing, and my investment was growing at a rapid pace. I felt like I was on top of the world, watching my money multiply. However, my happiness was short-lived. One day, out of nowhere, the value of Bitcoin plummeted, and I found myself facing a significant loss. I was devastated. I had put all my savings into this investment, and now it seemed like I had lost everything. I didn't know where to turn or what to do. I felt like I had hit rock bottom, and I was desperate for help. That's when I stumbled upon MUYERN TRUST HACKER, a company specializing in helping people recover lost funds from online scams and fraudulent investments. I was initially skeptical, but after reading countless positive reviews and testimonials, I decided to try them. I reached out to MUYERN TRUST HACKER, explained my situation, and they immediately got to work. They thoroughly investigated my case, tracking down the scammers who had swindled me out of my money. It wasn't easy, but they were relentless in their pursuit of justice. And finally, after weeks of hard work and dedication, they managed to recover a significant portion of my lost funds. With the help of MUYERN TRUST HACKER, I turned my losses into a valuable lesson. I had learned to be more cautious and vigilant in my investments, to do thorough research before committing my money, and to seek professional help when things went awry. I also discovered the power of perseverance and determination, traits that would serve me well in my future endeavors. Inspired by my newfound success, I decided to delve deeper into the world of cryptocurrency and investing. I took courses, attended seminars, and sought out mentorship from experts in the field. I honed my skills, expanded my knowledge, and diversified my portfolio to minimize risk and maximize returns. Slowly but surely, my efforts paid off. Today, I am proud to say that I have achieved financial success beyond my wildest dreams. My investments have grown exponentially, and I have built a secure future for myself and my loved ones. I owe a great deal of my success to MUYERN TRUST HACKER, whose timely intervention and expertise turned my life around. Talk to a rep via:
( muyerntrusted(@)mail-me(dot) c o m ) ( Tele gram: muyerntrusthackertech )
Thank you..19 -
FAST AND DISCREET CRYPTO RECOVERY WITH FUNDS RECLAIMER COMPANY
My name is Dave, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. after some research and many anxious nights, I came across FUNDS RECLAIMER COMPANY. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by FUNDS RECLAIMER COMPANY put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, FUNDS RECLAIMER COMPANY demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, FUNDS RECLAIMER COMPANY was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to FUNDS RECLAIMER COMPANY, I now have hope that I can move on from this financial setback and regain control of my life.
FOR MORE INFO:
Email: fundsreclaimer(@) c o n s u l t a n t . c o m
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
Website: h t t p s ://fundsreclaimercompany . c o m
1 -
FAST AND DISCREET CRYPTO RECOVERY WITH FUNDS RECLAIMER COMPANY
My name is Dave, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. after some research and many anxious nights, I came across FUNDS RECLAIMER COMPANY. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by FUNDS RECLAIMER COMPANY put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, FUNDS RECLAIMER COMPANY demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, FUNDS RECLAIMER COMPANY was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to FUNDS RECLAIMER COMPANY, I now have hope that I can move on from this financial setback and regain control of my life.
FOR MORE INFO:
Email: fundsreclaimercompany(@) z o h o m a i l . com
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
Website: h t t p s ://fundsreclaimercompany . c o m
1 -
HOW TO RECOVER STOLEN CRYPTOCURRENCY HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
Am a doctor based in Tasman, New Zealand, and I found myself caught up in a terrible situation that left me feeling betrayed and out of pocket by $20,000. It all started when I came across what seemed like a lucrative foreign business investment opportunity. The venture appeared legitimate, with professional-looking materials and a convincing sales pitch. I was assured of substantial returns, so I decided to invest a significant amount of money. However, after a few months, things started to go wrong. The company became increasingly difficult to contact, and the updates I was promised never arrived. At first, I told myself it was just a delay, but then I noticed the red flags — they stopped answering calls and emails, and I couldn’t get any clear information on my investment. It became clear that I had fallen victim to a scam. I was devastated. Not only had I lost a significant amount of money, but I also felt embarrassed for having trusted the wrong people. I didn’t know where to turn, but that’s when I found ADWARE RECOVERY SPECIALIST. I reached out to them, hoping they could help me recover my funds. From the moment I contacted them, I felt relieved. The team at ADWARE RECOVERY SPECIALIST was professional and thorough, assuring me that they had the expertise to track down the fraudsters. They immediately launched an investigation into the business venture and used advanced tracking tools to trace the scam. The team worked tirelessly, collaborating with international authorities and financial institutions to gather crucial information about the scam’s origins and the people behind it. It wasn’t an easy or quick process, but after weeks of dedicated work, ADWARE RECOVERY SPECIALIST was able to successfully locate the fraudsters and freeze their assets. In the end, they managed to recover the full $20,000 I had lost. I was astounded by their persistence and expertise, and I truly appreciated how they kept me updated every step of the way. Thanks to ADWARE RECOVERY SPECIALIST, I was able to get my money back, and the experience taught me invaluable lessons about the importance of being cautious with foreign investment opportunities. I’m incredibly grateful for their help and feel more confident knowing that there are professionals out there who can help victims like me recover from such scams.1 -
SUCCESSFUL CRYPTO AND BITCOIN RECOVERY EXPERT HIRE WIZARD WEB RECOVERY SOLUTION FOR EASY PROCESS
In January 2025, I was drawn into a Bitcoin investment scam that nearly cost me everything. The website looked professional, with glowing testimonials and promises of "guaranteed profits" and "high returns with minimal risk." Believing I had found the perfect opportunity, I invested all my savings $350,000. For a while, everything seemed perfect. My balance grew, and I received frequent updates from the site, convincing me I was on the right track.But when I tried to withdraw my funds, the problems started. My request was marked as "pending," and when I contacted support, they claimed it was a "technical issue." Days turned into weeks with no progress. I kept receiving excuses, but it became clear I was being scammed. The phone numbers were disconnected, emails went unanswered, and my hopes of ever seeing my money again were fading fast.Desperate, I remembered hearing about WIZARD WEB RECOVERY SOLUTION, a company that specializes in helping people recover funds from scams. I reached out to them, unsure if they could help, but desperate for a solution. WIZARD WEB RECOVERY SOLUTION immediately started investigating and, after a few weeks, they successfully tracked down the fraudsters and recovered every single dollar I had lost. I couldn’t believe it when I saw the funds back in my account.I was so grateful to WIZARD WEB RECOVERY SOLUTION that I paid a 10% service charge on the recovered funds. Their expertise and persistence were the only reason I got my money back. They didn’t just recover my funds, they gave me back my peace of mind.Now, I want to share my story to warn others. Scammers can be incredibly convincing, and these online investment schemes can be hard to spot. But if you find yourself in a similar situation, know that help is available. WIZARD WEB RECOVERY SOLUTION can track down scammers and help you recover your lost funds, just like they did for me. Their service was a lifesaver, and I’m forever thankful for the support they provided during a very dark time.1 -
When I first got involved in crypto, I was excited by the potential for growth, but I never imagined it would end in such a nightmare. I had found what seemed like a trustworthy investment opportunity, one that promised incredible returns with little risk. After weeks of careful research, I took the leap and sent a large sum of money to the platform. Everything appeared legitimate: a professional website , user testimonials, and even responsive customer support. But then, overnight, the platform vanished without a trace. The website was gone, and my emails went unanswered. I was left in shock, staring at an empty screen, wondering how I could have been so naive.I felt foolish, embarrassed, and completely powerless. I couldn’t believe I’d fallen for such a blatant scam. For weeks, I tried everything by contacting the platform, reporting the scam to authorities, and even reaching out to other so-called recovery services. But each attempt only deepened my frustration. I was met with either silence or more false promises. My hopes were dashed, and I began to believe I’d lost everything. The financial and emotional toll was overwhelming, and I was ready to give up, convinced there was no way back.Just when I was about to lose all hope, I came across a recovery team called HACK SAVVY TECH. Unlike the others, they didn’t make lofty claims or promise instant results. They offered a more thoughtful, strategic approach—one that was based on careful investigation and tailored solutions. They understood exactly what I was going through, and their empathy was genuine. What really set HACK SAVVY TECH apart was their transparency and honesty. They didn’t overpromise or make any false assurances. Instead, they worked with me every step of the way, explaining their process and providing regular updates. HACK SAVVY TECH utilized advanced techniques and industry knowledge to track down traces of the scam. They worked tirelessly behind the scenes, and over time, I began to see progress. While I didn't get all my money back, I was able to recover a significant portion, and more importantly, I regained my sense of control. It wasn’t an easy journey, but the support and professionalism of HACK SAVVY TECH turned my nightmare into a lesson in resilience. It gave me hope again, proving that even in the darkest times, there can be a way forward.
mail: contactus @hacksavvytechnology. com
Website: https: //hacksavvytechrecovery. com
Whatsapp : +799982950381
