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 - "c# frustrated"
-
Feeling frustrated when you cut (ctrl-x) and move to the place you want to paste then you pushed copy (ctrl-c) only to lose what you cut.7
-
At the age of 9, I was getting frustrated that my Commodore 64 didn't always respond the way I wanted. So I had to teach it to do better. BASIC was the language. Plenty of GOTOs. In the end I got so much connected to GOTO idiom that I used it extensively in my C++ OO exam in college. Needless to say, the professors were stunned and blatantly disgusted with my code.1
-
Tl;Dr - It started as an escape, carried on as fun, then as a way to be lazy, and finally as a way of life. Coding has defined and shaped my entire life from the age of nine.
When I was nine I was playing a game on my ZX spectrum and accidentally knocked the keyboard as I reached over to adjust my TV. Incredibly parts of it actually made a little sense to me and got my curiosity. I spent hours reading through that code, afraid to turn the Spectrum off in case I couldn't get back to it. Weeks later I got hold of a book of example code to copy out to do various things like making patterns on the screen. I was amazed by it. You told it what to do, and it did it! (don't you miss the days when coding worked like that?) I was bitten by the coding bug (excuse the pun) and I'd got it bad! I spent many late nights on that thing, escaping from a difficult home life. People (especially adults) were confusing, and in my experience unpredictable. When you did things wrong they shouted at you and threatened to take you away, or ignored you completely. Code never did that. If you did something wrong, it quietly let you know and often told you exactly what was wrong. It wasn't because of shifting expectations or a change of mood or anything like that. It was just clean logic, simple cause and effect.
I get my first computer a year later: an IBM XT that had been discarded by a company and was fitted with a key on the side to turn it on. With the impressive noise it made it really was like starting an engine. Whole most kids would have played with the games, I spent my time playing with batch scripts and writing very simple text adventures. And discovering what "format c:" does. With some abuse and threatened violence I managed to get windows running on it. Windows 2.1 I think it was.
At 12 I got a Gateway 75 running Windows 95. Over the next few years I do covered many amazing games: ROTT, Doom, Hexen, and so on. Aside from the games themselves, I was fascinated by the way computers could be linked together to play together (this was still early days for the Web and computers networked in a home was very unusual). I also got into making levels for Doom, Heretic, and years later Duke Nukem 3D (pretty sure it was heretic; all I remember is the nightmare of trying to write levels entirely by code!). I enjoyed re-scripting some of the weapons and monsters to behave differently. About this time I also got into HTML (I still call this coding, but not programming), C, and java. I had trouble with C as none of the examples and tutorial code seemed to run properly under a Windows environment. Similar for my very short stint with assembly. At some point I got a TI-83 programmable calculator and started rewriting my old batch script games on it, including one "Gangster Lord" game that had the same mechanics as a lot of the Facebook games that appeared later (do things, earn money, spend money to buy stuff to do more things). Worried about upcoming exams, I also made a number of maths helper apps, including a quadratic equation solver that gave the steps, and a fake calculator reset to smuggle them into my exams. When the day came I panicked and did a proper reset for fear of being caught.
At 18 I was convinced I was going to be a professional coder as I started a degree in Computer Science. Three months later I dropped out after a bunch of lectures teaching what input and output devices were and realising we were only going to be taught Java and no C++. I started a job on the call centre of a big company, but was frustrated with many of the boring and repetitive tasks we had to do. So I put my previous knowledge to use, and quickly learned VBA to automate tasks. It wasn't long before I ended up promoted to Business Analyst where I worked on a great team building small systems in Office, SAS, and a few other tools.
I decided to retrain in psychology, so left the job I was in and started another degree. During my work and placements my skills came in use a number of times to simplify and automate tasks. I finished my degree, then took a job as a teaching assistant while I worked out what I wanted to do next and how to pay for it. Three years later I've ended up IT technican at the school, responsible for the website, teaching a number of Computing lessons each week, and unofficial co-coordinator for Computing as a subject. I also run a team of ten year old Digital Leaders who I am training in online safety and as technical experts; I am hoping to inspire them to a future in coding. In September I'll be starting teacher training with a view to becoming a Computing specialist teacher. Oh, and I'm currently doing a course in Android Development in my free time.
And this all started with an accidental knock on the keyboard of a ZX Spectrum.6 -
Everyone was a noob once. I am the first to tell that to everyone. But there are limits.
Where I work we got new colleagues, fresh from college, claims to have extensive knowledge about Ansible and knows his way around a Linux system.... Or so he claims.
I desperately need some automation reinforcements since the project requires a lot of work to be done.
I have given a half day training on how to develop, starting from ssh keys setup and local machine, the project directory layout, the components the designs, the scripts, everything...
I ask "Do you understand this?"
"Yes, I understand. " Was the reply.
I give a very simple task really. Just adapt get_url tasks in such a way that it accepts headers, of any kind.
It's literally a one line job.
A week passes by, today is "deadline".
Nothing works, guy confuses roles with playbooks, sets secrets in roles hardcodes, does not create inventory files for specifications, no playbooks, does everything on the testing machine itself, abuses SSH Keys from the Controller node.... It's a fucking ga-mess.
Clearly he does not understand at all what he is doing.
Today he comes "sorry but I cannot finish it"
"Why not?" I ask.
"I get this error" sends a fucking screenshot. I see the fucking disaster setup in one shot ...
"You totally have not done the things like I taught you. Where are your commits and what are.your branch names?"
"Euuuh I don't have any"
Saywhatnow.jpeg
I get frustrated, but nonetheless I re-explain everything from too to bottom! I actually give him a working example of what he should do!
Me: "Do you understand now?"
Colleague: "Yes, I do understand now?"
Me: "Are you sure you understand now?"
C: "yes I do"
Proceeds to do fucking shit all...
WHY FUCKING LIE ABOUT THE THINGS YOU DONT UNDERSTAND??? WHAT KIND OF COGNITIVE MALFUNCTION IA HAPPENING IN YOUR HEAD THAT EVEN GIVEN A WORKING EXAMPLE YOU CANT REPLICATE???
WHY APPLY FOR A FUCKING JOB AND LIE ABOUT YOUR COMPETENCES WHEN YOU DO T EVEN GET THE FUCKING BASICS!?!?
WHY WASTE MY FUCKING TIME?!?!?!
Told my "dear team leader" (see previous rants) that it's not okay to lie about that, we desperately need capable people and he does not seem to be one of them.
"Sorry about that NeatNerdPrime but be patient, he is still a junior"
YOU FUCKING HIRED THAT PERSON WITH FULL KNOWLEDGE ABOUT HAI RESUME AND ACCEPTED HIS WORDS AT FACE VALUE WITHOUT EVEN A PROPER TECHNICAL TEST. YOU PROMISED HE WAS CAPABLE AND HE IS FUCKING NOT, FUCK YOU AND YOUR PEOPLE MANAGEMENT SKILLS, YOU ALREADY FAIL AT THE START.
FUCK THIS. I WILL SLACK OFF TODAY BECAUSE WITHOUT ME THIS TEAM AND THIS PROJECT JUST CRUMBLES DOWN DUE TO SHEER INCOMPETENCE.
5 -
Im so frustrated with myself . I've always been afraid of being stupid . Perhaps it was because i was always called the "less intelligent" sibling by my parents . Well i did self-learn java , c++ and android (when i was 15) and made some apps and i did get acknowledged finally but i may have not acknowledged myself . I got into college a couple years ago and i can tell you right out that its like an island filled with stupidity. The teachers , the students. The other day i caught my teacher learning how a transistor works. This is unacceptable for someone who is teaching us advanced op-amps and other circuits . Well , I did get into this college cause it was less tedious and i thought college doesn't matter cause i can self-learn . All i needed was free time . Well college totally destroyed that too and provided no facilities in the process as well . So yeah should i blame my college for my inability to do things the past couple years. I mean i don't think i've learnt a single thing all this while. This is where my frustration begins cause i dont want to blame the college , it's not going to help me and i'll probably end up in a 9 to 5 call center job at this rate . Im also very heavily frustrated with myself , it's like everything i've done so far has been a path of least effort. I have tried a few things which were all just fads like machine learning and crypto and even trading . They felt good and thats what scares me , maybe i don't have the passion and am just looking for a quick buck . This is clearly reflected in the ideas i've been having as well . Well i've never had access to proper funds but now im just trying to justify this layman emotion . I just want to learn and be passionate about learning , researching and i just want enough funds for that . But im afraid , maybe its just that i want to feel superior than my circle . I mean i still don't know why i tried learning rust and wasted even more time setting up fedora and everything around it while i already had a working debian setup and a programming language i'm kind of versed with . i wouldn't say well cause im a self learner and i feel guilty for that . I definitely know i just learnt the surface of the language . Deep down i'm just another stupid fad obsessed guy who feels better by choosing a more complex language that my colleagues look upto . Is this what i am , if so im scared and i don't know what to do . People say that you are what you are and you cant change that . If i cant change this then i dont deserve this wasteful stupid life . I don't know what i should do and it makes me cry . Maybe acknowledging this would've helped but it hasn't , I've felt better playing fortnite rather than learning some basic electronics. Im another one of those aren't I ?17
-
90's programmer used to code in turbo
C and ms-dos. Nowadays ide also make us frustrated sometimes.
8 -
Two days ago, I was solving a coding challenge on hackerank, I was so frustrated I couldn't get one year to pass, I tried c++, python, Golang, same shit, still that same test...I couldn't sleep, I close my eyes, I see this in my sleep, I go back to my keyboard, 4am, I am still on this challenge, 6am, nothing, then I decided to go have breakfast and hang out with a friend, then while hanging out he said "don't finish the pizza, that's my lunch" immediately it clicked in my head that I was missing a logic of less than zero as it was stated as a constraint, I immediately went back home and now all test cases passed....guess what, I now have malaria from not sleeping under the net 😭😭...
P.S: I am Nigerian tho, mosquitoes are a thing5 -
Messed Up my first Coding Interview and that too of Google!
My first rant.
The first question was not an easy one. I cracked it though. Happy. Very Happy! I had 40 minutes left for the second question. And then came the nightmare. Okay, my foolishness.
I compiled my code. Compilation error.
Declared variables. Compilation Error!
Imported Libraries. Compilation Error!
Changed vector to an array. compilation Error!
Checked the loop for edge cases. Compilation Error!
Cannot use an IDE too. Tab's change is not allowed.
My score was still ZERO and I had only 15 minutes left.
Then lazily my eyes went to the language selected. It was C. I wrote the code in C++.
I mean HOW CAN I BE SOOOO STUPID??
I was coding in an entirely different language!
But..But, the story doesn't end here.
Next, I copied the code and switched languages. NOOO, my code was lost. I couldn't paste my code!!
I checked the timer- 5 minutes left.
Somehow, I managed to rewrite the code. And submitted it at the last minute.
I have no idea what will be the results. I just solved 1/2 questions.
SAD but FRUSTRATED at my stupidity :(5 -
I get it, Unreal Engine's Blueprints are for quick mock ups, but man, that shit is really complicated, more than coding the same thing on C++.
God, I'm frustrated with that, then the "boss" decided to do an "online survival medieval rpg" game, seriously?
Don't you think that it will fail? LIKE THE THOUSANDS BEFORE?
At least I'm getting experience ¯\_(ツ)_/¯1 -
Built a C#/.NET application with support for a serial device. Tested it on systems A, B, C initially, all Windows system, same .NET version, same targeting, same build tool version, same initial connection configuration etc, etc.
Testing - works on A and C, B nopes.
...
OK, let's check the source, is there something about B that makes it impossible to execute that bit? - No, there is not, you checked that already, stop poking around, it definitively should work on B.
...
OK, maybe admin privileges, there is I/O involved, didn't need that on A and C, but who knows - nope, doesn't work on B.
...
OK, maybe something wrong with the connection settings? First try at reinstalling driver - but no, it doesn't work on B.
...
OK let's try with another device - more/less devices on B. Other USB ports. No. Still does not work on B.
...
OK, this is stupid, but, is the cabling alright? It is, of course it is, stupid - but it still does not work on B.
...
OK, at that point I'm just gonna ask a colleague, GrumpySoftwareDev whether he has any clue why it doesn't work on B. GrumpySoftwareDev knows nothing, but discovers that one of his applications doesn't work on Windows 10. You know nothing, Jon Snow, but it doesn't work on B.
...
OK, now I'm just going to ask another colleague TheLastOfHisKind who handed B down to me somewhat bluntly if he ever experienced problems when working with B and its serial configuration. TheLastOfHisKind tells me he does not and kindly offers me some input on the situation. Still no progress to get it working on B but he hinted he might have fucked up B's driver. I already reinstalled the driver but didn't reboot, which comes after reinstall.
...
OK, I'm just gonna remove and re-install the driver, then restart. Hu! Now the UI is gone but another serial device reacted on a general call. Not fully working on B but we're getting there.
...
OK, I don't know, I'm getting frustrated, let's borrow another system D - which has roughly the same configuration as B - from my colleague StrongCurrentGuy. StrongCurrentGuy borrows me his system and cautions me not to break it. I install the driver, plug the device and copy the application from B. It just works on D. Not on B though.
...
OK, you know what. I'm done. For shits and giggles I'm gonna remove that driver again, reinstall it and restart, maybe it'll magically work afterwar- WHAT THE HELL, I JUST OPENED IT AFTER RESTARTING, IT JUST WORKS - ON B!
... seriously, what the fuck. But yeah, at least it works now.4 -
>Wanted to become a hacker because I thought it was cool and fun
>Googled how to become a hacker
>Read a lot of articles
>Talked about it with nerdy friends who ended up helping me with a few resources
>Found Hack Forums
>Stayed on Hack Forums for a while and learnt a lot about malware and hacking and realized I needed to learn how to code to build my own hacking programs
>Got a book from a friend (It was a dev book based on basic)
>Got fascinated with programming and quickly moved on to C++
>Got frustrated with C++ and quit programming for months
>Got introduced to VB.Net and I finally could write codes and development a lot of applications, mainly malware creators and crypters as they were called on HE
>Quit HF and hacking and got into coding seriously and learnt web dev , then java and developing android apps and I have been happy since.2 -
Today I was debugging some shitty code left by unknown developer whos linkedin account is dead and phone number left in contact card calls local pizza house.
I knew it qould be hard so i've made myself comfortable, gathered 5 redbulls and other items that diabetes people would kill for eating again.
After around 10 minutes i was already frustrated but i kept the pace. "Who is the best, little devie, you!" - I fooled my ego to keep up and shut up.
After around 10 next minutes my attention span has ended. Limbic system started injecting some hormones into my brain, but I remained silent.
First two energy shots were applied. I felt like hero again. Two minutes after I was debugging through some library that was written fo java and found out that it ahots some natives to a c lang lib called "mypreciouslib".
Oh flock, how can i debug it if ita compiled , I cannot do such things, Me be only junior dev. I started swearing, but silently.
Started ollydbg to see what is inside livrary, i searched through but i couldnt match anything it was like mess stirred with fecals of an elephant.
So I opened aida pro " with vitamins" cause obviously, our pm says "but you write in java right " so we dont need those tools right ? Fuck no.
Aida was better at least i could find some funcions calls, but hey, the progress. I was swearing out loud, with earplugs in. And by the time I've sweared all the things in company i got a reminder.
"Hey -insane- stop swearing, the children are here."-sayys pm, it is some kind of " family and work " shitfuck day.
So i asked them: " why wouldnt you buy this fucking tools for programmming for us , you wouldnt have to hear me fucking swearing" . then i realized that , colleagues in room heard all of it, and one of them, total fuckface buttlicker(dev without bit of knowledge) started something like "you are wrong, see how good our software is sellling". Pm was like smiling like he thanked him for buttlicking again. Not to mention he is officially retarded and i know his password to all our services cause he is so smart to put it into text file and then have sharing files in windows turned on.
The other one told aloud, that we would be much better with some debugging tools that are better than fucking eclipse if we have to work without code.
PM told us that he will arrange a meeting. At that point I didnt care any longer. I just fired myself, fuck them.
Please saint Stallman give me hope and joy of programming from my teenage years. Uhhh..2 -
Am I the only one who enjoys learning low languages like C/C++ and absolutely hate Java (seriously FUCK Java so much I hate using it)
Working with pointers and just having the compiler completely explode in your face because you forgot a semicolon or an index out of bounds maybe a bracket just disappeared and you are frustrated but then you fix it and voila it works like magic.
Maybe it's just a thing of mine because C++ was the first programming language I learned and I miss this feeling of hopelessness (I think I might have done BDSM fetishes) and it makes me feel nostalgic.
When I was first learning them all I thought about was how cool this stuff is.19 -
Weee both projects from yesterday went perfect...
Usual most of my projects end up fucked up because I want to do stuff I don't know how to... (well, I'm learning so I don't get frustrated, just pick up another idea).
Air cooler for power people V 1.1 works perfect. Today we will get almost 40 C and I feel the cold air in my face.
2 -
How are Coding Bootcamps and what are they like?
A little background:
I’ve been going to a University (have a year left for a CS degree) and I am so EXTREMELY frustrated. I thought I would get an education but it’s so underwhelming. 95% of it doesn’t involve programming and the classes that do are so elementary that I know more than the professors. By the end of my web design course we had been taught to center text, insert images, insert links, and how to use tables with a single day on CSS using colors.
The OOP courses are all the same, learn variables, types, conditionals, loops, classes, functions, and so forth. Python, C++, and Java. I taught all this to myself when I was 15, I’m 29 now.
I’ve recently gotten extremely interested into full stack web development. .NET Core, React, Typescript. I’m also working with Electron. I’m basically 100% self taught and spend almost every waking moment trying to learn more and apply it.
There’s only one person at my school who has the same passion as me and he’s the president at the coding club but is going into machine learning and big data (I’m the Secretary) and I just wish I could interact with more people who have the same passion. I would love to be challenged. I feel as if I spend more time trying to learn and diagnose problems then applying my knowledge because web development is so complicated when it comes to connecting everything together and I’m still relatively new to it (started like 4 months ago). I’m an extremely fast learner and extremely dedicated so I’m not worried about that being an issue.
I just really want to be a part of a community where I have people who can answer my questions and I don’t have to spend hours or days on google finding a solution to integrating Webpack or using typescript with react, and more. I want to feel challenged.
Can I get this from a boot camp? I recently listened to a podcast from Syntax and it really excited me but I don’t want to be let down again. Either way I’m finishing my degree to get that bullshit $60000 piece of paper but I wouldn’t mind taking a couple months off for something like this if it’s worth it.
I live in CO so if you have any Bootcamps in CO that you recommend, I’d love to hear it and take a trip to check it out in person.
Thanks a bunch!10 -
Guys should I quit my CURRENT job ? I feel like I should find another job because of the following reasons
a. I suck. I know I can't complete the task given. The task given is to build a trading bot. I can't complete it because of my incompetent trading knowledge and i find it difficult to understand trading logic and I tried my level best even paying someone to private tutor me but the tuition fees are too high and I still don't understand. Btw I am from a web development background
b. It has been 3 months in this company. I feel like I am not doing anything. I feel like a loser who has been eating free salary without contributing anything. Sure I have managed to write few strategies on pinescript.
c. I dread everyday to even do anything. I use to feel accomplished in my previous job. Nowadays I cant hope to feel like a complete idiot.
d. I don't have the motivation or fire that I use to have when I was a web developer. I just hate looking at code nowadays.
e. Algo Trading is too difficult for me. I don't feel like I am progressing anywhere.
f. Nobody in my company knows how to build a bot or have any knowledge on this.
g. Python dataframes , plots, charts bores me to death and I am really no interested to even look at it.
I am just so frustrated as I am typing this and I am becoming tired and exhausted to go to work everyday because everyday I am so clueless on what to do. You need at least some idea where to go to but I don't. Everyday I feel like a complete clueless moron.9 -
I often think of how words are made, how they relate to other words, sometimes I discover interesting relations and etymologies.
Like the word ASSISTANCE. ASS-IS-T[A|E]N[S|C]E. And sure enough we need it most when we are frustrated and our asses are tense.
Coincidence? Idk. But I'll never see this word the same again.
Neither will you.
Ur welcome5 -
Flight Gear.
I had one heck of a time during my pre teen days flying airplanes and going to famous cities around the world in this cool flight simulator game. On a related memory, I think it was in 2008 or something, when Yahoo messenger was the popular thing, I sent a message to one of the main developer about how I can build planes and stuffs for the game. He responded and said something about C++ and some documentations.
This was way before I knew anything about programming. I found myself frustrated about not knowing or understanding any of the guides.
Then puberty happened. -
There was MCQ test based on Java we were required to give by our degree college, partnered with this firm.
The image is not even the tip of the iceberg.
3 of the four options in every question were same.
Select A and later come back to the question, you'll find option C as selected.
Never was I ever this frustrated, not even all the times I've encountered a NPE.
Shitty shitty shitty as fuck.
-
Today is thursday. Oh no.
At thursdays I have a 8h30-19 schedule (I have 1h30' of free time to go home and cry after I finish a class at 15h30 though) and there's this one class I DREAD. It's a 2h class at 17h and it's an exercise class. This wouldn't be so bad it I actually understood the code behind the exercises, because they don't teach us code in the theory classes (btw it's C. I hate that language because of all this). The teacher pretty much tells us "do this exercise", waits like 10' and then starts to (try to) explain what we're supposed to do. Oh my god.
The other day he was like "write "exec ( ... "text" ... )", compile and execute". It didn't work. Of course it didn't why would it? I was switching around between terminal, manual and text editor, to no avail. In the end he explained but I don't think I got it.
Every time I think about this class I die a little inside and start to become somewhat anxious to be honest. The theory is not that that hard, the practice part is what is killing me (I have test in 2w but I'm just gonna start studying earlier so I can go watch this match LoL).
Does someone know a good book (preferably online, if possible) or a good website on C? I really need to read that, that language is killing me.
Bonus: the other day I had to do a homework that was to be delivered. We had to write a program that read the program and its arguments like this:
./program_name
numArgs
arg1
arg2
etc
I wrote the code, had some bumps in the way, asked a colleague for help because we needed to have a custom function made that was to be done in the class but that I couldn't make because of the reasons above. Then it came the time to test. My VM broke (I think I'm gonna format my PC to try to fix that. Have installed some other versions of the VM but the installations fails or the machine doesn't start) so I sent it to said colleague to test. She said it did OK and so I sent the work to this website we have to send our works to.
"2 errors".
What? What happened? She said it worked just fine.
Looked at my code, couldn't see anything wrong.
Asked the same colleague for help.
Turns out I missed a space. A SPACE. I don't think I've ever felt so frustrated in my life. A presentation error in Java is a good thing, at least we know the program works fine, it's just the output that's wrongly formatted. But C? Nope, errors all around, oh my god. I'm still mad about it.
And I owe her a chocolate.1 -
Be me first time using python forced into it.
Get frustrated with all the syntax errors you make and Python's cancerous horseshit syntax.
Chase a weird desync problem between C code client and Python raspberry pi controller.
Make 7000 changes to the code and run out of ideas because nothing makes sense anymore.
Decide to go ahead and write C code.
Find out you've been writing code to a different file and running an older version of the code.
I'm a retatd FML don't be like me.
6 -
Can there be a happy rant?
This is going to be a bit of a rambling semi coherent story here:
So this customer who just doesn't know what their data schema is or how they use it (they're a conglomeration of companies so maybe you get how that works out in a database). For every record there's like a ton of reference number type things mapped all over the DB to fit each companies needs needs.
To each company the data means something different, they use the data differently, and despite their claims otherwise, I think there are some logical conflicts in there regarding things like "This widget is owned by company A, division B, user C.". I'm also pretty sure different companies actually don't agree on who owns what... but when I show them they just sort of dance around what they've said in the past...
So I write a report (just an SQL query that outputs ... somewhere ... I mean what isn't that?) that tells them about all the things that happened given X, Y, Z.
Then every damn morning they'd get all up in arms about how some things are 'missing' but sometimes they don't know what or why because they've no clue what the underlying data actually is / their own people don't enter the data in a consistent way. (garbage in garbage out man...)
So I've struggled with this for a few weeks and been really frustrated. Every morning when I'm trying to do something else ... emails about how something isn't working / missing.
In the meantime I'm also frustrated by inquiries about "hey this is just a simple report right?" (to be clear folks asking that aren't being jerks, and they're not wrong ... it really should be simple)
Anyway my boss being the good guy he is offers to take it over, so I can do some things. Also sometimes it helps just to have someone else own something / not just look it over.
So a few days into this.... yup, emails coming in about things 'missing' or 'wrong' every day.
Like it sucks, but it's nice to see it suck for someone else too as validation. -
[CONCEITED RANT]
I'm frustrated than I'm better tha 99% programmers I ever worked with.
Yes, it might sound so conceited.
I Work mainly with C#/.NET Ecosystem as fullstack dev (so also sql, backend, frontend etc), but I'm also forced to use that abhorrent horror that is js and angular.
I write readable code, I write easy code that works and rarely, RARELY causes any problem, The only fancy stuff I do is using new language features that come up with new C# versions, that in latest version were mostly syntactic sugar to make code shorter/more readable/easier.
People I have ever worked with (lot of) mostly try to overdo, overengineer, overcomplicate code, subdivide into methods when not needed fragmenting code and putting tons of variables.
People only needed me to explain my code when the codebase was huge (200K+ lines mostly written by me) of big so they don't have to spend hours to understand what's going on, or, if the customer requested a new technology to explain such new technology so they don't have to study it (which is perfectly understandable). (for example it happened that I was forced to use Devexpress package because they wanted to port a huge application from .NET 4.5 to .NET 8 and rewriting the whole devexpress logic had a HUGE impact on costs so I explained thoroughly and supported during developement because they didn't knew devexpress).
I don't write genius code or clevel tricks and patterns. My code works, doesn't create memory leaks or slowness and mostly works when doing unit tests at first run. Of course I also put bugs and everything, but that's part of the process.
THe point is that other people makes unreadable code, and when they pass code around you hear rising chaos, people cursing "WTF this even means, why he put that here, what the heck this is even supposed to do", you got the drill. And this happens when I read everyone code too.
But it doesn't happens the opposite. My code is often readable because I do code triple backflips only on personal projects because I don't have to explain anyone and I can learn new things and new coding styles.
Instead, people want to impress at work, and this results in unintelligible, chaotic code, full of bugs and that people can't read. They want to mix in the coolest technologies because they feel their virtual penis growing to showoff that they are latest bleeding edge technology experts and all.
They want to experiment on business code at the expense of all the other poor devils who will have to manage it.
Heck, I even worked with a few Microsoft MVPs.
Those are deadly. They're superfast code throughput people that combine lot of stuff.
THen they leave at you the problems once they leave.
This MVP guy on a big project for paperworks digital acquisiton for a big company did this huge project I got called to work in, which consited in a backend and a frontend web portal, and pushed at all costs to put in the middle another CDN web project and another Identity Server project to both do Caching with the cdn "to make it faster" and identity server for SSO (Single sign on).
We had to deal with gruesome work to deal with browser poor caching management and when he left, the SSO server started to loop after authentication at random intervals and I had to solve that stuff he put in with days of debugging that nasty stuff he did.
People definitely can't code, except me.
They have this "first of the class syndrome" which goes to the extent that their skill allows them to and try to do code backflips when they can't even do code pushups, to put them in a physical exercise parallelism.
And most people is like this. They will deny and won't admit, they believe they're good at it, but in reality they aren't.
There is some genius out there that does revoluitionary code and maybe needs to do horrible code to do amazing stuff, and that's ok. And there is also few people like me, with which you can work and produce great stuff.
I found one colleague like this and we had a $800.000 (yes, 800k) project in .NET Technology, which consisted in the renewal of 56 webservices and 3 web portals and 2 Winforms applications for our country main railway transport system. We worked in 2 on it, with a PM from the railway company.
It was estimated 14 months of work and we took 11 and all was working wonders. We had ton of fun doing it because also their PM was a cool guy and we did an awesome project and codebase was a jewel. The difficult thing you couldn't grasp if you read the code is if you don't know how railway systems work and that's the only difficult thing.
Sight, there people is macking me sick of this job11 -
I am actually programming in C# and i learned programming with this language, but my problem is that visual c# have mandy dependencies and i need a language which run on a windows 7 as on a windows 10 machine but with no dependencies to any DotNet-Framework oder any special DLL's is there a language for this?13
-
I started programming with Threads (in C#) I though it can't be this difficult after i get it how to create a delegate right (2 hrs) and interact with my form without a crash (after another hr, but it didn't do this what it supposed to do) there popped up errors kind of randomly out of nothing and I have no idea how to avoid or catch them😩4
-
In the chaotic world of online investments and cryptocurrency trading, trust is a fragile commodity. It takes just one wrong move to lose everything, and unfortunately, many fall victim to sophisticated scams promising high returns with minimal effort. I found myself in such a predicament, having been lured by the deceptive promises of 'Ghost Traders' who vanished into thin air, leaving me in a state of despair. However, amidst the darkness, there was a beacon of hope – Lee Ultimate Hacker. with Lee Ultimate Hacker began at my lowest moment. I had invested a substantial amount, $227,000, entrusting it to the hands of supposed experts who claimed they could multiply it tenfold through Bitcoin trading. As the days passed, my investments seemed to vanish into the digital abyss, along with any hope of recovery. The website of the 'Ghost Traders' disappeared without a trace, leaving me stranded and financially devastated. Frustrated and desperate for a solution, I stumbled upon Lee Ultimate Hacker. Skeptical yet with little to lose, I reached out to them, sharing the harrowing tale of my financial demise. To my surprise, they responded promptly, offering reassurance and a glimmer of hope. Despite my initial reservations, I decided to place my trust in their hands, a decision that would ultimately change my life.The turnaround was swift and astonishing. Within a mere six hours, Lee Ultimate Hacker had accomplished what seemed impossible – they had recouped my entire investment, restoring my faith in the possibility of redemption. It was a moment of sheer relief and gratitude, knowing that there were still honorable entities in the digital realm willing to fight for justice. what set Lee Ultimate Hacker apart is not just their efficiency in recovering lost funds, but also their unwavering commitment to their clients. Throughout the process, they maintained open communication, providing regular updates and guidance to ease my concerns. Their professionalism and dedication were evident at every step, instilling a sense of confidence and trust that had been shattered by previous experiences. Lee Ultimate Hacker goes beyond mere transactional interactions; they prioritize education and empowerment. In sharing my story, I hope to raise awareness about the importance of due diligence and vigilance in the online investment landscape. Their quick tip resonates deeply – if recovery efforts stagnate, it may be time to seek alternative assistance. It's a lesson learned the hard way, but one that I am grateful for nonetheless. In conclusion, I wholeheartedly recommend Lee Ultimate Hacker as a beacon of hope for those who have fallen victim to financial scams. Their swift action, unwavering dedication, and commitment to client satisfaction set them apart as a trusted ally in the fight against online fraud. With Lee Ultimate Hacker by your side, there is light at the end of the tunnel – a chance to reclaim what is rightfully yours and rebuild trust in the digital world. Thank you, Lee Ultimate Hacker, for restoring my faith and helping me reclaim what was lost.
Contact :
L E E U L T I M A T E H A C K E R @ A O L .
C O M
S u p p o r t @ l e e u l t i m a t e h a c k e r . c o m
t e l e g r a m : L E E U L T I M A T E
w h @ t s a p p + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 8
-
HOW TO SECURE AND RECOVER YOUR STOLEN CRYPTOCURRENCY/ CONSULT TRUST GEEKS HACK EXPERT
( E m a i l : in fo @ trust geeks hack expert . c o m)
(Te le G r a m:: Trust geeks hack expert)
(w h a t's A p p +1 7 1 9 4 9 2 2 6 9 3)
(E m a i l: Trust geeks hack expert @ f a s t se r v i c e .c o m )
Over five years ago, I lost access to two of my crypto wallets, which I hadn’t used in years. These wallets contained valuable crypto assets, but I had completely forgotten the passwords, recovery phrases, and security questions. After trying everything I could think of to regain access, I was left feeling hopeless, thinking my assets were gone forever. That’s when I came across ( Trust Geeks Hack Expert ), and I can honestly say they changed the course of my life. Initially, I was skeptical. The idea of recovering forgotten crypto wallets seemed almost impossible. However, from the first moment I contacted the team, I felt a sense of hope. The staff was incredibly professional, empathetic, and genuinely dedicated to helping me recover my wallets. They took the time to fully understand my situation, offering clear explanations and reassuring me that they could assist. The recovery process wasn’t immediate, but it was methodical and thorough. The team worked diligently, guiding me through every step of the process and explaining things in a way I could easily understand. At times, I felt frustrated, especially given how long it had been since I last used the wallets. But the ( Trust Geeks Hack Expert ) team remained patient, offering constant support, and helping me stay focused on the end goal. They made sure I felt secure throughout the entire process, which provided me with the confidence I needed to continue. Finally, after several weeks of hard work, I regained access to my wallets. It was an overwhelming and life-changing moment. Not only did I recover my crypto assets, but I also felt an immense sense of relief and accomplishment. What I thought was lost forever was now back in my hands. Thanks to the ( Trust Geeks Hack Expert ) team, I’m incredibly thankful for ( Trust Geeks Hack Expert ) expertise and dedication.2 -
Search Results for: hire a hacker,【TelegramChannel:LEEULTIMATE】lee ultimate hacker,hire a hacker for social media,deep web hackers for hire,hire email hacker,hire a hacker online,hire hackers for cheating,icloud hacker for hire,hire a hacker to get your account back,whos hiring LUH,best hackers to hire,..
Mark Zuckerberg. That’s the name I was introduced to when I first encountered the cryptocurrency mining platform, WHATS Invest. A person claiming to be Zuckerberg himself reached out to me, saying that he was personally backing the platform to help investors like me earn passive income. At first, I was skeptical—after all, how often do you get a direct connection to one of the world’s most famous tech entrepreneurs? But this individual seemed convincing and assured me that many people were already seeing substantial returns on their investments. He promised me a great opportunity to secure my financial future, so I decided to take the plunge and invest $10,000 into WHATS Invest. They told me that I could expect to see significant returns in just a few months, with payouts of at least $1,500 or more each month. I was excited, believing this would be my way out of financial struggles. However, as time passed, things didn’t go according to plan. Months went by, and I received very little communication. When I finally did receive a payout, it was nowhere near the $1,500 I was promised. Instead, I received just $200, barely 13% of what I had expected. Frustrated, I contacted the support team, but the responses were vague and unhelpful. No clear answers or solutions were offered, and my trust in the platform quickly started to erode. It became painfully clear that I wasn’t going to get anywhere with WHATS Invest, and I began to worry that my $10,000 might be lost for good. That’s when I discovered Lee Ultimate Hacker. Desperate to recover my funds, I decided to reach out to them on LEEULTIMATEHACKER @ A O L . C O M
telegram: L E E U L T I M A T E
wh@t sapp + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 8
for help. In just 24 hours, they worked tirelessly to recover the majority of my funds, successfully retrieving $8,500 85% of my initial investment. I couldn’t believe how quickly and efficiently they worked to get my money back. I’m extremely grateful for Lee Ultimate Hacker’s fast and professional service. Without them, I would have been left with a significant loss, and I would have had no idea how to move forward. If you find yourself in a similar situation with WHATS Invest or any other platform that isn’t delivering as promised, I highly recommend reaching out to Lee Ultimate Hacker. They were a lifesaver for me, helping me recover nearly all of my funds. It's reassuring to know that trustworthy services like this exist to help people when things go wrong. They also specialize in recovering money lost to online scams, so if you’ve fallen victim to such a scam, don’t hesitate to contact Lee Ultimate Hacker they can help!1 -
BITCOIN SCAMS CONTACT SPARTAN TECH GROUP RETRIEVAL FOR RECOVERY
COMPANY CONTACT INFO:
WhatsApp:+1 (971) 4 8 7 - 3 5 3 8
Email: spartantechretrieval (@) g r o u p m a i l .c o m
Telegram:+1 (581) 2 8 6 - 8 0 9 2
How I Overcame a Sophisticated Online Scam: A Recovery journey with Spartan Tech Group Retrieval. Thank heavens I listened to a broadcast that explained how scam victims could use Spartan Tech Group Retrieval to reclaim their money. After contacting the information provided for assistance, I received a prompt response. They asked me to supply all pertinent legal details regarding my investment. Following their instructions meticulously, I was astonished to discover that I successfully got my money back. My ordeal began when I fell victim to a sophisticated online scam. At first, everything seemed legitimate. The website was professional-looking, the representatives were friendly, and the potential returns on my investment were enticing. I invested a substantial amount, fully convinced I was making a wise financial decision. However, when I attempted to withdraw my funds, I encountered numerous obstacles. The website became unresponsive, and each time I reached out for support, I received vague excuses about technical difficulties. It soon became clear that I had been scammed. Feeling helpless and frustrated, I took to the internet, searching for any possible recovery options. That’s when I stumbled upon a broadcast discussing the services offered by Spartan Tech Group Retrieval. Intrigued, I listened intently as the host detailed how they had successfully assisted countless victims in recovering their lost funds. The testimonies of others who had regained their money sparked a glimmer of hope within me. The process began with a simple consultation. The representatives at Spartan Tech Group Retrieval guided me through the necessary steps, emphasizing the importance of gathering all relevant documentation related to my investment. This included transaction records, emails, and any communication I had with the scam operators. They assured me that they had the expertise and resources to handle my case effectively. Once I submitted all the required information, I was kept updated throughout the process. Their team worked diligently, leveraging legal avenues and online recovery strategies to pursue my case. It was a tense waiting game, but their professionalism reassured me. Finally, after what felt like an eternity, I received the news I had been hoping for: my funds were successfully recovered. This experience taught me the importance of vigilance and the necessity of seeking help when faced with adversity. Thanks to Spartan Tech Group Retrieval, I not only regained my money but also learned valuable lessons about online investments and fraud prevention. Their dedication to helping scam victims like me is truly commendable, and I encourage anyone in a similar situation to seek their assistance.
-
How to Recover Lost Crypto Funds from Fake Online Brokers Contact OPTIMISTIC HACKER GAIUS
My Name is Leo Jack. I live in London, UK and am from Switzerland. I lost $728,045.05 that I had invested in cryptocurrency to a fraudulent online broker. My confidence in the broker was bolstered by my initial trading success and the broker's promise of large profits. However, I quickly became aware of the broker's questionable actions and inconsistent conduct. Eventually, the broker departed, taking my assets with them. I felt helpless and frustrated after this encounter, not knowing how to get my money back. I started looking for answers online and found Optimistic Hacker Gaius. I'm thankful that they were able to retrieve 80% of my money. I might not have been able to get my money back without Optimistic Hacker Gaius's knowledge and skills. Strongly Suggested
Mailbox; support @ optimistichackergaius. c o m
Chat on WhatsAp...... with +44 7376 740569
Telegram.... t. me / OPTIMISTICHACKERGAIUSS
3 -
ETH & USDT RECOVERY EXPERT HIRE CHAINDIGGER RETRIEVERS
It all began back in 2024 when a colleague recommended a Bitcoin firm to me. At first, it seemed legitimate. The firm had a polished office, glossy brochures, and testimonials from supposedly satisfied clients. I even met one of their financial advisors in person, which instilled a sense of security about my investment. I started small, with $85,000, but after witnessing my returns grow exponentially week after week, I became increasingly greedy. Convinced that I was on the path to financial freedom, I poured in another $167,000, believing I was making a prudent decision. when I attempted to withdraw my earnings, I was met with excuses about delays in processing. Soon, they began requesting additional payments administrative fees, international transfer taxes, currency conversion fees. I should have recognized the red flags, but I kept paying, desperate to believe that my money wasn’t lost. In total, I handed over another $180,000 before the entire operation vanished one fateful Sunday, leaving me in a state of shock and disbelief. For weeks, I felt hopeless, grappling with the harsh reality that I might never see my money again. I spent countless hours scouring the internet for answers, feeling increasingly isolated and frustrated. Just when I thought all was lost, I stumbled upon ChainDigger Retrievers. They specialized in tracing fraudulent operations and had a stellar reputation for helping victims reclaim their funds. I reached out to them, and their team was incredibly supportive and knowledgeable. They listened to my harrowing story and assured me that they would do everything possible to assist.To my astonishment, they managed to recover about 90% of my funds. While it wasn’t everything, I was beyond relieved because I had feared that all my savings would be lost forever. Getting most of it back felt like a monumental victory. I often wonder what I would have done if I hadn’t found them in time to remedy my situation. Their expertise and relentless pursuit gave me a chance to reclaim most of what I lost. I highly recommend ChainDigger Retrievers to anyone who’s been scammed and needs expert help getting their money back.
h t t p s : / / c h a i n d i g g e r r e t r i e v e r s . c o m
Email: C h a i n d i g g e r r e t r i e v e r @ t e c h i e . c o m
Whatsapp: +1 (442) 264-31649 -
THE SOLUTION: "HOW FOLKWIN EXPERT RECOVERY EMPOWERED ME TO REGAIN MY FINANCIAL FREEDOM"
I advise first-time Bitcoin investors to do their research before entrusting any of the Bitcoin investment websites with their hard-earned funds. I learned this the hard way. These platforms can appear very legitimate, often showcasing fake huge profits to convince users to invest more money. They built my trust by promising high returns and painting a picture of success that seemed too good to pass up. Initially, my investments seemed to yield impressive returns, and I felt encouraged to invest a larger sum. However, the situation quickly turned sour when I deposited a significant amount. After I made the larger investment, my account was intentionally frozen, and the platform demanded additional payments for "verification fees" and other bogus charges before I could access my funds or withdraw any of my supposed profits. They used manipulation tactics to keep me trapped in the scam. I was left frustrated and helpless as I realized I had been duped, losing a substantial sum of 54,000 CAD. It was a very unsettling experience, as I couldn’t figure out where to turn for help. I had no idea how to recover my lost funds or even how to identify the scam. That’s when I came across Folkwin Expert Recovery. They specialize in helping victims of online scams recover their lost funds, and they proved to be a lifeline. Folkwin Expert Recovery took swift action and assisted me through the entire process with professionalism and dedication. They were relentless in their efforts and provided me with regular updates, ensuring that I was always informed about the status of my case. In the end, I was able to successfully recover the money that I thought I had lost forever. Their team’s expertise and persistence in navigating the complexities of these scams made all the difference. If you ever find yourself in a similar scenario where your Bitcoin investments have gone awry, or your account has been frozen by a fraudulent platform, I highly recommend reaching out to Folkwin Expert Recovery. Their support can make all the difference in recovering your funds and protecting yourself from further scams. Always be cautious, do thorough research before making any investments, and never hesitate to seek help if something doesn’t feel right.
(FOLKWIN EXPERT RECOVERY DETAILS)
Telegram: @Folkwin_expert_recovery
WhatsApp + 1 7 4 0 - 7 0 5 - 0 7 1 1
Email: Folkwinexpertrecovery(AT)tech-center. c o m
Regards,
Mr. Sebastian Gorka.1 -
HIRE MUYERN TRUST HACKER FOR STOLEN ASSETS RECOVERY
Being an artist in New York, I rely heavily on online platforms to showcase and sell my work. One day, I was approached by a gallery claiming to offer international exposure for my art. They promised to feature my pieces in exhibitions and connect me with global buyers. Excited by the opportunity, I agreed to their terms, which included an upfront payment of $3000 to cover administrative fees. I transferred the amount, hoping this would be the breakthrough I needed. However, I began to suspect something was wrong after a few weeks. The gallery’s contact person stopped responding to my emails, and when I tried to visit their address, it turned out to be fake. I realized I had fallen victim to a scam. Feeling betrayed and frustrated, I didn’t know where to turn. That’s when I discovered Muyern Trust Hacker on ( Te le gram at muyerntrusthackertech ) I reached out to them, providing all the details I had: the gallery’s information, transaction records, and emails from the scammer. Their team was incredibly supportive and assured me they would do everything possible to recover my funds. Their professionalism and empathy gave me hope during a difficult time. Using their expertise in digital forensics, Muyern Trust Hacker traced the scammer’s digital footprint and identified the offshore account where my money had been transferred. They worked tirelessly with international authorities to track the funds and initiate the recovery process. Within a few weeks, they successfully returned the $3000 to me. The relief I felt was overwhelming. Not only did I get my money back, but I also learned valuable lessons about verifying opportunities and being cautious with upfront payments. Muyern Trust Hacker was a lifeline in my time of need, and I’ll always be grateful for their expertise, dedication, and support. If you ever find yourself in a similar situation, I highly recommend reaching out to Muyern Trust Hacker. They are true professionals who go above and beyond to help their clients. Thanks to them, I can now focus on creating and sharing my art without the burden of losing hard-earned money to scammers. Here is their mail for efficient resolution: (muyerntrusted(@) ma il - me(.) c o m )1 -
CRYPTOCURRENCY SCAM RECOVERY SERVICES GO TO SPARTAN TECH GROUP RETRIEVAL
I left my law career some time ago to focus fully on trading, inspired by a close friend with whom I had studied law. He had become incredibly successful in the trading world, and after observing his progress over the years, I decided to dive into it myself. He mentored me for over a year, sharing his knowledge and strategies, which gave me the confidence to start trading seriously. I began with a cautious $25,000 investment, just to test the waters. To my surprise, within six months, I had turned that initial amount into over $95,000. Encouraged by this early success, I decided to increase my investment to $435,000, believing I was on the right path. For the next two years, my trading went smoothly, and I was able to grow my portfolio steadily. However, I eventually became frustrated with my broker’s frequent changes in fees and rates, so I decided to switch to one that seemed to offer better deals. The new broker promised attractive rates and appeared legitimate, so I made the decision to transfer my funds. Unfortunately, that turned out to be a disastrous mistake. The new broker was a scam. When I tried to withdraw my profits, I faced long delays, ignored emails, and unanswered phone calls. Panic set in as I realized that my entire investment was at risk. Soon after, the broker’s website went offline, and I was left with no way to contact them or access my funds. In my desperation, I reached out to a fellow trader who had gone through a similar situation. He recommended SPARTAN TECH GROUP RETRIEVAL, a firm that had helped him recover his lost assets. Skeptical but hopeful, I decided to give them a try. From the moment I contacted SPARTAN TECH GROUP RETRIEVAL on this Email: spartantech (@) c y b e r s e r v i c e s . c o m, I was impressed by their professionalism and dedication. They immediately took action and, within a short period, managed to recover all of my assets. Thanks to their expertise, I was able to recover the full amount I had invested, including all my profits. This experience not only taught me the importance of carefully choosing brokers but also highlighted the invaluable service that SPARTAN TECH GROUP RETRIEVAL provides. They truly recovered everything for me, and I am beyond grateful for their help. Without them, I would have been left with nothing, and I can’t thank them enough for their commitment to restoring my hard-earned money.
CONTACT INFO ABOUT SPARTAN TECH GROUP RETRIEVAL:
WhatsApp:+1 (971) 4 8 7 -3 5 3 8
Telegram:+1 (581) 2 8 6 - 8 0 9 2
5 -
RECOVER SCAMMED CRYPTO FROM FAKE FOREX INVESTMENT WITH THE HELP OF PROFICIENT EXPERT
I was irresistibly drawn to CryptoGlobalX by its sleek, professional-looking website and intuitive applications. The platform boasted enticing promises of high returns on investments and featured testimonials that appeared credible and compelling. After conducting a cursory online search, I found no immediate red flags, which led me to deposit $80,000, convinced I was making a prudent investment. Initially, my experience was seamless, and I felt a burgeoning confidence in my decision. My excitement rapidly morphed into despair when I attempted to withdraw my funds, only to discover that the withdrawal feature was non-functional. I tried repeatedly, hoping it was merely a temporary glitch, but my efforts were futile. It became painfully evident that I had fallen victim to a sophisticated scam. Feeling lost and frustrated, I sought assistance from PROFICIENT EXPERT CONSULTANT, a team renowned for their expertise in recovering lost funds from fraudulent operations. Their investigation unveiled that CryptoGlobalX was a clone of a legitimate exchange, meticulously designed to ensnare unsuspecting investors like myself. The scammers had gone to great lengths to fabricate a convincing façade, but they made a critical blunder by reusing wallet addresses from previous scams. This oversight provided a crucial lead for the recovery efforts. PROFICIENT EXPERT CONSULTANT worked tirelessly, collaborating with international regulators and law enforcement agencies to trace my funds. Their expertise in navigating the labyrinthine world of cryptocurrency transactions was invaluable. By identifying the reused wallet addresses, they adeptly tracked the flow of my funds across multiple exchanges, a formidable task given the complexities of blockchain technology. After weeks of relentless effort and unwavering persistence, I was elated to learn that PROFICIENT EXPERT CONSULTANT successfully managed to recover 73% of my initial investment, amounting to approximately $58,400. This recovery was not only a significant financial relief but also a testament to the efficacy of professional recovery services in combating cryptocurrency fraud. My experience imparted several vital lessons about investing in cryptocurrencies. First, always conduct thorough research before committing to any platform. Scrutinize reviews, regulatory compliance, and any signs of legitimacy. Second, be wary of platforms that promise guaranteed returns, as these are often red flags. if you find yourself ensnared in a similar predicament, seeking help can dramatically enhance your chances of recovering lost funds. I hope my story serves as a cautionary tale for others in the crypto community. Stay informed, and don’t let the allure of high returns cloud your judgment. Thank you, PROFICIENTEXPERT @ CONSULTANT . C O M
Tele gram : @ P R O F I C I E N T E X P E R T for your support.5 -
I live in Dubai, a city epitomizing luxury, innovation, and rapid growth. Known for its iconic skyline, cutting-edge technology, and thriving economy, Dubai attracts people from all over the world, creating a melting pot of cultures and opportunities. With its growing real estate market, it has also become a hotspot for investors seeking profitable ventures. However, despite all its appeal, Dubai is not immune to the risks that come with the digital age, including online scams. Unfortunately, I learned this lesson the hard way when I fell victim to a fake online real estate investment scheme.I had come across an online platform that promised high returns from real estate investments in Dubai. The website appeared professional, with attractive visuals and solid claims of lucrative deals. Enthusiastic about the opportunity, I decided to invest a considerable amount of money AED 300,000. The platform made everything seem so legitimate, with detailed reports, customer support, and even seemingly real testimonials. As someone who lives in Dubai and is familiar with the local real estate market, I believed this was a solid investment opportunity.However, things began to take a turn for the worse after I made the transfer. At first, the returns appeared on the platform, but when I tried to withdraw some funds, I encountered strange delays. Soon, the website started malfunctioning, and the support team became unreachable. My investment appeared to have disappeared, and I realized that I had been scammed. It was a crushing experience to lose such a significant amount of money, and I felt both helpless and frustrated. Determined not to give up, I searched for ways to recover my funds and came across Trust Geeks Hack Expert Website, w w w :// trust geeks hack expert . c o m , a reputable company specializing in tracking down online fraud and helping victims get their money back. I contacted their team, and they took immediate action, carefully investigating the fraudulent platform I had invested in. Within a short period, Trust Geeks Hack Expert successfully tracked the fraud and managed to recover my AED 300,000.Dubai is an exciting place to live and invest, but this experience taught me a valuable lesson about the importance of being cautious when it comes to online investments. The city's dynamic nature and rapid growth also attract scammers who try to take advantage of people like me. Thanks to the diligent efforts of Trust Geeks Hack Expert, I was able to recover my funds and learn to be more careful when navigating online investment opportunities. for assistance, Email: i n f o @ trust geeks hack expert . c o m ( T e l e G r a m :: Trust geeks hack expert ) & w h a t 's A p p +1 7 1 9 4 9 2 2 6 9 31
-
A self-proclaimed "crypto guru" who sold a $5,000 course, promising access to an exclusive “trading group,” turned my excitement for cryptocurrency into a nightmare. Initially, I was thrilled at the prospect of learning from an expert and making lucrative returns in the market. However, my enthusiasm quickly faded as I realized I had been misled. Members of the group were aggressively upsold fake trading signals and encouraged to invest in a private pool that required an additional access fee of $20,000.As I began to notice inconsistencies and a lack of real results, I felt increasingly frustrated and deceived. It became evident that I had fallen into a trap designed to exploit newcomers like myself. The promises of wealth and insider knowledge were nothing more than a façade, leaving me feeling vulnerable and exploited. Desperate for a solution, I reached out to CRANIX ETHICAL SOLUTIONS HAVENS HAVENS, a firm that specializes in online fraud investigations. Their team was incredibly supportive and took my case seriously, providing me with a glimmer of hope in a dire situation. CRANIX ETHICAL SOLUTIONS HAVENS HAVENS's investigators conducted a thorough examination of the scheme. They discovered that the trading bot associated with the operation was only pulling market prices but wasn’t executing any trades at all. This revelation confirmed my worst fears: I had been scammed. With the evidence gathered by CRANIX ETHICAL SOLUTIONS HAVENS HAVENS, the case was escalated to the Federal Trade Commission (FTC), which was crucial in bringing civil charges against the perpetrator. Thanks to the diligent work of CRANIX ETHICAL SOLUTIONS HAVENS HAVENS and the FTC, I was relieved to receive a refund of $25,000 through PayPal and USDT. This recovery helped alleviate some of the financial burden I had faced and restored my faith in the possibility of justice. CRANIX ETHICAL SOLUTIONS HAVENS HAVENS not only assisted in recovering my funds but also provided invaluable support throughout the entire process, making me feel less alone in my struggle. This has been a harsh lesson about the risks associated with cryptocurrency investments. I now understand the importance of conducting thorough research before engaging with any online trading platforms. I am immensely grateful for the help I received from CRANIX ETHICAL SOLUTIONS HAVENS HAVENS, as they played a crucial role in recovering my funds and holding the scammer accountable. I hope my story serves as a warning to others to be cautious in the world of cryptocurrency. It’s essential to remain vigilant and skeptical, especially when promises seem too good to be true. CRANIX ETHICAL SOLUTIONS HAVENS HAVENS has shown me that there is hope for victims of online fraud, and I encourage anyone in a similar situation to seek their assistance.
EMAIL: c r a n i x e t h i c a l s o l u t i o n s h a v e n @ p o s t .c o m
WEBSITE: h t t p s :/ / c r a n i x e t h i c a l s o l u t i o n s h a v e n . i n f o
WHATSAPP: + 4 4 7 4 6 0 6 2 2 7 3 05 -
RECOVER SCAMMED CRYPTO FROM FAKE FOREX INVESTMENT WITH THE HELP OF LEE ULTIMATE HACKER
Investing in Bitcoin and other cryptocurrencies can be an exciting journey, but it also comes with considerable risks, especially for newcomers. The potential for high returns can sometimes lead individuals to make hasty decisions without adequate research. It’s crucial to approach Bitcoin investments with a careful and informed mindset. Many fraudulent investment websites attract unsuspecting investors by presenting fake testimonials and exaggerated profit claims. These platforms often create a sense of urgency, urging individuals to invest quickly to seize supposedly profitable opportunities. Unfortunately, once a significant amount is invested, these scammers may freeze accounts, making it nearly impossible for investors to access their funds. They often demand additional payments under various pretexts, further trapping victims in their deceitful schemes. I faced this unfortunate reality when I invested $55,000 with a company that turned out to be a scam. At first, the platform seemed legitimate, and the promised returns were appealing. However, after I made my investment, my account was frozen, and I was confronted with demands for more money to release my funds. It was a distressing experience that left me feeling helpless and frustrated. I discovered Lee Ultimate Hacker, a crypto recovery service that specializes in helping individuals reclaim their lost funds from fraudulent investment schemes. Their team was dedicated and knowledgeable, guiding me through the recovery process with patience and expertise. They took the time to understand my situation and worked diligently to ensure that I received my money back. Thanks to Lee Ultimate Hacker, I was able to recover my lost investment, which brought me immense relief. Their commitment to helping victims of online scams is truly commendable, and I highly recommend their services to anyone who finds themselves in a similar situation L e
e u l t i m a t e h a c k e r @ a o l . c o m
w h @ t s a p p + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 8 . They provided not only financial recovery but also emotional support during a challenging time. Always remember that thorough research and caution are essential when investing in cryptocurrencies to avoid falling victim to scams. The cryptocurrency landscape can be fraught with danger, but with the right precautions and support, it is possible to navigate it successfully. If you ever encounter issues with a fraudulent investment platform, don’t hesitate to reach out to recovery services like Lee Ultimate Hacker for assistance.7 -
Recovering Lost Funds from Coinpro with Lee Ultimate Hackers Assistance
This has been a very distressful week for me, after investing a humongous amount into Coinpro, a trading platform that promised luring returns, their 25% interest on each trading was quite an enticing deal so I opted to invest £207,700 expecting huge and profitable returns, unfortunately for me I realized little too late that it was the worst financial decision blunder that I had made after they started taking me round in circles once I realized I couldn’t access my funds.
I became frustrated and anxious upon coming to accept that I could have possibly lost my life time investment. After days of struggling with my situation I soon realized I urgently needed professional help, so I dove down to research on how to recover lost my funds, it’s when I stumbled on several testimonials about LEE ULIMATE HACKER an APPROVED hacker in all recovery problems, I decided to contact them via Leeultimatehacker @ aol . c o m & wh@tsapp +1 (715) 314 - 9248
ASAP and I was soon welcomed by good customer service from one of their staff, who took me through the recovery process, I had lost all hope but they gave me hope and within a period of 12hours I was met with good news LEE ULTIMATE HACKER and his team were able to trace my funds, this quick turn around was just the good news that i deserved after that traumatic experience I had encountered of not being able to access my funds, but that was all water under the bridge after LEE ULTIMATE HACKER kept their word and within a few hours I was able to access and withdraw all my funds. Contact LEE ULTIMATE HACKER for all your recovery problems.1 -
Get a certified ETH Recovery Expert and lead Of Stolen Funds With LEE ULTIMATE HACKER
Last month, I encountered a frightening situation when the full amount of SUI I had stored in my Exodus wallet was suddenly sent to an unknown address. I hadn’t authorized any transactions, nor had I shared my private keys or seed phrases with anyone, so the entire event left me bewildered and anxious. The funds had simply disappeared, and I couldn’t figure out how or why this had happened. In an attempt to recover my funds, I reached out to several support services, starting with Exodus. I was hoping they might be able to track the transaction or shed some light on what went wrong. Unfortunately, their response was not helpful. They explained that they couldn’t trace blockchain transactions directly, and suggested that my private key might have been compromised, though I had no idea how that could have happened. Feeling frustrated, I decided to continue my search for assistance and stumbled upon LEEULTIMATEHACKER @ A O L . C O M
telegram: L E E U L T I M A T E https: / / l e e u l t i m a t e h a c k e r . c o m
. Initially, I was doubtful about their ability to help, but after reading positive reviews, I decided to give it a try. Their website explained that they specialize in tracing lost or stolen cryptocurrency and offered recovery services for cases like mine. I submitted a request with all the relevant details, including the unauthorized transaction and the address to which my SUI assets had been sent. To my surprise, the response from their team came quickly. They assured me that they could investigate the destination address and begin tracking it. Over the following days, they kept me updated on their progress and worked diligently to trace the flow of funds. They were able to identify the wallet associated with the destination address and gathered enough information to take further action. Thanks to their efforts, my funds were ultimately recovered. The team successfully reversed the unauthorized transaction, and I was provided with security recommendations to protect my wallet moving forward. The relief I felt upon recovering my SUI was immense, and I couldn’t have done it without the help of Lee Ultimate Hacker. This incident taught me valuable lessons about the importance of safeguarding my crypto assets and being cautious with digital wallets. I'm extremely grateful for the support I received, as without Lee Ultimate Hacker, I would likely have lost my funds for good.2 -
SECURE YOUR STOLEN BITCOIN AND ASSETS WITH SPARTAN TECH GROUP RETRIEVAL
In 2024, I started using Coins io to trade cryptocurrencies, and at first, everything went smoothly. The platform was easy to use, and my assets and transactions appeared secure. I had no issues or complaints. However, things took a turn in mid-2024 when I swapped USDT for SUI. The transaction was confirmed on the blockchain explorer, but SUI never showed up in my Coins io account. I quickly contacted customer support, expecting a swift resolution. They acknowledged the issue and explained they were facing technical difficulties, but assured me that my funds were safe. They recommended several troubleshooting steps, such as refreshing the app, checking my transaction history, and verifying the transaction ID. I followed all their suggestions, but despite my efforts, SUI still wasn’t visible in my account. Weeks Weeks passed, and I followed up with customer service multiple times. Each time, I received similar responses: they were still working on the issue, but it would take longer to resolve. Despite their reassurances, I became increasingly frustrated. My SUI was still missing, and there was no clear timeline for when the issue would be addressed. By December 2024, I reached out to customer service again, hoping for a resolution. This time, the response was blunt and unhelpful. The representative told me they couldn’t provide an estimate on when my funds would be restored and suggested I contact "SPARTAN TECH GROUP RETRIEVAL" for further assistance. At this point, I was skeptical, but I decided to follow their advice. Fortunately, reaching out to SPARTAN TECH GROUP RETRIEVAL on this Email: spartantech (@) c y b e r s e r v i c e s .c o m proved to be the turning point. Their team was professional, responsive, and efficient. Within a short period, they helped me recover my SUI. Their excellent support was crucial in resolving the issue that Coins io's customer service had been unable to. Though the experience was frustrating, it ultimately ended on a positive note, thanks to the assistance of SPARTAN TECH GROUP RETRIEVAL.
CONTACT THEM ON DIFFERENT SOCIAL MEDIA PLATFORM LIKE :
WhatsApp:+1 (971) 4 8 7 -3 5 3 8
Telegram:+1 (581) 2 8 6 - 8 0 9 2
10
