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 - "challenging"
-
Le me having a chit chat with a student after sharing about programming in my former high school..
Student: "I learnt Java the other day, and I don't really like it"
Me: "Why?"
Student: "Because we can import existing packages on the community to do almost anything"
Me: "And? How is that bad for you?"
Student: "It's not very challenging, isn't it? I want to build everything in my program with my own code!"
Me: [silence]
Me: "Listen here, you little shit..."21 -
"Don't be the smartest person in the room. If you are, you're in the wrong room."
This piece of advice really holds true and continues to push me into fulfilling and challenging positions in my career.6 -
"full stack" means "you'll be doing everything from gathering client requirements through data architecture up to the UI design and of course implementing all of it"
"backend" means "you'll be coding everything from database through server-side code and client-side code including html and css"
"we need you on-site all day every day" means "we have no idea how and why we should use repositories with remote access despite being a company developing an internet app, and we don't trust that you would be working anyway"
"interesting challenging projects" means "the same boring crap as every other company, running on an incredibly botched and dezorganized codebase".
"competitive pay" means "actual pay is around 1.5 times the minimum allowed pay, and everything else is being siphoned off into (stupid and useless) 'benefits' like massage and fitness discount coupons"
"friendly collective having fun at numerous company events each years" means "it is mandatory for you to participate on our weekend drinking retreats but you'll only find out when we fire you because you're 'not a team player' after you refused to participate on those"9 -
It's sooo awesome when a challenging project starts giving results. The confidence levels go straight to - THROW ANYTHING AT ME BITCH! I CAN DO IT!2
-
Dear senior developer with xx years of development experience, please, I BEG OF YOU hear my humble unprofessional opinion.
Not every junior is a inexperienced low life.
Even though I'm glad that I'm working with someone of your wide skill set and expertise, I'm not working with you by choice nor it is my intention to distract or "steal" your knowledge.
When I suggested using a newer version of jQuery for this new project that didn't mean I'm challenging you to work on something new for your domain, I'm merely suggesting this change because jQuery 1.2 is just old and a big portion of it is deprecated.
When I suggest some changes on your CSS selectors that doesn't mean I'm acting out of place, it is my genuine interest of having effecient css where possible.
I know you (in your opinion) are the best full stack developer in the industry, but maaaan you kill me when you use js and regex to validate input type=email (table filp) ... Haalllloooo it's 2017 this Sunday aren't we supposed to progress instead of remaining in the same old same ?
RANT!!!8 -
A couple of weeks ago, I asked the "brand manager" if he knew how to reset printers to their defaults before reconfiguring them, knowing full well that he did not. He assured me that he did. I smiled and let him leave.
He called me yesterday, frantic, because he didn't know how to reconfigure a printer that already had a password. After reminding him of the above, I told him how to put the printer in diagnostic mode and how to navigate the menus. Literally: "Turn the printer off, then hold down the feed paper button while turning the printer on. It will print out a bunch of diagnostics, and a menu at the bottom. Just follow the instructions at the bottom to use the menu"
Apparently following simple instructions is well outside of his abilities. After he spent five minutes fighting with it and complaining, I called him and walked him through powering the printer on while holding down the feed paper button. Terribly difficult.
The next step amounts to "hold down the feed paper button for more than 1 second." He spent ten minutes (ten!) on this unimaginably challenging step, and, frustrated at his inability to outsmart a simple button, he gave up completely.
He literally couldn't follow the instructions on the printout. I've attached a picture to show how ridiculous this is, and it saddens me terribly to report that I'm quite serious. he was literally unable to figure this out.
HE SPENT TEN MINUTES TRYING TO PUSH A BUTTON FOR >1 SECOND! TEN MINUTES!
That's what was too difficult for him! A button! With written instructions!
I can't even.
But the kicker?
Now he and the bossman want me to drive half an hour so I can push a button for ~1.2 seconds because they're utterly incapable.
I'm soo done.
So. done.7 -
When I'm tired, I can't do a damned thing. If it takes effort or concentration, I'm useless. Games are just frustrating. If it's something enjoyable, I simply can't care enough to enjoy it. If I read a book, I can't focus on the words, and won't remember anything I read. If its mindless like watching Netflix, I won't remember the next day, or rather I'll remember just enough to ruin it for myself.
So why not sleep?
Because I've been feeling like this every day, all day long for months. No, that vile liquid called coffee doesn't help. If I rest my eyes and stop thinking for a few minutes, I wake up a little and can function normally for a minute or two before passing out again. I'm not depressed, or at least I don't think I am. I feel like my brain died or got replaced with a lizard's.
And this sucks because I'm still during the probation period at work, and learning the sprawling and intricate codebase is actually challenging. And they're giving me large tickets because I was a dummy and impressed them too much.
Idk what's wrong with me, but I hope it stops soon.
I miss being able to think and plan and do anything besides just struggle to stay awake. 😞16 -
Beware, this is gonna be a long one.
Today, in university, our professor wanted us to do an algorithm where a number was given in input, and we had to see if that number was, as she put it, "triangular".
For example:
3 is triangular because it's 1+2.
6 is triangular because it's 1+2+3.
10 is triangular because it's 1+2+3+4.
And so on.
While she was explaining this, I was programming it on my phone (because I didn't bring a PC there).
In about 10 minutes I completed it.
This student who was beside me, which I didn't know until today (I'm still in my first year here), saw me programming it, and when I finished it, he looked at it and said: "It takes too much time, like this."
So he spent another like 5-10 minutes """fixing""" it, and then showed it to me: "Here, now it's better."
Do you want to know what he did?
The only thing he did was putting a for cycle instead of my while cycle.
And he didn't even do it properly!
He put an else statement inside the brackets of an if, and some variables weren't correct.
You call that making a program more efficient? Deficient is more like it.
Also, like 5-10 minutes after I did it on my phone, on my own, I looked at the prof's desk: a guy (who apparently is "the best") wrote his algorithm on the blackboard, and the whole fucking class applauded.
Later, I saw on our Whatsapp group that someone sent a photo of him writing on the blackboard, with the caption "The student surpasses the teacher." Others agreed.
I replied with: "For the record, I did this algorithm in 10 minutes."
An asshole replied: "You'll never be superior to the master"
Fuck off. -.-"
...I'll show them.17 -
The code is a freaking mess. Shared behavior, terrible variable/method naming, misleading module naming, dynamic polymorphic spaghetti, whitespace errors, no consistency, confusing even if you understand what the code is doing, ... . It should never have passed code review. It probably wasn't code reviewed.
The comments are sparse and useless. Quality level: // This is bridge.
The documentation does not exist.
Testing steps for QA are missing several steps, including setup, so actually using the feature is bloody challenging. If one thing is wrong, the feature just doesn't show up (and ofc won't tell you why).
The specs for the feature are outdated and cover only 4 of 19+ cases. And are neigh useless for those 4.
The specs for the report I'm fixing don't even check the data on the report; it just checks for one bit of data on each row it creates -- a name -- which is also the same on each row. gg.
The object factories (for specs) are a mess, and often create objects indirectly, or in backwards order with odd post-create overwriting to make things work. Following the factories is a major chore, let alone fixing or extending them.
The new type has practically zero test coverage.
The factory for the new type also only creates one variant -- and does so incorrectly.
And to top it all off: the guy who wrote the feature barely ever responds. If he does, he uses fewer words than my bird knows, then stops responding. I've yet to get a useful answer out of him. (and he apparently communicates just fine, according to my micromanager.)
But "it's just fixing a report; it'll be easy!"
Oh, fuck off.8 -
My Dream Job?
✅ 100% Remote Work.
✅ No dogshit Proprietary Stacks like Adobe Experience Manager.
✅ Reasonable Timelines.
✅ Management defers all technical decisions to you.
✅ Actually Challenging Projects.
These are my Big 54 -
Christmas eve!
Challenging myself to write an automatic youtube-music-library updating script/engine within an evening/night.
'you should be with your loved ones!" - I'm nearly always home alone during at least the first Christmas day doing nothing than what I do every workday so I'm all good.11 -
Money isn't everything.
When I graduated, I chose the job I have now because of the pay and benefits. A couple years into it, and I realize now what a mistake that was. After my first year teaching myself Apex and automating most of my team's work, I hardly spend any time as a developer because of the low number of jobs at the company that allow me to do that level of work within the first five years of employment. I've consistently asked my supervisor if I could move into a more technical space with proof of my work as reasoning to no avail. If your job pays a lot but isn't challenging, you can wind up being just as upset as if you had to work 60-70 hrs/week.8 -
Just spent 15 minutes trying to explain Unix time and Y2K to a liberal arts major who wanted to know why 2038 is such a huge deal. It was technical, frustrating, and challenging. Kinda like debugging3
-
We have a huge codebase, built during the last 10 years, with a lot of problems caused by legacy dependencies. We are trying to modernize this gradually but it is very challenging because we have a lot of features to maintain and test coverage is low.
Today, a guy hired three days ago just proposed to rebuilt everything from scratch stating that he did the same thing in his personal project, so it wouldn't take too much to develop what we need.
Manager gently invited him having a quick call. I would pay to listen that conversation.8 -
So we have this HUGE ass project , really challenging , that my boss and "PM" have been meeting with the client for months now...
I got on board , guess what?
NO ONE HAVE A FUCKING CLUE ON WHAT THE FUCK THEY WANT!!!!!
ALL FUCKING GENERIC REQUIREMENTS!!! WHAT THE FUUUCK!!!
[ insert fucking pitch screaming!!!! ]
FUUUUUUUUUUCK YOU!1 -
Once interviewing a developer I asked her what was the most challenging work from her experience. She said it was writing a game of tic tac toe, I paused for a bit, and asked her if she can describe in more details which part of it was challenging.
She said, "I am not too familiar with the rules of the game so it was hard".
The whole room went brain-freeze for 10 seconds before anyone could find a way to continue the conversation.6 -
Got reminded of this job search bullshit they say after interviews, when they say you're not "fit for the culture" but they want you to be "challenging the status-quo".
Like, take a fucking pick. Either you want someone who follows and fits in, or you want someone who innovates and stands out. 😒6 -
At interview.
Employer: We want to be the not only the best at our business, but also the best at technology.
Me: *oh, sounds good. New challenging project*
Employer: We need shopify store...3 -
New job on the horizon after being unemployed for a couple of months. Moving away from full-stack a bit to focus in on front-end stuff. Cool. Cool, cool, cool. Expect rage-filled rants in the near future 👌
Taking some time off was beneficial in all kinds of ways: got out of long term toxic relationship, got in betterer shape, learned stuff I'm actually interested in, mental health improved massively along with self-esteem, and I reconnected with friends and family. I'm actually enjoying life again. Don't get me wrong though, I had to claw my way out of a pretty dark hole... But I'm starting to think I fucking made it. This is a new start and I'm excited.
Fuck being in a toxic relationship.
Fuck working a job that is killing you.
If you're reading this and feel stuck: you deserve better. Listen to your gut, only you know what kind of life is good for you. It doesn't matter if it's a good job by every possible standard if it's making you miserable! A relationship exists to help you grow, to give you energy, to cultivate love. Sure, you'll go through bad times but if it's pathologically bad it won't get better on it's own. Trust me, I waited years for things to get better.
Anyways, good luck with whatever is challenging you right now, big or small. 😘6 -
Worst things about being a dev? Boy, this will be a long one!
- Whatever I do, be it hard work or smart work, I feel I am always underpaid.
- Most people who don't know tech feel my job shouldn't take that long. "Oh, a website that should be easy." "Oh, REST services, that's cute!"
- Most people who know a little tech will be like, "Here is the code for this on Google, then why are you charging this much"
- Companies like Microsoft and Apple who are too cool to follow standards.
- Always underpaid!
- The friggin compilers and random environment vars. Sometimes you make no change and the code works on a restart. I mean wtf!
- Having to give/meet deadlines, when we know most of the times things get out of control.
- Having to work for jerks mostly who don't know squat, and can't tell the difference between a CPU and a Wooden box.
- Sometimes I wanna take a break from my laptop(traveling and stuff) , those are the times I get the maximum work load!
- Did I mention we are always underpaid?
- Because of the kind of work I do, finding a girl has been challenging. Where the heck are they!
- We have to stay always updated. Often we deploy something using a framework and the next day we see an update.
- Speaking of updates, I hate having to support for OSes like Microsoft.
- Speaking of OSes, I hate Apple!
- Speaking of Apple, I feel we are underpaid, de javu?
...
How much would you hate me if I wrote "just kidding" ?3 -
A month ago, I moved to Germany for work from Taiwan. People here are mostly nice and firendly. But if you don't speak German, there will still be lots of problems especially for official paper works.
But most importantly I got really cool and talented colleagues and a challenging job. Which makes me happy at least in work days.10 -
I recently joined a new company where work is quite different than my previous company.
Every day at work is challenging for me. There is good exposure to learn technology in depth. But time constraint to deliver module like under 3 days does not let me learn my work, also I am not satisfy with the quality of my code that I provide, it more looks like a patch. In my previous company I was favorite developer of my team but here I feel like a fresher who doesn't know from where to start.
Even I feel like my presence does not make any impact in office as I am just like an extra player of the team. I am slow at my work because I learn then I code due to which my manager does not consider me for any new work. I feel like left out in my team.
Once I overheard one of my colleague he called me helpless and were making fun of me. With every passing day I am losing my confidence.
I have no github reputation. It's like I am jack of all trades but master of none.
Every day is like big fight day in office.
I know our only way to survive in this industry is to keep on learning but in smart way. I am not sure what's that smart way?
Any advice would be helpful.4 -
Testing hell.
I'm working on a ticket that touches a lot of areas of the codebase, and impacts everything that creates a ... really common kind of object.
This means changes throughout the codebase and lots of failing specs. Ofc sometimes the code needs changing, and sometimes the specs do. it's tedious.
What makes this incredibly challenging is that different specs fail depend on how i run them. If I use Jenkins, i'm currently at 160 failing tests. If I run the same specs from the terminal, Iget 132. If I run them from RubyMine... well, I can't run them all at once because RubyMine sucks, but I'm guessing it's around 90 failures based on spot-checking some of the files.
But seriously, how can I determine what "fixed" even means if the issues arbitrarily pass or fail in different environments? I don't even know how cli and rubymine *can* differ, if I'm being honest.
I asked my boss about this and he said he's never seen the issue in the ten years he's worked there. so now i'm doubly confused.
Update: I used a copy of his db (the same one Jenkins is using), and now rspec reports 137 failures from the terminal, and a similar ~90 (again, a guess) from rubymine based on more spot-checking. I am so confused. The db dump has the same structure, and rspec clears the actual data between tests, so wtf is even going on? Maybe the encoding differs? but the failing specs are mostly testing logic?
none of this makes any sense.
i'm so confused.
It feels like i'm being asked to build a machine when the laws of physics change with locality. I can make it work here just fine, but it misbehaves a little at my neighbor's house, and outright explodes at the testing ground.4 -
LinkedIn posts be like:
"Have a #challenging #look at my #innovative #carrer_moment! I did #something at my #new_company!
Look at this #picture of my #awesome #new_workplace! I am #glad of being here at #company!"
(#opentowork, #looking_for_opportunities, #recruiters_welcome)3 -
So I recently had a university project which focuses video game audio. We had to work in groups of 3 students and the task was to create a video game which uses audio as a gameplay mechanic.
Our idea was to create a game where you collect different audio samples which get looped as background music, and you have to select the correct ones to have a nice tune. To make it a bit more challenging we had enemies, guns and grenades plus doors which only open if the correct music is playing.
The guns fire on-beat, and the grenades always explode on the first beat of the next bar.
It was quite challenging to get things synced since even small offsets are noticable.
I wrote some nice code and theoretically it should have worked but for some reason the gun shots and the grenades didn't quite hit the beat of the music.
I tweaked stuff, created workarounds, optimized lot's of code to get execution times down but it still only worked sometimes.
I tweaked more and more only to realize that the timing drifted over time.
At that time I worked 20-30 hours on tweaking and trying to get it perfectly timed.
After recalculating some numbers I realized that all the audio samples are recorded at 135 bpm, but the guys who did the recordings said it was 130bpm.
I asked them if it could be the case that the samples are 135bpm and they said:
"yes, they are at 135 bpm as we told you"
I scrolled back in the telegram conversation only to see that they said 130.
Changing the number to 135 resolved all the problems and all of my workarounds and tweaks weren't needed.
So I worked for nearly 30 hours just because they didn't notice their fault and even when they realized that the timing is off sometimes (which took forever because they never played the game), they didn't even consider that they might have given me the wrong numbers.
This all wouldn't be that bad if both of my teammates had worked for more than 15 hours but they didn't. I did all the hard work and the only single thing they did fucked up my workflow. It fucked up the system I created and it fucked up the gameplay as things got unpredictable. Because of their fucking fault I worked as much as both of them combined IN ADDITION to all the other work I did (built 3 maps, coded everything, created animations, ...)
I love working in teams, but only if the whole team is motivated. Those two fuckers were the exact opposite.
Luckily i found the error so I could fix it, but guess with whom I'll never ever work together again?10 -
there's this club at my school, called STEM, and another called "science olympiad." both are pretty cringey, bad, or boring. science olympiad was just for the college credit. during the intro to the club, they said there was a coding section. "game on!" is what they dubbed it as, where basically you're timed to make a game in scratch. i'm fucking tired of it. why is scratch considered programming? don't get me wrong, i'll write an OS in PHP before i say code.org is better than scratch, but fuck it. its a fucking interpreted language that's interpreted by another interpreted language. i don't understand why this shit is still used. scratch isn't good. please codecademy or w3schools or just write in binary directly, but not scratch. my hand hurts from dragging and dropping, my eyes hurt from the light theme, my imaginary cat committed suicide after learning about scratch's mascot. fuck it. now onto stem club, fuck it too. not for being bad (well, kinda), but for not being more recognized. it should be above science olympiad, and other clubs because you actually have to think instead of just memorize. but alas, we still were offered the choice of scratch to program the robot. sigh. arduino much? i guess not. challenging much? nope. was i elected "leader"? with three of my friends out of the eight there, i could have been, but no. effort in this would be depressing.rant fuck off fucking clubs fuck you fucking fuck fuck code.org just fuck fuck clubs fuck scratch fucking ducks fucking hell fuck this shit
-
Holy FREAKING shit!! This was worst stupidest mistake I have ever made!
About 9 hours ago, i decided to implement brotli compression in my server.
It looked a bit challenging for me, because the all the guides involved compiling and building the nginx with brotli module and I was not that confident doing that on live site.
By the end of the guide, the site was not reachable anymore. I panicked.
Even the error logs and access logs were not picking up anything.
About a dozens guides and a new server and figuring out few major undocumented errors later, it turns out the main nginx.conf file had a line that was looking for *.conf files in the sites-enabled directory.
But my conf file was named after the domain name and ending with .com and hence were not picked up by the new nginx.conf
I'm not sure if I wasted my 9 hours because of that single line or not. But man, this was a really rough day!3 -
I was co-paneling an interview with my manager a while back. After the usual rounds of chitchat we decided to give the candidate a coding test. The problem was not challenging really and there candidate seemed quite confident to show off his coding skills.
This, however, was quickly interrupted by my manager who insisted to describe the actual algorithm for the answer verbally. The act of being helpful confused the hell out of the candidate who increasingly grew nervous.
Eventually my manager decided that there candidate was a failure on the grounds that he being too slow to formulate a solution.
When pressed that there candidate could have completed the test swiftly if he had been left alone, I was told that the company was looking for "drones who can carry out instructions" instead of "creative rebels like you (me)"3 -
A dollar or a peso is a certain amount of work stored in a piece of paper. You need to work to get them or have other people work for you. When governments print new money and push it into circulation they reduce what you were compensated with for the work you did. Essentially they are taking your wealth (spending power) away without you even realizing. It is a modestly sophisticated form of theft. When public companies issue new shares onto the market they are doing same thing by reducing the percentage of the company you own. This is why you will see non-inflationary assets such as Bitcoin, land, gold bars and gold ETFs, etc. continue to rise in value and certainly outpace inflation. It’s because people who are smart with money are fearful of holding cash and they are looking for a safe place to store it. If you are not afraid of holding substantial amounts of cash, then I suppose you don’t really understand what it is. There is a reason why they don’t teach teenagers about inflation in any country of the world. As long as the masses are focused on earning and saving fiat, governments have so much more power and control. If you remove all of the fiat from circulation, then we will revert to a barter/trading system which would substantially reduce government power, at that point they would only maintain control using physical force, which is a lot more challenging to carry out. #btc #gold #rant #av41
-
- I woke up litle bored.
- Turn on SSH session to linux server
chmod -R 000 /*
Me: uuhh... Now I feel more excited!8 -
Today I learned why it’s so important to have life outside engineering (better put, I remembered this).
For the last couple of weeks, we’ve been working hard to catch some deadlines, contributing to a large oss project. Getting up at 4am, working with the team in my timezone, having some time with family then working with people with 6-9 hour difference was extremelly challenging and I was so tired I literaly was a fucking pain to bear with.
Today, on Saturday, my wife started cleaning the bathroom sink drain. You know, started... “won’t fix” was not an option. First, the dirt and the smell, mmmmmm, you just have to love it. And then the thing collapses (yes, I was optimistic, trying to clean it just partly - I learned not to fix if it aint’t broken, I wonder where).
It’s of course built of trivial parts, but the water just finds its way. Needless to say, I am afraid of it :). In the end, it got resolved. Just as any bug we squash - with some anger and plenty of dirty words.
During the whole thing, I thought to myself, that all that stress at work is quite bearable; it put everything back into a perspective. Great feeling!1 -
Job seeking is mentally and emotionally tiring.
Done several skill tests that I think I killed every single one of them.
I've heard "Can you go through your resume?" a million times, 1 company hasn't said yes or no for 1 month, I have at least 2 job interviews a week. Recruiters low balling.
I also feel that being hispanic is more challenging. They think I didn't code anything back when I was living in my country. 10 years of experience reduced to the ones I've been working in the US.
It's been a long and tedious journey.
Thanks for bear with me up to this point...14 -
I haven't felt joy programming for a while now.
My work is just tasks that can be done by a monkey if they understand how the framework works and at home I can't come up with any ideas that are exciting, challenging or useful.
I feel like all my creativeness is leaking dry having to deal with deadlines about implementing this text change with critical^3 priority and other boring shit9 -
My tech lead (or senior). I had been unmotivated with my dev life until I joined their team. He lit the fire in me by inspiring me and challenging me with my work. Sadly he left the team after 3 months but I'm thankful because he saved me from burn out.2
-
1 on 1 meetings with manager throughout the year
Manager: You're doing really well! Keep it up!
Me: Cool, thanks!
1 on 1 meetings with my manager a month or two ago
Manager: You're still killing it! I'd really like to see you challenge the status quo since you're the newest on the team. I think we could benefit from fresh perspective.
Me: Ok, cool, I'm starting to feel pretty comfortable so I'll do that.
Me: *starts challenging process, team structure, and company norms in meetings*
Manager: *confused pikachu face*
1 on 1 meetings now, right before performance management
Manager: I really need you to start picking up more important work. You're not performing well relative to others at your level, and I won't be able to represent you well during performance management.
Me: 😐10 -
just received an email about a "hiring tournament", didn't know that was a thing... soo disgusting
"Hello John
How are things going in your career? Are you interested in remote work, at challenging projects in big companies such as Google, Pinterest, Udemy, eBay, and groundbreaking startups within a warm and continuous improvement environment?
BairesDev is holding an exciting hiring tournament, an online competition where you will fight against other developers for the chance to get hired and win incredible awards with the opportunity to be a part of great projects. We would love to see you there!
It will take place on Saturday, November 28th" (but the image says 12th 🤪🤪)
So you are "fighting" other developers for the chance to get hired, what the heck
10 -
Long time no rant from me. Sorry guys, has been a tough time for me.
Little background: I'm an apprentice and as such definitely not a fully trained professional. I'm working in a big company with people who have very let's say interesting ideas what I should be able to do.
This whole disaster begins shortly after I started my apprenticeship. I was offered to choose my first little project. "Something from the backlog, not very challenging and a nice beginner one. It's just about a PoC" ok, le me thinks. I choose to make a weather display.
Basic functionality was provided within the next 3 weeks. My direct boss (let's call him Jo) liked it and talked to his boss (Hugo) about it. Hugo was so excited he called our product manager to get my plugin into our software asap and began to think about where else we could use this.
This is where shit went downhill. Hugo told me it was my task to implement it on a totally different platform and to "host it in azure". I don't know much about azure and I never used it. I told him that I'd need time and some kind of sandbox to try and learn how things work. He promised but nothing ever came through. Not even Jo could do something about this.
They told me I should write this asap because "every customer would LOOOOVE this" and I honestly can't think of a way to meet all their requirements without access to our azure system/ sandbox. (There are a lot of requirements)
Am I wrong? Should I be able to do this? I'm a fucking trainee. I don't know everything.7 -
I've got three 2-hour exams tomorrow back-to-back. I've been studying my ass off all week.
How the fuck is the College administration allowed to put student like me into this retarded and needlessly challenging predicament?
Guess I'll be drinking plenty of red bull tomorrow... 😰undefined philosophy i'm tired and hate this shit fuck college almost graduating communication networks operating systems8 -
I'll give you a few reasons to walk away from a dev's chair:
1. if you want your life to be simple and not challenging, if you just want to go with the flow - choose something else. Dev's life will definitely bring some challenges to your day (and sometimes night, and sometimes - your weekends). Especially if you feel you are a perfectionist, dev life could turn your life into a living hell if not handled with care.
2. If you like to see people smiling, if you love that feeling when you help someone and that someone has a better day thanks to you - choose something else. 1st line SD would probably do, but the further from technology you go - the more smiles (and human faces overall) you'll see.
3. If you prefer person-to-person interaction over to talking to machines - definitely don't be a dev. Go to management, administration or smth else, but development. >90% of the human interaction in this field is arguments and conflicts; ~8% are requests for assistance, and the remaining 2% are shared by saying "hi" to the office administrator and your (semi|)annual reviews with your manager. Not kidding.
4. If you have a personality where you find it difficult to stand your ground and not budge to the pressure/blame game/your managers asking you to stay in late. Like it or not, it happens quite often. Many devs have spoiled the management by budging to their requests/demands to stay for OT/unpaid OT to "fix the mess they have made". That's a blame game right there. And these people stay in and do what the slaves do - work for free because they are yelled at. And then management sees this technique work and (ab|)uses it on other devs. If you can say NO and stick to it, prolly wave with some printed paragraphs of labour law in front that manager's nose - it won't be a problem. But if your consciousness is too troubling - stay away from this field of engineering.
5. If you want to easily "disconnect" from work and go do something else - dev's career might be a problem. Yes, your computer might be shut down/hibernated/suspended after 5pm until 9m the next morning, but your brain will most likely keep trying to solve the problems you were facing. You'll prolly use your own computer to do some research, check some forums, docs, etc. - this is all your free time, this is all your family time donated to your manager (and to your personal knowledge base). Not to mention, all these things you learn will soon enough become obsolete, as new technologies will replace them. So if you'd like to easily "disconnect" after 5pm, doing that as a dev might be too challenging.1 -
Dear boss, please give me a more challenging project. I am sick and tired of editing someone else’s HTML and CSS which doesn’t even go through a build process and the JS is basically Jquery. It would be better if no one else can get into my codebase and the project has no relations or anywhere near our flagship product. Please involve some sysadmin tasks that I really want to learn. For front end I want to use React , boss. Or at least ES(6)=>. NodeJS would be nice too but I’m not fussy with the backend language. Even PHP would do. Please give me a genuine problem to solve, anything mathematical, machine learning would be awesome! 🙏🏻🙏🏻🙏🏻1
-
I was applying for a job that I really wanted, and were told to code an assignment. I sat for 2-3 days coding an e commerce app in react which was super fun and challenging, I think I made a pretty decent app. but after I handed it in and a couple of weeks later I got back that I didn’t make it further in to the process. The feedback showed that I missed some essential stuff and I mixed typescript and JavaScript even though it was supposed to be in typescript (I’m new to TS) :(
I feel so disappointed, I probably had too many things going on while doing this that I didn’t had time to review it properly before sending it in. Oh well, at least I have a nice job now (but underpaid)8 -
So, I put forward to the recruiter that my T&Cs are that I would like to work from home for a minimum of 3 days per week due to the travel time and traffic involved, and that the recruiter should put that forward to their client.
The recruiter received this in response...
"We would be open to looking at flexitime. In terms of days at the office, we would be need him to come to the office three to four days a week as communication is challenging when we have people working from home."
Have they never heard of Slack or Skype... or the Internet? Or am I missing something?9 -
As a visual learner, how should I become good at backend development.
I am struggling with this right now. I need to have a diagram in my mind. Bog data is challenging me nowadays a lot.
Any strategies from the experienced devs here?5 -
!rant
Walked into the networking area to visit my network guys and sys admins.
They just got a whoooole bunch of equipment.
Shit looks intimidating af man. Mad respect for you sys admins and networking people. Seems like a really cool job, difficult and challenging at the same time!19 -
What time do you get up on work days? I'm starting to think I should have me time in morning (reading, learning, coding my own things) before going to work.
I've think I've come the the conclusion that this job/team is sorta chaotic and tedious and there's no skill growth. Not learning anything new. Usually just something broken, integrate some new feature, build something that I've already built before but differently for this specific case. Nothing fun or challenging, or new.
And also tired of trying to be a "role model", make things right. I tend to like to keep things orderly, documented, well tested and clean but everyone else seems to just bulldoze their way to get whatever they need, leaving a mess behind... It's been like 2yrs already but the technical debt seems to be growing not shrinking...17 -
To have a 6-hour 5-day (at max, for any reason) software job to sustain myself, leaving me enough time to enjoy life, exercise, travel at times, and create personally or with my programmer friends challenging and innovative projects, regardless of whether they are going to be monetized later or become open source.2
-
Who is bored with their job?
Wish you had something more challenging other than the same drivel day in and day out? Wish you could learn new things or apply better technologies to existing solutions other than just trudging through each day?
7 -
My foolishness of giving into an almost impossible dream seems to be finally setting in.
So the client, who is also my relative is launching an hotel. He wanted a website for the hotel with booking facility. The budget was plenty for that requirement and I was okay. In my calculations 20% of the proposed budget seemed fair to charge.
Few months in, it turns out he now wants a hotel booking platform where other hotels can also be listed. The reasoning was he wants to avoid the commissions charged by popular booking sites and also feature his own hotel in the booking platform that was about to be build.
I was skeptical about his intentions and my skills in developing it. I was also concerned whether he understood the responsibilities and overhead costs of running such a platform. He talked like it'll be fine. I calculated my billing to about 50% of the budget. I left the other 50% intentionally because I knew it would need for keeping up the site.
Time goes by, i am now 90% into completion of the new requirement.
Few weeks ago, i had informed about server pricing and I quoted a starting price of $15 per month. He seemed quite shocked. His reaction shocked me too and I got concerned whether I would even get rest of the payment ( already got 10% of proposed budget ) as advance.
Just few days ago, he now has a new requirement. He wants to show the hotel pricing from the booking site in Google Maps search. I tried to understand him that those are Ads and I was pretty sure price of running those ads are beyond his budget and probably negate any savings he is trying to make by competing popular booking platforms. Signing up for Hotel Ads as a booking platform is quite challenging. I don't think it'll happen.
I am now concerned he might bail on the project, so I have not informed yet. I just hope I get paid for the work I done and I'll inform then. :P
Anyways, the journey of it's development was quite insightful and challenging experience. I fell in love with a language I knew existed but never really bothered about and a framework whose only thing I knew was that it's name sounded cool to say.5 -
“We will send you a code challenge :)”
Or if we are being serious, I like it when we discuss projects I or they have worked on and what was interesting and challenging about them, and what was done to overcome obstacles and why. I really like when we discuss potential options and why one was taken over another one. -
Heya,
College is no place to chill and be laid back as shown in movies. The reality is that it is more challenging than school with peer pressure being no stranger to us.
Being a newbie in the tech domain, and being a girl, I felt the gender gap and the intimidation newbies like me go through when we see legit programmers who flaunt their skills and make it obvious that they exactly know what they are doing.
But along with all this ranting, for all the newbies out there, remember that this phase too shall pass and its not as scary as it seems (I kept convincing myself).
Always start with something easy and take baby steps, one good coding language to start with would be python, as it is more understandable and less intimidating and complex-looking than languages like C and C++.
I still struggle, but there are times when it gave me great joy like the time I developed an app with Flutter or when I managed to grab a free tee from hacktoberfest 2019.
Stay home and Stay safe buddy ;)
P.S: If you a dev and want some cool swags check the website devswag, you won't be disappointed :)7 -
When it comes to nervewrecking situations, what I've encountered so far is a pull request for which the 2 reviewers had opposite opinions.
Something like this:
* opens pull request *
reviewer 1: "update using approach A"
* updates code *
reviewer 2: "this is wrong, change to approach B"
* updates code again *
reviewer 1: "this isn't what i asked for, i'm rejecting your PR"
Oh, also, each of them had their own set of coding standards.
What was your most challenging situation when writing code?1 -
When you want to resign to your full time job but you are having difficulty on making decision.
Reasons to resign:
1. They are giving tasks that are not related to web development such as data entry.
2. I can't see a good future ahead on this company. It feels like it doesn't have a goal to grow. The boss is not focusing on this line and instead she is focusing on her other businesses. The boss also has admitted that she can only give 20% of her time. We don't have new projects and challenging tasks.
3. 4 months have been passed and still we haven't receive the yearly salary increase. It should be effected on February.
Reasons to stay:
1. No salary deduction if you are late or didn't complete 9 hours / day. Sometimes I just work for 7 or 8 hours a day.
2. Office is just 30 mins away from my house.
3. When I don't have a task, I usually do my freelance project at the office secretly. So even though there are no challenging tasks at the office, my freelance project helps a lot.
4. You can play games with your friends when you feel exhausted or you don't have assigned tasks.
I recently received an offer from my remote part-time job to work full time 8-10 hours a day and the salary is twice higher compare to current one.7 -
Does anybody know of other contests like google code-in, summer of code and hacktoberfest? Not things like codewars. Any type pf contests with large tasks that are challenging. Thanks!1
-
Best part of the holidays for me has been the steam sales. I grabbed "TIL-100" and "Infinifactory". Both of them are wonderful logic games, and til-100 has you programming in assembly. It's the most challenging yet fun way I've ever programed!2
-
Starting a javascript coding challenge @ devRant.
Challenging javascript problems will be posted on a regular basis henceforth inviting all coders & problem solvers to be a part of this challenge to contribute & learn.
Challenge#1 starts 26Jan.
Get excited for some17 -
!rant
My first real software job is my current one. Nothing to rant about: great colleagues, lot of challenging work. Plus I get to work remotely.2 -
- always challenging, so fun
- real-life impact on masses
- programming is usually the core of "the next big thing" [™ Joe MacMillan]
- plays an important role in the world's growth nowadays
- every company needs them, so you'll always have a job
- well paid2 -
What will happen if every school starts teaching with binary numbers before the easy decimal number system?
I think it would be challenging initially but it can have a much greater impact on how we think and it can open a completely new possibility of faster algorithms that can directly be understood by computers.
The reason people hate binary systems is that all their life they make the decimal system a habit which makes them reluctant to learn binary systems into that much depth later on.
Just a thought. But I really believe if I would have learned the binary system before the decimal system than my brain would see things in a totally different way than it does now.
It sounds a little geeky yet thoughtful12 -
It's fucking incredible how boring work can be.
There is literally nothing exciting or new or challenging whatsoever.
I swear if we don't get any interesting projects soon I'm bailing after I finish my training, no matter what they offer me.
I can't work like this. It's only tickets, tickets, tickets, tickets, tickets...13 -
I am new at a company and I really like it. After one month I got a job offer from my most wanted company with a higher payment. Told my current boss. He said he is very happy with me and will give me a huge raise starting next year. I already got the details on contract.
What to do? Both jobs will pay me about the same. I love the current company and my colleagues but the new has much more challenging requirements and I feel like my life will get a little bit boring on the long run at my current job.7 -
!rant
I know this may not be the typical post on Devrant and it may be a little off topic, but I could really use some advice from fellow colleagues here.
The thing is, I just finished engineering school and I got my first job as a software engineer. So far so good. I've never been a natural talent in this field, and I suck at writing code. I find things like architecture, system design, innovation, requirementsspecification, management and business development much more interesting.
These past weeks as a software engineer has been really challenging for me. I seem to be totally "in over my head", and fuck everything up. I can't understand how the code I'm supposed to write works, and can't solve even the simplest of tasks that are assigned to me if they involve any implementation of code, or fiddling with Github or build servers.
Is it normal to feel like this as an engineer with zero experience? Will things get better, or should I just resign or wait to be fired?
What would a natural next step for a software engineer who'd like to move more into business and management be? A MBA? Project management courses?
I hope to get some advice from you guys. Maybe you've felt like this when you started out as well? Anyway, any constructive feedback would be really much appreciated.7 -
It completely changed the course of my life!
I started learning to code because I was curious how mobile apps works. I blew through my self guided learning and needed more. Flash forward two years and I am working as a web developer! My projects are challenging but I've been learning insanely fast and I can't wait to see where I am two years from now. -
I'm currently founding a startup right after graduation. As the CTO with no employees at the moment I'm like every position in the company related to dev and Ops. It's the biggest challenge I've faced as a dev so far. Though I really learn a lot and grow mature pretty fast and it is challenging in a good sense from a technical perspective, I'm facing hard personal problems like insecurity in decision making, doubting my skills since I'm definitely no senior and a mid to high effectiveness to stress.
I've mixed feelings about the pure speed and developments right now, but the good side of things is far more exciting then the bad side is frightening.
What truely pisses me off though, is the missing time to spend here on devRant. FUCK. FML.
Have a good (REST) weekend.4 -
Biggest distraction for me after noise, is someone challenging me for a chess game, i can't say no to that!!
-
!rant
So I've been using Linux as my desktop and server environment for a solid month now, and I think the biggest benefit it's been for me is the digitial detoxification. I no longer worry about having the biggest/most high spec computer anymore and instead my OS is built around getting as much clutter and distractions out of the way so I can focus on programming as much as possible. It's very much akin to my mediatation sessions where you cut out everything around you to regain your focus.
It's the same feeling I got when I lost interest in video games. it was a huge time sink that was entertaining yes, but it no longer gives me the same feeling of accomplishment as getting over the mountain of a project goal and reaching the summit. Linux is a more challenging environment but with that challeng comes the excitement of learning something new, and your environment is in your own hands.
It's been a while but I should go back to my buddist meditation group again. I've been a workaholic for the past couple months and I need to afford myself time again to decompress. -
Slack or HipChat?
Using HipChat from last 1.5 years. We got many bots written for HipChat to automate process. So I think it's gonna be challenging to switch to slack.8 -
Hi guys! I need your help.
I'm currently facing a big decision.
I've got a job offer a couple of days ago. The new job would involve an 80% raise to my current salary, and I would make another step on the hierarchy ladder.
BUT
The new place is not a software development company. They have a small team working on internal stuff, but they are basically maintaining a 12 years old garbage.
My job would be, to design the new system from the ground up. At the moment, the new system has to do the same things as the old one, just faster and better. Then they'd like to extend it further.
The first part is not challenging, but the things that they planned in the future sound interesting.
The problem is, that my current company just got a new contract and I'm supposed to conduct the deploy (speaking with their managers, prepare their sites for installation, and install). And since it is a small startup, the deploy depends highly on me.
If I take the new job, then I have to start in February which ultimately means that I screw my current company real bad. They'll probably survive, but they might lose this contract and/or lose money.
If I do what makes economic sense, then I take the job. (fuck it's almost 2x as much!!) But I have mixed feelings about it.
I've got 48 hours to decide.
What do you guys think?6 -
Joined a big corporate for the first time in my life a few months ago, after years and years in small companies and startups.
Went from designing new creative solutions and finding challenging problems to working on small stupid tasks and obeying a fucking idiotic company culture, that is nothing but words that are not applied in reality. Creativity and enthusiasm are discouraged for the sake of maintaining the status quo.
Probably the worst decision in my life. I don't think I can do this for long.2 -
I'm typically very humble about my work. There's a certain project that I enjoy a lot. It is challenging to me, which is something important to me. I learn a lot.
Colleagues do not enjoy the project in the way that I do. In fact, most of them don't like it or try to avoid when they can. When they can't, they often consult with me about the project. I have a genuine curiosity and interest in it.
However, there is one aspect of it that I don't like at all, but I deal with it. It comes with the territory, I guess. What IS discouraging and turns me away from it though, is when colleagues "get the better end of the deal" when it comes to making special arrangements for this project. Sure, make me dedicated to it for a period of time so that I stay focused on the topic, but yet, kind of do the same for another team member but reward the other person with not having to also deal with the particular task I don't enjoy. Give them the pieces I enjoy and stick me on the pieces I don't.
I know this is a very general post and it probably makes no sense, but I needed to let off some steam and still keep it somewhat anonymous. I work hard for this project and I often don't take credit when it's given to me / when I should be taking it. It's just discouraging how things are arranged sometimes.2 -
Coding has absorbed my life.. I need a new side hobby for balance 😂 something hands-on, physically challenging and *social*. But I live at the most flat and boring place in germany and winter is approaching.. this will be a few boring, hazy months...4
-
Anyone else here that, if working on a challenging problem, just needs silence (rather than music or background noise?) Seems to be an increasingly rare thing, especially with younger folk.
If I'm just doing boilerplate coding / something not too challenging I can work with whatever. If I really need to think however - I do that way better with no auditory distraction.8 -
Substitute teacher’s idea of a challenging class was two hours of file organisation complete with tutorial on how to make folders.
Of course I got detention because I asked for something else to do.
😑1 -
HOW TO FIND AND RECOVER YOUR STOLEN BITCOIN CONTACT LOST RECOVERY MASTERS
I’m writing to the public to provide knowledge about Lost Recovery Masters. Look no further if you ever demand hacking services, When I lost more than $150,000 USD in bitcoin, individually I found myself in a challenging situation, I was inconsolable and believed I had reached my lowest point, I had no hope of getting my invested money back. All that changed when I discovered Lost Recovery Master and everything was transformed. The company intervened and helped me get all my money back within a short period of time. Their services are well recommended and they ensure maximum satisfaction to their clients. You can contact them via
Website: (lostrecoverymasters . com)
Whatsapp (+44(7-5-3-7-1-0-5-9-2-1)
Support Email (Support @ lostrecoverymasters . com)20 -
We heard you like security so we put antivirals in your docker containers despite the fact that we made you have antivirals on your machines running the docker containers.
And we won't allow to use root just in case you want to disable the av. And we don't care you need it for the docker 😂
This is how I was played when wanted to use docker containers to avoid dealing with OPS.
Some time passes, my team is going to have independent cloud infrastructure.
Doing corporate politics is challenging...5 -
Last few months have been quite calm. Nothing to really rant about. The egocentric asshole PM (see my past rants) left the company, so things have been better at work. I thought that there would be so much chaos because of all the roles that he had (project manager, engineering manager, lead developer, dev ops) but we managed to keep things running smoothly, which shouldn't have been a surprise for me, but I was a bit scared at first. Relieved, because well... the egocentric asshole left, but a bit scared either way. Anyway, everything has been fine. I'm pretty much the lead frontend developer now, even tho there's no official structure or hierarchy, everyone just keeps looking up to me for help and guidance. I've received a good pay raise. Work has been interesting and challenging. All's well.
This all coincided with me deciding to take a little break from devrant, and the lack of ranting material kept me from coming back. I just dropped by to say hello and check how devrant is going. I hope you are all doing well :)3 -
Hey guys, I'm a noob developer (learning Java for a year now), I've come to the end of my year and I'm trying to think challenging project for myself but something that is plausible to do. I've made simple things like text editors and quiz games in the past but I would like to make something that is somewhat useful...
Any help would be greatly appreciated! :)11 -
i like to code because:
- it's challenging
- it's very personal, it's my way to solve the problem
- in the end i might have something cool that i did myself and that's priceless -
Mentoring someone in iOS from scratch, then teaching him how to maintain 3 different apps. He is able to maintain them without me now which is testament to how well I taught him, but it was challenging. Especially since I had to simultaneously work on other tickets and live prod issues.1
-
New job is turning out to be kind of the opposite of what I was expecting, based on interviews.
I thought I had done a pretty thorough job asking the kinds of challenging and specific questions during the interviews and was pretty satisfied with the answers.
Three weeks in, I’ve more or less been turned loose onto my first project which is….installing patch updates.
Next few projects through the end of the year and into Q1 next year are similarly sysadmin-chore work, which I’m not going to act like is beneath me or unimportant but it’s not quite what we talked about in the interview when I applied to an SDET position.
Point of order to talk about once I wrap up these first few projects, it doesn’t exactly seem like they know where I’m supposed to be or where to even really put me (on the org chart I have a line reporting up to boss, but I’m also the only one not on a functional team) and reading through the wiki last guy just kind of did everything.
If that’s what this is….eh I need to know if that’s how they want to use me and find out soon.11 -
New question to ask potential employers: What makes this work so difficult? is it innovative or in a challenging domain? Or is it because of a poorly documented, poorly maintained code base between multiple groups that can't agree on terminology?
Though if you ask, you should probably be more polite than I am hearing this in my head.2 -
This is sort of a boring story. I always have been interested in making games but actual coding always made me very uncomfortable and never tried it until I got to college. I met some really cool guys there and got into an association that was based on pop culture and videogames. Me and the president of that association started on our spare time to code for a videogame. He made his and I made mine. The software I used was gamemaker studio and I made like 7 games. I wanted to make a website for the games so I learned HTML, CSS and JavaScript. At that first year I was studying criminal justice and was slowly being taken away by programming. I changed my concentration to computer information system thinking that I wanted to do a more general approach but programming kept gaining ground. I had depresion on middle School all through highschool and early college. I'm safe to say that after I decided to code seriously my depression has seize to exist and life feels very good. Coding for me is very rewarding and challenging. I'm soon going to pursue a bachelor degree in computer science and hope I don't change concentration again.2
-
I pretty much leave important tough and challenging dev work for the weekend, I start my weekend days around 9AM and interact with no one until 4PM, after that I just go back to life lol
During the week if I'm not doing anything I play around with my projects else I go out with friends. -
I'm kinda tired of my office corner. Sure it is a decent place to be. With flexibility being a 10/10 and it is basically stress free. But it starts to grind on me. Its not really challenging and I feel stuck where I am. Nothing interesting happening. I get constantly teased with going outdoors. I am just a few steps short of another dev becoming a farmer. Mix this with a "the world will end anyway in the future so might aswell go out and see it" mentality.
-
I wanted to talk about the right job.
In my previous job I did not feel happy, the management was weird, the salary was low.
For a time I was thinking, I need to get better and do more and I will have a better salary and management will be more lenient towards me.
After a few years, I got an offer to join a much bigger company with a bigger salary and better benefits.
I joined them of course. And it turns out in some places you just do not fit in or the company just wants something that is not realistic and always will be unhappy with you.
In my current company, I have never felt better working, the team is awesome and tasks are challenging but doable, and they appreciate my skills and speed of work.
TL;DR:
If you do not feel good in your company, leave for some other company, most likely it's not you, but its the job that sucks.2 -
In regards to SO being down and the ensuing dev freak out.
To me, that's not a sign of devs using it as a crutch or being lazy etc, but rather a sign that devs are using it as a tool to resolve an issue they have not encountered yet. It's a sign that they are challenging themselves to find a good solution and not a hack, it's a sign they are learning, a sign they aren't just implementing the same project over and over again.
Like Martha Stewart says, "It's a good thing."2 -
4th week of internship begins and today, for the first time, features that I programmed got deployed to the production server !
I'm proud of myself and I really enjoy working there !
It's challenging and at the same time really cool.8 -
We interviewed some candidates for a dev position some weeks ago and, knowing the environment isn't that challenging (at least for me) I voted against the better curriculums because I know they would be frustrated fast, I said that. But I didn't say it was because it's shit here... Of course.... I really just want the good devs to be better then they can be here.... What do you think?3
-
Doing a MEAN stack application which I'm hugely confident will be my most successful. It's 95% done, finding that last bit of time needed to finish extremely challenging, but will be so excited to show it off to you all!2
-
Hot Take: Your estimated time to arrive at a destination on the Google maps app is just the app challenging you to a time trial race.2
-
For all the professionals - I really do not find my course in Software Engineering challenging and I even finished first in my class last year. I have been programing in java and javascript with spring and angular but now I am focusing on android. Do you reckon I should stay and finish my degree or just make a portfolio and apply for a job in the industry? Thanks in advance21
-
[Fairly existential career question] How fulfilling would you say your career in development has been?
[Long rant] for years I had been planning on becoming a rabbi, majored in religious studies etc, until I realized there would be no way out of my rapidly growing debt if I chose to continue on that path. i had to drop out 3 years into my undergrad due to financial issues, and as it is now working full time im barely holding my head above water. I spent a lot of time being sad about it until i decided to change things and started getting into accounting before I discovered coding. I am SO GLAD I discovered coding cause accounting was so boring...Now I'm excited to be going back to school for software development and I'm in a bit of a pink cloud having discovered something thats both exciting/fun/challenging AND lucrative... But i do worry about 5, 10 years in the future, will i still be as stoked about it? Religious leadership was and is something I know i would feel ~fulfilled~ over a lifetime, and while my newly discovered passion for coding literally keeps me up at night getting fired up on solving problems and writing my little newb programs, i think I'm afraid of burnout?
[Tl;dr] I'm making an education+career switch to software development and i wanna know how folks feel about their career years into it, do you still love it just as much? Feel jaded? Regretful? Happy?4 -
How does BAs always manage to turn everything into a life story? "It was at this point I realized, no, this is not the way. How could it be that we had done this for so many years? So it's time for a change, and from now on we will never face these challenging times ever again!"5
-
Banged on Another internship, woo hoo!
These guys looks great, working with iot tech and home automations. Stipend seems fine ( i demanded for more, obviously xD ), the work seems challenging and the guy who took my interview seems strict but cool.
(But at the time while interviewing, all i could concentrate was on the fact that he had a single white hair in his massive all black sikh moustache 😂 . I was so about to pluck that. )2 -
define "good".
If it's "knowing one's way around" - then yes, I guess I'm good in the context of some languages. How did I get there?
1. good night sleep (yes, #1; I've learnt from my mistakes during studies)
2. accepting/making up challenging tasks
3. toying around with the tools and abusing them heavily (like creating video games in bash or doing some metaprogramming)
4. when you find it hard to find any material about the tool/language that would be new to you - consider yourself good at it. -
I'm about to ask a really, lets just say challenging, question.
I'm well aware that PHP is server side and JS is client side. Don't worry, i'm not as dumb as I look, but I've taken interest in the formerly known as phpjs.org project now known as Locutus. (Love their name and idea.)
My question is whether anyone has used any little bit of that project, and if so, can you use it for something like Wordpress or Joomla to have a purely serverless and dynamic website? I know. I know. Dumb. I'm just curious because the idea intrigues me more than anything to have something like that.4 -
Story of a first-time hackathon.
So, I took part in the COVID-19 Global Hackathon.
Long story short, I got excited at OCR and just went with the most challenging challenge - digitizing forms with handwritten text and checkboxes, ones which say whether you have been in contact with someone who could have Coronavirus.
And, unsurprisingly, it didn't work within 4 days. I joined up with 2 people, who both left halfway through - one announced, one silently - and another guy joined, said he had something working and then dissapeared.
We never settled on a stack - we started with a local docker running Tesseract, then Google Cloud Vision, then we found Amazon Textract. None worked easily.
Timezone differences were annoying too. There was a 15-hour difference across our zones. I spent hours in the Slack channel waiting.
We didn't manage the deadline, and the people who set the challenge needed the solution withing 10 days, a deadline we also missed. We ended up with a basic-bitch Vue app to take pictures with mock Amazon S3 functionality, empty TDD in Python and also some OCR work.
tbh, that stuff would've worked if we had 4 weeks. I understand why everyone left.
I guess the lesson from this is not to be over-ambitious with hackathons. And not to over-estimate computers' detection abilities.rant covid hackathon slack s3 google cloud vision python tdd aws tesseract textract covid-19 global hackathon2 -
In a real-time multiplayer competitive game where you control a vehicle, is it feasible to simulate the whole thing on server side, such that the client only sends controls and receives sensor results? I mean like the client doesn't even know its own precise rotation, just the readings of a gyroscope and an accelerometer which are both susceptible to errors, and deduces the "down" direction from those two and approximate control forces. This would both solve hacking (writing a good robot is just as challenging) and lead to fun results like an attitude indicator going crazy from a gust of wind.13
-
Every Friday, we be playing. Custom word collection, challenging topics, teamwork!
Join the party! 😄🎉
5 -
So time for some stories!
DevRant Masters, what did you find the most Challenging when starting out as a dev?
For me it wasnt actually writing good code, it was more about finding out WHERE to write it, in this clusterfuck of shared projects inside projects.1 -
My master thesis is in ramble.
What I thought to be an achievable task in the beginning turns out to be very challenging.
My skill is not up to it.
The assistant prof I worked with is also not very helpful. I thought he's already familiar with the lib I will work with, turns out he's not so I have to study it by myself.
Me : **Asking question A**
Him : **Explaining B, C, D that's not really related to A. My question went unanswered.
Him giving me explanation on things that I already knew**
Me : "How about this code? Can we please focus on the code?!"
Him : **Finally explains the code so I can move forward a little**
Apparently I have to grow fangs and horns to scare people to give me what I want. :/
He and my prof are not in sync about how to solve the task.
They told me that even though I was behind my deadline (30% progress at 50% time), I still have some time before the deadline of the thesis.
The truth is, if I no longer believe that I can solve it, even if they gave me a time extension, it's going to be useless.
My motivation of finishing it is fading away. It's not a subject that I enjoy, the people I work with are not helpful.
I have been in depression for 2 months, and it's taking a toll on my health.
I am seriously considering dropping it and just let go of my master degree. There are many people who can work in IT even though they don't have proper formal education eh?5 -
What are some job possibilities for software engineers that are a bit more challenging?
Software Engineering just became routine and with all the hin abstractions during the past years it’s not really a complex job anymore.
Thoughtful about data science but I think I’d get bored with that as well after a few years.
Looking for ideas with:
- technical skills
- have a lot if responsibility
- at least same pay
Would be interested in e.g. investment banking but that seems far out of my league (education wise)..7 -
My most challenging task during development is choosing variable names.
I make a mess during this process.5 -
I just want to express that...
I
LOVE
PROPERLY
DOCUMENTED
KNOWLEDGE
Because I had worked on a project 1 year ago, and with the other projects I had done in the mean time, picking this back up would be challenging. And guess what! I still have my comprehensive manual I wrote for it in detail! Beautiful! Everything neatly written, everything explained, every field, every troubelshooting issue!
I managed to solve every setup issue in seconds! Aah! Aah! Scream for joy. lol10 -
Working in an expanding business is mostly fun, can be kind of challenging (for those who don't like to step in and do what's needed). One thing in particular you need to do a lot - is interviews. Lot's of them.
There are alsways two sides of the coin, for sure. But, just a little tip/hint to everyone looking for a job - please, please, please make sure your CV and letter at least makes sense for the position you're trying to get.
This (screenshot) is just one example of things in a CV which really makes me want to shout and kick people out.
It's part of the front page of a CV, for someone who is looking for a position as front-end developer / UX specialist. This person claims to be very interested in UX, and has done wome work already in this field.
Can ANYONE explain to med WHAT THE F*CK this actually means?
1) How many stars can a row have? 10, 6, 8?
2) What does it mean to have 4 starss in PHP knowledge? What's lacking to get 5?
3) What's the scale based on, at all?
And you want me to hire to to do UX of loyalty communication (e-mail, mobile apps, websites/landing pages) for our customers - who in turn have millions of customers/prospects?!?
ARE YOU F*CKING KIDDING ME?
If you can't even make a visualization of your _own_ knowledge which can be interpreted into some sort of competence matrix, but you just use something you think looks cool... Damn, you could at least have tried.
1 -
So its been around a month since I started my internship in this company. Seriously hating it. Most of the people are nice enough..but the work though..I get that since you're not really an IT company then theres no coding and stuff,sure.So, you put me in this 'IT related department' where I basically can't do anything other than be useless until you have documents for me to edit. Really?? The least you can do is just give me something challenging to work with but noooo just copy paste that stuff and change the damn fonts. "Oh you're done already? Pretty fast" well how long do you expect me to do this thing?? The only reason why it would take me a whole day to edit stuff is because your laptop's Word literally restarts itself every minute!!! How the @#$/# do you do anything with this?!!
//its gonna be a long 7 months....9 -
Working on a project in which the work is planned around what I'm already good at, isn't much use.
Yes, the person who is paying for the project, would want only someone with experience (good experience) to work on the project.
But really I'd like to work on stuff which will be challenging (in terms of learning new stuff). So yes, I'd like to get paid for learning! -
Learning to tech to speed up learning.
Using a new cooperative learning technique, AI Lab researchers cut by half the time it took a pair of robot agents to learn to maneuver to opposite sides of a virtual room.
A combination of deep learning and reinforcement learning algorithms are responsible for computers achieving dominance at challenging board games like chess and Go, a growing number of video games, including Ms. Pac-Man, and some card games, including poker. But for all the progress, computers still get stuck the closer a game resembles real life, with hidden information, multiple players, continuous play, and a mix of short and long-term rewards that make computing the optimal move hopelessly complex.
Image: Dong-ki Kim
1 -
!rant(maybe)
So after taking a long weekend and applying to some different companies, doing some cultural fit and technical interviews, I thought to sit down and take a different look at my situation (with the help of my partner, of course, bless her patient soul).
* My work output isn't bad; all things considered, it's the people I work for who are doing a shitty job. If my project fails, I have to remind myself it's not my fault or my team's because we're doing all we can to the best of our abilities. I mean, it's not our fault we're being mismanaged.
* The best way I can effect change is if I am in a position to do so. Instead of looking outside, I should be challenging my way up - and if no opportunities are there, then I have to make them myself.
* This is still a year of uncertainty - starting fresh isn't going to be easy. In contrast, I've already built a rep in my current company - why throw it away because I work for sucky people?
Looking at my previous rants, they were definitely coming from a place of frustration; but as the saying goes, if I'm not part of the solution then I'm part of the problem. I'm gonna see how I can fix that then without clamboring for an escape hatch.
Yes, it was a very insightful Valentine's dinner conversation.1 -
!rant
Just started a side project, helping a friend make his Android app more stable and add a couple more features. We'll release the sources sometime later.
Gotta say, his code is just terrible. And it runs on top of some code written by someone else, and that's even worse.
But I don't know how I got the motivation to spend the whole Saturday cleaning it up, fixing warnings, making abstractions, extracting features to separate classes, converting some stuff to Kotlin, even adding a couple coroutines. It felt good fixing bad code.
Maybe because I have some coding freedom I kinda miss at work.
Maybe because the project is not that big.
Maybe because I know the guy has many skills, coding is just not one of them.
Maybe because that project has some cool in it I can't even describe.
Maybe because that's entirely within my skills but challenging enough to have fun working on it.
Or maybe is just the mood of the moment, and in a week or so I'll lose all the motivation, as it happened too many times.
🤷♂️2 -
There was this tech guy in our project. I don't really know how techy nor what his role was, but I do know he was a techie.
Lately we'd noticed he was behaving more and more managerish. Orchestrating resources over slack, scheduling meetings, the managerial slang... Bulletpoints... It was obvious what's going to happen - he was striving for a manager's chair. Cool. He seemed like a guy who can indeed do this well. And the fact that he's a techie was promising - he should understand so many things.
Boy did that come around and bite us in our asses. Turns out this guy is a googler. If we are working on some case [as we always are] he jumps in and offers his opinion, although he is far from our technical area. We explain how/why it is not a good idea. Then he does some googling and comes back with a different idea! And insists on testing it out... FTR, a single test in our project could take from 1 to 6 hours. And he's a manager now!! We can't just ignore his requests...
Allright, we do that testing. Results are far from satisfying. We continue investigating. He does as well. We'd like to try something out, but there he comes with a new idea! And ofc we are asked to test it out as well.
Our own testing is postponed again.
A few days like this one pass by. In a daily meeting we are blamed for taking that long to do our investigation and we are questioned as engineers.
Superb...
Honestly? I'm having second thoughts about this new role. It's supposed to be fun and challenging and all, but this kind of shit is just too much...7 -
unexperienced me just wanted to mess around with vba updating a docvariable in word, now i am fiddling around how to export several values to an external excel-sheet.
that escalated quickly -
... I'll be honest.
I think something in my mind is fucked.
I can not work repetitive tasks.
I can't. I can't. I fucking can't.
My primary task should be to program stuff. Not configure bullshit for a living.
I just want something challenging, something new, something interesting.
BOOOORRRREEEEDOOOMMM5 -
I'm wondering if there is a way to use Machine Learning algorithm to optimize games like Screeps.com, which is a game that you control your game by writing JS code. Letting the algorithm write human readable code might be too challenging, but optimizing some aspect of the game should be possible, like the best scale up route optimization using re-enforced learning.3
-
I'll be challenging myself as I'm new to linux stuff next awesome thing I find is vim.
I'll be using it as my editor.
Damn I really like being on linux windows was just boring shit1 -
I find it odd that I've gone from primarily doing c++ and c# in Unity in the first year to doing blueprints in unreal in the second year. I have nothing too much against blueprints (except for the crappy, broken engine it's a part of but that's for another rant), but blueprints to me seems like the dummies guide book you read before going to the challenging stuff later on when it comes to programing. I just find it a bit backwards they'd introduce that after the challenging stuff.1
-
The guy worked 4 days building a nice challenging feature.
Fucking spend 30 more minutes to write a documentation on how it works bc is like you did nothing. -
I wish I have a better academic year with great professors and wonderful coursework so I don't have to rant as much,
But then, I'm starting to like DevRant. So cross that out. I hope for a more challenging year while still being manageable, and very very INTERESTING.
Happy new year, people. -
!rant && query
Anyone else have a victory song for when you solve a really challenging code problem? Mine is "Yeah!" by Usher.1 -
Every once in a while I come across a challenge that's actually challenging. Most recently ... "Develop Regex for validating and extracting a recipe's ingredient's quantity"
Regex should properly identify the numbers in each of the following lines:
1 cup of ingredient
Diced 1/2 cup of ingredient
.5 tsp of ingredient
1 1/2 packed cup of ingredient
1.5 cup of Heavy whipping cream
My answer is the first comment in case you want to solve it yourself. I'd love to know what others come up with.5 -
So it's been a month since I quit my job (cause I want to transition completely into ML, and I was working there as a web stack developer, also the job there wasn't really challenging enough), and I still haven't received any new job opportunities (for ML of course). Should I just take any opportunity that comes my way or should I wait for a company that really resonates with me? Also how long of a gap do you think is "not a big deal"?
Thanks.1 -
So printing ABS was challenging.
Picking right nozzle and bed temperature.
Making it stick to bed, adjusting Z axis etc took me 4 hours including going to shop for hegron hair spray.6 -
One day, a friend introduced me to Python, calling it a "friendly programming language for beginners." I remember spending my first few hours writing simple scripts, and though it was challenging, I was hooked. For the first time, I could see the immediate result of my efforts, and it felt incredibly empowering. At 23, I made a bold decision. I started teaching myself programming in earnest while still juggling my other responsibilities. I took online courses, read books, and spent hours practicing. I made countless mistakes and encountered errors that felt insurmountable, but I learned to see them as puzzles to solve. By the time I turned 24, I landed my first job as a junior developer. It wasn’t an easy journey, but it was one of the most rewarding experiences of my life. Programming taught me not only technical skills but also how to think critically and approach problems methodically.2
-
I’ve been considering getting a large diamond as a meaningful gift, but finding the right place to buy one has been quite challenging. I’m looking for something that stands out in terms of quality and ethical sourcing, as I want it to be both stunning and environmentally conscious. Does anyone have recommendations for where I could find a diamond with substantial carat weight, such as 17 carats? I’d really appreciate any suggestions or insights8
-
What do you do it you have an interesting/challenging work problem you can't seem to get out of your head?
I'm kinda tempted to spend my own time on it but that feels like doing paid work for free...1 -
So this week should be interesting. I am working on a (potentially) very large project for my current client and need to build a service that somewhat replicates the functionality of heroku (in that it needs to be able to load an app built in one of several languages, and spin it up in a docker container).
Unlike Heroku, however, each application also needs to be able to have a list of public and private (internal only) API routes listed and be able to dynamically route requests to the correct routes on in those containers. (Sorry if this is confusing)
Does this sound challenging and amazing? Absolutely! Do I think I may be in over my head? Yes, yes I do.
Has anyone ever built or worked with something similar?1 -
So I got Python under the belt, been messing around with it for quite a while (2-3 years now :p) and I am bored of it now,
What is a pretty fun programing language that's somewhat challenging to get around?
I was planning on learning c++ next since it sounds like fun but please do suggest your favourites14 -
Hey ranters does anyone know the best way to learn crypto currency. Its a very challenging topic for me5
-
Some magic happened about situation talked in earlier rant at below link.
https://devrant.com/rants/2910513/...
Now magically even before I inform about this situation directly to the client, now after 8 years they used some proprietary static code analyzer on latest app source & found out around 200+ security issues which covers most pain points I told in the above rant.
I also found out that there is a list of 100+ vulnerabilities documented in client doc repo, which were pending since around 5-6 years.
Now I have to work along my junior to fix these both kind of issues.
Suddenly dull maintenance project became much challenging & interesting. :-) -
At least pretend to have a reason for using checkboxes where the behaviour is obviously a single choice. I know I'm sometimes full of crap. I know I can waste so much time arguing for something I'm wrong about. At least I have arguments to support my approach, and I don't dismiss my mistakes. I don't need you to spend the next 5 minutes changing checkboxes for radio buttons in the mockup, it took dev 5 seconds to replace "checkbox" with "radio" and move on. However, I do need you to know what you're doing, even if it turns to be wrong.
I know this world celebrates people who can do things perfectly: models with perfect bodies, singers with perfect voices, sportsmen with perfect scores, students with perfect grades. I understand that's why you wish to try again so you can do it perfectly.
That's not what the world needs. The world needs people who know why they did what they did. It's drunk drivers who break down in the court, not serial killers. Serial killers know what they did, they know why they did it, and they believe it was the right thing to do; drunk drivers on the other hand had no idea what they did or why they did it, and they try to dismiss their wrongdoings by blaming them on alcohol, not getting a taxi, parking fees, the car, or some other circumstances.
So confront your bullshit for once. Stop searching for excuses to dismiss challenging ideas and prove you can defend your position. Otherwise, don't get angry when your "impeccable" ideas lose to someone who at least tries to defend their nonsense.3 -
Why my friend learns new languages: will it get me a higher salary?
Why I learn new languages: work isn't challenging, I don't have any side projects, don't feel like binging anime...
Just started learning Scala to once again try to pick up FP paradigm.
I'm also thinking it may be better for understanding algorithms?
Yes I know I'm late to the party -
Making music definitely made me a better programmer. In fact playing lots of instruments showed me the different roles that exist on a team. Lead guitarists are kinda like programmers, constantly looking for the next challenging song to make. Singers and rhythm guitarists are like the team leads and PMs who want a nice bow on the product. Drummers are like designers really, they kinda show up and make something bad ass and disappear. Bass players are like solid backend or ops folks silently making stuff stable and grounded.
-
> This is indeed a well-known architectural challenge—the "tying together" of heterogeneously typed objects with their matching data—often referred to as a variant of the Expression Problem
=-=
> The expression problem is a challenging problem in programming languages that concerns the extensibility and modularity of statically typed data abstractions. The goal is to define a data abstraction that is extensible both in its representations and its behaviors, where one can add new representations and new behaviors to the data abstraction, without recompiling existing code, and while retaining static type safety (e.g., no casts). The statement of the problem exposes deficiencies in programming paradigms and programming languages, and as of 2023 is still considered unsolved,[citation needed] although there are many proposed solutions
=-=
why do I always
also this is easy as pie in javascript. No wonder it was my favourite language. you're just so free to express yourself. DUNCHU SEE?!25 -
For the employee goals evaluation, my manager suggested to word "the higher-ups difficult to deal with on the other parts of the world" as "handling complex and challenging situations due to time zone differences"1
-
Here I've compiled a list of challenging questions on closures. Let's see how many you get correct.
https://readosapien.com/interview-q...1 -
When does a developer life turn into a nightmare?
I’m still an intern, senior in school.
All the work I had to do so far was easy, I would get a task to work on for a week and finish it in a day.
When does work really get challenging ?9 -
"Debugging is similar to being a detective in a murder mystery when you are also the killer and are unsure of whether you are resolving the case or hiding your traces!!".
But seriously, why does debugging have to be so challenging at times? It appears as though the code is attempting to trick us in some way. And let's not even talk about those mysterious error messages that have no meaning at all. Is a bit more explanation necessary, code? Give us a break, please!2 -
I always try to make problems more ... interesting, fancy, challenging. As soon as it gets boring, my mind is wandering.
Like now, when I wrote like a gazillion stored procedures, connected them to the back end classes, connected them to the new WCF service methods, connected them to the front end ... That's when I try to do anything but work.1 -
As a follow-up to my last rant, I figured out the SQL (well, WQL) query that would get me what I wanted: a collection of machines that had an error on a deployment.
I also figured out how to automate fixing the error'd machines and turning all of my possible fixes into one script that would also auto-deploy to the collection that was made with the query.
My senior coworker is impressed. He has been doing it manually for years and I was hired partially to take the load off of him. They're putting me on some more challenging projects and it's nice to be a better part of the team.
Not much of a rant, or even much of a developer thing, but I hope this bit of positivity makes for a lighter read in your Algo. -
What is challenging of becoming freelance programmer, is that not only have to deal with stupid requirements from the client, and attitude of certain client. We also need to face the challenges of other freelancer defaming you , bombard you with a bunch of negativity.
So here's the story, there is this guy knowing that I give the service for creating mobile app for 50USD and client happy with the price. While he get NONE of the business as the price is 80USD. -
How useful is my degree? I'm not sure to be honest. I did get to dive into a lot of subject matter which I find interesting and challenging. I also had to learn stuff I hate (solving matrices of differential equations). Strangely though, even though I doubt I will ever use this I am proud of myself for having slugged though it.
The teachers were helpful and supportive, I got to study in groups and had access to resources such as the university's GPU cluster.
In my day2day? So far, I cannot see anything I use directly. However, the university forced me to learn to pick up different technologies quickly, read the documentation, ask for help when your don't understand something. So, in that regard I think I profited from university.
I wasn't the best student by a long shot. My class mates helped me a lot. I struggled A LOT. Having been in the recieving end of a helping hand, o return the favour where ever I can. -
TL;DR Is there a hackerrank for Oracle PL/SQL?
At my work, we do not get raises, we only get promotions. Promotions are applied for, and then interviewed for. Highest score (plus maybe some managerial bias) wins.
33% of the questions revolve around PL/SQL (and just Oracle DB in general) and the better you explain yourself, the better you score.
Tutorials just don't do it for me. They're boring. I want something interactive. While it doesn't need to be competitive and challenging like hackerrank, I'm looking for something gamified like hackerrank where I can see other people and learn the technology intimately so I can climb the ranks at my company faster.
Does anyone know of something sort of along the lines? All suggestions appreciated.4 -
Week2 day 1 of beeing in the database team to learn more sql. Turns out the task they want me to complete is rather easy. So this is day 2 of doing exactly nothing.
Also im not allowed to do the task all on my own since the other apprentice has to learn it too.
These short blocks never have any challenging tasks to do *sigh* -
Losing Bitcoin due to uncertainties and issues can be life-draining for anyone who has invested in Bitcoin. Unfortunately, that was my situation, many out there are going through such problems also. As Bitcoin is a decentralized currency, tracing it can also be in vain, also there is no central authority or agency to run to for help, making it challenging to recover lost invested Bitcoin. However, there are special recovery services available that specialize in retrieving lost or stolen Bitcoin. These kinds of services require various techniques and intellects to engage with so as to perfect a successful recovery making them human natural resources for those who have fallen victim to scams or technical issues. Swift Hack Expert, is a team of stolen or lost Bitcoin recovery experts that is non-debatable the best on the internet. If you have ever lost money to scammers, hire Swift Hack Expert and help yourself from being a fraud victim. swift1 @ cyberservices. com6
-
I'm kind of lost guys 🤔(from the point of view of the career path).
Currently I'm unemployed and looking around for a new job inside and outside Italy, but most of them are quiet mediocre, from the point of view of salary(is hard to reach 40K pre-tax in Italy) or actual interesting work to do.
Leaving that aside, up to now I was always able to deal with any job that I had at hand, despite the industry, and this leaves me with an empty goal in the software development career because I feel capable to adapt to any technical environment.
The business side was always a second thought because it's quite boring most of the times(but I might change mind I think, given the chance).
And if you ask me what I like, I would say anything technically interesting/challenging, so no real preference here 😕
Have you ever had such period in your career?
Did you get the chance to find a way to move on?1 -
Im very proud of myself for getting on scratch and putting in 200+ Code Blocks for 2 hours straight. Working on it to help an elementary school better teach math since I have a mild case of ADHD which made it challenging to learn. Hopefully this game will better help kiddos like i was, learn math easier. Will send out an update when its finished with the link to it.2
-
From Loss to Triumph: The Unmatched Expertise of CoinCaper Recovery
Recovering lost assets can be a complex and challenging endeavor, but with the expertise of professional asset recovery CoinCaper Recovery, the process becomes significantly more manageable. CoinCaper's extensive knowledge and experience in the field make him a true master at tracking down and reclaiming misplaced, stolen, or hidden valuables. Whether it's uncovering funds trapped in dormant accounts, locating physical assets that have gone missing, or using his unparalleled investigative skills to pierce the veil of complex financial schemes, CoinCaper Recovery approaches each case with an unwavering determination to achieve a favorable outcome for his clients. His keen analytical mind allows him to meticulously piece together the puzzle, following even the faintest of trails to uncover the whereabouts of elusive assets. Blending cutting-edge technology with old-fashioned gumshoe work, CoinCaper Recovery leaves no stone unturned in his pursuit of justice and restitution. Clients who enlist CoinCaper Recovery services can take comfort in knowing that they have a formidable ally in their corner, one who will relentlessly fight to recover what is rightfully theirs, no matter the obstacles that stand in the way. With CoinCaper Recovery at their disposal, the seemingly impossible task of reclaiming lost assets becomes a very real and attainable goal. My case was very complicated but given that I was in the right hands, my bitcoin of 92,000 USD returned to me. Talk to this expert via:1 -
Lately I've sort of feel like I've personally plateaued... Outside of work, which is still not very challenging, I don't have any personal problems I want to solve. It sorts feels like for everything I want there's either an app I can download or already built (or at least 90% of it and just needs some adjustments or repurposing).
The strange part is it's getting replaced by solving/looking at algorithm problems.
Originally I was going to do mobile + React but I just don't feel motivated anymore... Even if I did build it I doubt I'd use it and I don't have any mobiles apps I want either...
Maybe I'm just really bored at work so now the equation makes sense...
Bored + would like better job == algorithm puzzles
Though I still need to figure out what to do with my reading list and prime videos... They've sorta been backgrounded... And maybe even devrant as well...
Oh yes haven't watched my big TV for over a month....1 -
Engaging in Connections game is a fun and challenging experience. After deciding on four terms, you may see whether they belong in a group called a "category." Categories may be anything from a collection of sluggish creatures to enigmas such as "kayak" and "radar." You will have to use every bit of your brains to succeed.
-
Front End: i feel that it's the most challenging and everchanging topic out there nowdays, plus you can learn a whole stack of technologies almost everyday
-
Something truly useful, where I get to know the users or even be one of them. Something challenging but not beyond my reach.
-
The goal is to sprint, jump, and dodge through challenging levels while collecting points and power-ups.6
-
I've been looking for an internship for the past couple of weeks and just had another interview today. I was given a simple code test that involved changing some of the features in a small program, nothing too challenging except that the program was insanely buggy and had a tendency to spit out the wrong result if you looked at it funny, and that was before I started touching it. I don't even want to know what production code looks like...1
-
It seems that my barometer for whether I would stay long in a company is roughly 1.5 years. Because apparently that's how long it takes to gauge if:
(a) The work I'm doing is fulfilling or self-satisfying
(b) My colleagues make work a fun and challenging experience
(c) My bosses are people I can be proud to work for.
Right now, the tally thus far:
(a) The work is half crap, supporting old code (fuck Swig and Architect, by the way) or fixing bugs on old projects. New projects are always mismanaged, and I mean ALWAYS (let's do Agile and create tickets but hey the requirements are still in progress so do start anyway and we'll file everything as bug tickets until they're done)
(b) I'm sure it's an effect of going remote working for the last few months, but I'm feeling detached from my team. It's fine I guess.
(c) My manager is okay, he's a good guy who listens and is also technical so we get along. But his boss (who oversees several teams. including ours) is a total prick who loves to insult people at their expense as a joke. He knows nobody's gonna talk smack back so he just does it without repercussions.
I'll probably see if I can move around internally to a different division since the pandemic makes it difficult to find work externally. I'm grateful I have a job, but I shouldn't have to feel like I owe the company for that at the cost of my personal happiness.
Just gotta #survive2020 I suppose. -
I could really do with HKT support in Rust right now. I need to somehow convert a
Marc<Task<Output = T>> into a
Task<Output = Marc<T>> where Marc is a Mappable Atomic Reference Counter from the mappable_rc crate. Nothing technically challenging in the whole operation, it's just not supported by the type system without those two types knowing about each other. -
I find playing online games very interesting. It can support me to feel relaxed everyday after a tiring time of learning at school. I usually like to play online chess. It is exciting and challenging. It also helps me to make friends online. It helps me to think over everything before acting. However, I always limit my time playing online games. Because I think playing too many online games makes me tired. My eyes are often soring. My mother always reminds me to study hard, so I know what is most important to me. Playing online games only helps me to relax a little. So I advise you to work hard at school, and just spend a little time playing online games, no matter how much you like it.
6 -
Introducing the quantum symbol.
I have a function throwing an error when passed a vector which has an unexpected size.
When I use the debugger and try to watch said vector for write access, the code which failed at some point just does… things. I have no idea what it is doing instead of failing but it is doing it gladly. It's not even paused, at least for the debugger.
Now I know why they said C++ is challenging to debug.10 -
HOW I HIRED GEARHEAD ENGINEERS TO GET BACK MY INVESTMENT FROM SCAMMERS
Regaining funds from investment losses or fraud can be challenging and may require time. One has to overcome the fear of being scammed once again through the internet, peruse through the recommended service providers to get a competent one, then hurdle through the negotiations trying to select the best candidate. As someone who has gone through this tireless process, I understand the agony involved. I lost a huge sum of money to online investments and even went through a harder challenge looking for ways to get my money back. This was until I engaged with GearHead Engineers, a team of cyber security service providers who actually understood and knew what they were doing. Our interaction was straight to the point, they gave detailed explanations, and specific timelines to when certain activities would take place. It only took them less than 3 days to regain the money I lost to the fraudulent traders. I am more than delighted to share their contacts to the reader to help you save the time and resources trying to look for a professional service provider:
Website: gearheadengineers . org
Email: gearhead @ engineer . com
Call/ WhatsApp: +164747737583 -
Modern technological company Wizard Hilton Cyber Tech is at the forefront of creative solutions for the challenging bitcoin recovery market. This innovative company, which was founded by a group of bright cryptography specialists and cybersecurity trailblazers, specializes in solving the most difficult problems that Bitcoin and other digital asset owners encounter. Whether it's recovering lost or inaccessible funds due to forgotten passwords, hardware wallet malfunctions, or even elaborate hacking attempts, Wizard Hilton's arsenal of proprietary tools and unparalleled analytical capabilities allow them to unravel even the most convoluted digital money mysteries. Drawing on decades of combined experience in the fields of blockchain technology, digital forensics, and ethical hacking, the company's seasoned professionals employ a meticulous, multi-pronged approach to meticulously reconstruct transaction histories, identify vulnerabilities, and ultimately restore access to otherwise irretrievable cryptocurrency holdings. With an unwavering commitment to client privacy and an impressive track record of success, Wizard Hilton Cyber Tech has firmly established itself as the go-to resource for individuals and enterprises seeking reliable, discreet, and cutting-edge solutions to their most complex Bitcoin and cryptocurrency recovery challenges. Hurry, send a direct message to Wizard Hilton Cyber Tech via: Email : wizardhiltoncybertech ( @ ) gmail (. ) com
OR
support ( @ ) wizardhiltoncybertech (.) com
WhatsApp number +1302445789510 -
Cryptocurrency Recovery Services | Top Crypto Recovery Company - Consult CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER
By partnering with CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER, you can rest assured that you are working with experts who are dedicated to maximizing your chances of successfully recovering their lost funds. Their vast network of resources and experience allows them to tackle even the most challenging cases with precision and efficiency. Trust CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER to help you navigate the complex world of cryptocurrency recovery and regain access to your valuable digital assets.
Contact information;
Website ( captainwebgenesis. c om)
Email (Captainwebgenesis@hackermail. co m )4 -
Mobile apps. They're little programs that have to run in constricted environments. I find it challenging to write something that needs to perform well, and at the same time be as efficient as possible with its very limited resources.
-
we derive immense satisfaction from aiding our friends and neighbors during challenging times of transition. Our commitment lies in delivering assistance that is not only affordable and efficient but also upholds the highest standards of integrity.
-
BEST LEGITIMATE CRYPTOCURRENCY RECOVERY SPECIALIST--> REVENANT CYBER HACKER
Modern technological company REVENANT CYBER HACKER is at the forefront of creative solutions for the challenging bitcoin recovery market. This innovative company, which was founded by a group of bright cryptography specialists and cybersecurity trailblazers, specializes in solving the most difficult problems that Bitcoin and other digital asset owners encounter. Whether it’s recovering lost or inaccessible funds due to forgotten passwords, hardware wallet malfunctions, or even elaborate hacking attempts, REVENANT CYBER HACKER’s arsenal of proprietary tools and unparalleled analytical capabilities allow them to unravel even the most convoluted digital money mysteries. Drawing on decades of combined experience in the fields of blockchain technology, digital forensics, and ethical hacking, the company’s seasoned professionals employ a meticulous, multi-pronged approach to meticulously reconstruct transaction histories, identify vulnerabilities, and ultimately restore access to otherwise irretrievable cryptocurrency holdings. With an unwavering commitment to client privacy and an impressive track record of success, REVENANT CYBER HACKER has firmly established itself as the go-to resource for individuals and enterprises seeking reliable, discreet, and cutting-edge solutions to their most complex Bitcoin and cryptocurrency recovery challenges. Hurry, send a direct message to REVENANT CYBER HACKER via: Email : revenantcyberhacker ( AT ) gmail (dot ) com
Telegram: revenantcyberhacker
WhatsApp: + 1 (208) 425-8584
WhatsApp: + 1 (913) 820-0739
Website: revenantcyberhacker {dot} org
1 -
My husband and I had always been cautious with our finances, but the world of cryptocurrency seemed too promising to ignore. After months of research and persuasion from so-called investment experts, we decided to invest a significant sum of $700,000 worth of Bitcoin into what we believed was a legitimate and high return opportunity at first, everything seemed perfect. Our portfolio showed steady growth, and we were even encouraged to reinvest our earnings. However, when we attempted to withdraw a portion of our funds, the nightmare began. Excuses, delays, and then complete silence from the platform left us in shock,that was the moment we realized we had been scammed.Our savings our hard earned money was gone,just when we were losing all hope, a friend recommended Washington Recovery Pro, a company specializing in retrieving lost digital assets,we reached out to them. From the very first consultation, their team was professional and knowledgeable. They reviewed our case, analyzed the blockchain transactions, and assured us that while recovery was challenging, it was possible. Their confidence gave us hope.Weeks of anxious waiting finally paid off when we received the incredible news our $700,000 worth of Bitcoin had been successfully recovered! The relief and joy we felt were indescribable. .kindly reach out to via
WhatsApp-+1 (903) 249‑86331 -
Best in Recovery Stolen Bitcoin: Vacuum Cyber Hack can Help you out
When I realised my $395,000 worth of Bitcoin had been stolen, I was devastated. The thought of losing such a significant amount left me feeling completely powerless. After exhausting all options, I decided to reach out to Vacuum Cyber Hack. Their reputation for successfully recovering stolen cryptocurrency made them the obvious choice. From the very beginning, I was impressed by their professionalism and expertise. They quickly assessed my situation and immediately began working on a recovery plan. Using advanced algorithms and state-of-the-art forensic methods, Vacuum Cyber Hack tracked the stolen funds with remarkable precision. Throughout the process, they kept me updated, providing clear communication and ensuring my sensitive information remained confidential. Within a short time, Vacuum Cyber Hack successfully recovered my stolen Bitcoin, returning my funds and restoring my confidence in cryptocurrency security. Their efficiency, dedication, and ethical approach made all the difference. I’m incredibly grateful to Vacuum Cyber Hack for their exceptional service and for proving that even in the most challenging situations, recovery is possible. They truly set the standard for Bitcoin recovery services. I can confidently recommend them as the best choice for anyone facing the same challenge.
Email: support @ vacuumcyberhack . com
Whatsapp: +39 351 059 0507
Website: https : //vacuumcyber hack .co m/
1 -
Best in Recovery Stolen Bitcoin: Vacuum Cyber Hack can Help you out
When I realised my $395,000 worth of Bitcoin had been stolen, I was devastated. The thought of losing such a significant amount left me feeling completely powerless. After exhausting all options, I decided to reach out to Vacuum Cyber Hack. Their reputation for successfully recovering stolen cryptocurrency made them the obvious choice. From the very beginning, I was impressed by their professionalism and expertise. They quickly assessed my situation and immediately began working on a recovery plan. Using advanced algorithms and state-of-the-art forensic methods, Vacuum Cyber Hack tracked the stolen funds with remarkable precision. Throughout the process, they kept me updated, providing clear communication and ensuring my sensitive information remained confidential. Within a short time, Vacuum Cyber Hack successfully recovered my stolen Bitcoin, returning my funds and restoring my confidence in cryptocurrency security. Their efficiency, dedication, and ethical approach made all the difference. I’m incredibly grateful to Vacuum Cyber Hack for their exceptional service and for proving that even in the most challenging situations, recovery is possible. They truly set the standard for Bitcoin recovery services. I can confidently recommend them as the best choice for anyone facing the same challenge.
Email: support @ vacuumcyberhack . com
Whatsapp: +39 351 059 0507
Website: https : //vacuumcyber hack .co m/2 -
I get too anxious when working on sth challenging. I want things to run smoothly in the first try. So I am scared to try things and end up wasting time.
-
DISCREET AND PROFESSIONAL HACKING SERVICES FROM MAESTRO ENCRYPTER FINANCIER
Recovering lost assets can be a complex and challenging endeavor, but with the expertise of professional asset recovery Maestro Encrypter Financier , the process becomes significantly more manageable. Maestro Encrypter Financier extensive knowledge and experience in the field make him a true master at tracking down and reclaiming misplaced, stolen, or hidden valuables. Whether it's uncovering funds trapped in dormant accounts, locating physical assets that have gone missing, or using his unparalleled investigative skills to pierce the veil of complex financial schemes, Maestro Encrypter Financier approaches each case with an unwavering determination to achieve a favorable outcome for his clients. His keen analytical mind allows him to meticulously piece together the puzzle, following even the faintest of trails to uncover the whereabouts of elusive assets. Blending cutting-edge technology with old-fashioned gumshoe work, Maestro Encrypter Financier leaves no stone unturned in his pursuit of justice and restitution. Clients who enlist Maestro Encrypter Financier services can take comfort in knowing that they have a formidable ally in their corner, one who will relentlessly fight to recover what is rightfully theirs, no matter the obstacles that stand in the way. With Maestro Encrypter Financier wizardry at their disposal, the seemingly impossible task of reclaiming lost assets becomes a very real and attainable goal. My case was very complicated but given that I was in the right hands, my bitcoin of 92,000 USD returned to me. Talk to this expert via: WhatsApp number: +14722038937
Email: maestroencrypter @ financier . com -
Hey there, I want to share my experience with Dune Nectar Web Expert, a team composed of highly trained professionals specializing in ethical hacking, private investigation, and cryptocurrency tracing and recovery. I engaged in their services during a deeply challenging period in my life. I have been suspecting infidelity in my relationship for a while; I needed concrete evidence before exposing my cheating partner. I surf Google in search of a reliable hacker. I came in contact with Dune Nectar Web Expert to discreetly access and retrieve crucial data from my partner's electronic devices. Their expertise in remote data acquisition proved invaluable. This involved navigating the complexities of digital security protocols and ensuring that all actions' legality and ethical implications were meticulously addressed. The team's approach was characterized by professionalism, discretion, and a commitment to adhering to all relevant legal frameworks. The data retrieved provided irrefutable evidence, allowing me to make informed decisions regarding my personal life. Dune Nectar Web Expert's commitment to ethical practices and their demonstrable expertise in digital forensics made them an invaluable resource during a difficult time. Their services extend beyond infidelity investigations; they also offer comprehensive solutions for individuals and businesses facing cybercrime, data breaches, and cryptocurrency fraud challenges. The team's dedication to client confidentiality and meticulous attention to detail are hallmarks of their professional approach. I confidently recommend Dune Nectar Web Expert to anyone seeking reliable and ethical digital investigative services. Their expertise and professionalism gave me the clarity and evidence I desperately needed.
( support ( @ ) dunenectarwebexpert ( . ) com)
(TeIegram @DUNENECTARWEBEXPERT)1 -
For their outstanding assistance in regaining my lost bitcoins, Wizard James Recovery has my sincere gratitude. Their professionalism, knowledge, and steadfast dedication to assisting those in need of bitcoin recovery are genuinely admirable. I was greeted with a degree of commitment and expertise that was well beyond my expectations as soon as I contacted them. They stand out in the world of cryptocurrency recovery due to their in-depth knowledge of blockchain technology and their unwavering search for answers. Their team worked tirelessly to navigate the complexities of the blockchain, leaving no stone unturned in their quest to recover my lost bitcoins. Their unwavering determination and tireless efforts ultimately led to the successful recovery of my digital assets. The impact of Wizard James Recovery, Their work extends far beyond the restoration of my bitcoins; it has restored my faith in the power of expertise and support when facing adversity. I wholeheartedly recommend their services to anyone grappling with similar challenges, as their exceptional skills and unwavering dedication have not only recovered my lost bitcoins but also reignited my confidence in overcoming obstacles with the right support. Wizard James Recovery, In addition to a solution to my issue, I discovered a group of experts who sincerely want to guide people through the challenging realm of cryptocurrency recovery. Their dedication to their customers is simply unmatched, and I am incredibly appreciative of their priceless help. How do I Get in touch with Wizard James Recovery? Kindly contact Wizard James Recovery through the below info.
Email:(wizardjamesrecovery @ usa . com)1 -
HOW TO RECOVER LOST/STOLEN CRYPTOCURRENCIES WITH FASTFUND RECOVERY SERVICES.
I recently experienced one of the most challenging moments of my life when I fell victim to a cryptocurrency scam. After investing a huge amount of money, I was devastated to discover that my funds had vanished. I felt overwhelmed and uncertain about my options until I found FastFund Recovery. From my initial inquiry, the FastFund Recovery team exhibited professionalism and empathy that immediately put me at ease. They took the time to thoroughly assess my situation and patiently explained their recovery process, ensuring I understood every step. Their expertise in cryptocurrency recovery was evident, and I felt reassured knowing I was in capable hands.
What truly stood out was their commitment to transparency. Throughout the recovery process, they kept me updated on their progress and provided insights into the strategies they were using. It was clear they were genuinely dedicated to helping me recover my lost funds. To my surprise and relief, FastFund Recovery was able to recover my investment within a matter of days. I was amazed by their effectiveness and the professionalism of their team. They not only restored my finances but also my faith in the recovery process.
I cannot recommend FastFund Recovery highly enough. They turned what seemed like a hopeless situation into a success story, and I am incredibly grateful for their support. If you find yourself in a similar predicament, I encourage you to reach out to them. They have the knowledge, tools, and compassion to help you navigate through this difficult time. E-mail: Fastfundrecovery8(at)gmail com
What, App, 1807//500//7554
Website, fastfundrecovery com .
4 -
I've been wondering lately why adultery is the primary cause of failed relationships. It's challenging to meet someone who will love you as much as you loved them. either because they don't respect their partner or because they're not happy with them. I have heard numerous accounts from friends and coworkers about how they ended their relationship after discovering their spouses were cheating. I received a reference for Recovery Nerd as a result, and they assisted me in remotely accessing my suspected unfaithful girlfriend's activities. During my business trip to the UK, I was able to view all of her messages, calls, Instagram chats, and other correspondence. I could see everything she did on her phone. It's incredibly heartbreaking and painful to see this, but I'm glad I've finally found peace of mind again. I thought this was impossible, but RECOVERY NERD made it simple and easy to use. I was able to discover that she had been seeing a guy downtown during our relationship. My friend recommended RECOVERY NERD to me, and after reading numerous online recommendations, I decided to go along with them. If you need comparable help and have been taken advantage of a few times, their services are excellent, sincere, and prompt. Reaching out to RECOVERY NERD is the best way to find a long-term solution to your violent and shameful relationship. Email address: Recoverynerd @ mail . com3
-
Was solving algo problems for the last few hours again. It's for technical interview prep but what I realized was...
If I just see them as puzzles rather than a pointless barrier to me getting a better job... they actually become fun...
That and maybe I'm bored at work, need something intellectually challenging/requires thinking, and out of ideas for personal projects I want to build. -
TRUSTED CRYPTO RECOVERY EXPERT- CONTACT MAXIMUS HACKERS RECOVERY
My name is willy , and I would like to share my recent experience with online fraud. Unfortunately, I fell victim to scammers who took my Bitcoin, leaving me feeling helpless. Fortunately, I reached out to Maximus Hacker Intelligence for assistance. Their team was incredibly supportive and dedicated to helping me recover my lost funds. Their expertise in handling such cases was truly impressive. I am relieved and grateful to report that they successfully helped me retrieve my money. This experience has taught me the importance of seeking professional help when dealing with online scams.
If you or someone you know ever faces a similar situation, I highly recommend contacting Maximus Hacker Intelligence. They are committed to assisting victims of fraud and can make a significant difference.
Thank you for taking the time to read my testimony. Let’s stay vigilant against online scams and support each other in these challenging times.
Contact info:
Email:( Maximushackersrecovery@proton.me )
WhatsApp:(+4 -(4737)-(756)-(2755)
4 -
What do you thing about a manager who doesn't communicate with the team (2 developers)? It would even go to months without even asking our progress or if we find some difficulties or if the missions are okay ,challenging or make us improve. I still don't have a vision for my carreer and the company seems to care less about what i feel or if i'm satisfied or not. Please What do you think. I would be grateful if you share with me any advice.4
-
Underwater Construction Services by Free Agent Marine LLC: Expertise and Solutions for Your Marine Projects
When it comes to large-scale projects that involve submerged structures, underwater construction requires specialized knowledge, skill, and equipment. From building underwater foundations to performing repairs and maintenance on marine infrastructure, these tasks demand the expertise of professionals who understand the complexities of working beneath the surface. Free Agent Marine LLC, located in Tampa, FL, is your trusted partner for all your underwater construction needs.
Our team of experienced divers and marine contractors has the expertise to handle a wide range of underwater construction projects, from initial design to final installation. We provide high-quality solutions for both residential and commercial clients, ensuring your project is completed safely, efficiently, and within budget.
What is Underwater Construction?
Underwater construction refers to the process of building, maintaining, or repairing structures submerged in water. These projects often involve challenging conditions, including working in deep waters, dealing with strong currents, and navigating unpredictable weather. Tasks within underwater construction can include:
Installing foundations: Building strong underwater foundations for bridges, piers, docks, or other structures.
Repairing underwater structures: Fixing damage to existing marine infrastructure such as seawalls, pipelines, or underwater cables.
Marine construction: Constructing piers, marinas, and other waterfront structures to support commercial and residential needs.
Submarine welding and cutting: Using specialized techniques to weld or cut metal underwater for construction or repair purposes.
Given the challenging nature of working underwater, underwater construction requires highly skilled divers who are trained to perform these tasks safely and efficiently, using advanced tools and technology.
Why Choose Free Agent Marine LLC for Your Underwater Construction Needs?
At Free Agent Marine LLC, we are proud to offer a full range of professional underwater construction services. Our experienced team of certified divers and engineers has the knowledge and capabilities to take on even the most challenging underwater projects. Here’s why we’re the preferred choice for underwater construction in Tampa:
1. Experienced and Certified Team
Our team of divers is highly trained and certified in commercial diving and underwater construction techniques. With years of experience working on complex marine projects, we are fully equipped to handle any task—whether it’s a simple inspection or an extensive construction job. We pride ourselves on maintaining high safety standards and providing professional, high-quality services for all our clients.
2. State-of-the-Art Equipment
We understand that successful underwater construction requires the best tools and equipment. At Free Agent Marine LLC, we use advanced underwater construction technology, including remote-operated vehicles (ROVs), sonar systems, specialized diving gear, and heavy-duty underwater welding and cutting tools. This cutting-edge equipment allows us to perform precise and efficient work, even in the most challenging underwater environments.
3. Comprehensive Underwater Construction Services
Whether you need to build a new pier, install a bridge foundation, or repair an underwater pipeline, we offer a wide range of underwater construction services. Our team is skilled in multiple aspects of marine construction, including:
Underwater Foundation Installation: We specialize in building strong, durable underwater foundations that support bridges, piers, docks, and other structures. These foundations are crucial for ensuring the stability and longevity of your construction project.
Marine Infrastructure Repair: We offer repair services for existing marine structures, such as seawalls, docks, boat lifts, and pipelines. Our team is experienced in assessing damage, implementing solutions, and restoring underwater infrastructure to its optimal condition.
Marine Construction and Design: From docks to marinas, we provide comprehensive marine construction services. Whether you need new construction or modifications to existing structures, we work closely with you to ensure your project meets all safety and design requirements.
Welding and Cutting: We perform underwater welding and cutting, using specialized techniques and tools to repair and fabricate metal structures submerged in water. This service is essential for maintaining the structural integrity of your underwater construction project.
1 -
While the specifics remain a mystery, the service is capable of accessing the phone’s data without alerting the user. It’s like having a secret agent silently working behind the scenes to retrieve the truth. Through this process, I was able to uncover the hidden messages, photos, and activities that confirmed my partner’s infidelity. In conclusion, masterhacker played a pivotal role in lifting the veil of uncertainty and revealing the truth about my partner’s actions. While the journey was emotionally challenging, having concrete evidence allowed me to make an informed decision about the future of my relationship. While the revelations can be shocking and the aftermath emotionally challenging,Masterhacker empowers individuals to face the truth head-on. Whether you choose to rebuild trust or move on, the lessons learned from this experience will forever shape your understanding of relationships, technology, and the power of unveiling the truth. Do contact through EMAIL: masterhacker259 at gmail as they can uncover the truth if you have doubts about your cheating partner
Gmail:Masterhacker259 @ gmail com
INSTAGRAM: @ Masterhacker259
Telegram: @ masterhacker259
TikTok :@ masterhacker259 -
I'm grateful for assistance in recovering $37,000 that I lost to crooks in Bitcoin—that's really challenging. Although I'm happy to hear that Supreme Peregrine Recovery was helpful, please use cautious. Sincere fund recovery is uncommon and frequently taken advantage of by con artists masquerading as "assistants." Verify the company's legitimacy, avoid paying in whole, and get confirmation of the recovery from law enforcement or a cryptocurrency specialist. Fake recovery services retarget a lot of victims. Always do extensive research on companies, keep sensitive information and private keys to yourself, and transfer any remaining funds to a safe wallet. I may assist in verifying the recovery service's credibility or provide advice on what to do next if you'd like.
+1,3,1,8,5,5,3,0,6,7,9
Mail: supremeperegrinerecovery(@)proton(.)me
supremeperegrinerecovery567(@)zohomail(.)com
info(@)supremeperegrinerecovery(.)com
7 -
HOW FAST CAN I RECOVER MY STOLEN CRYPTO / BITCOIN > GO TO iFORCE HACKER RECOVERY
iFORCE HACKER RECOVERY Anyone who trades cryptocurrencies should know how to recover stolen or lost Bitcoin.
Getting in touch with iFORCE HACKER RECOVERY could be the key to recovering your investment if you need to withdraw money from an unlicensed broker or are dealing with challenging terms and conditions.
Visit Homepage; iforcehackersrecovery. c o m
Text /Call; +1 (240 803 3706
Contact Email; contact@iforcehackersrecovery c o m -
Navigating the suspicion of infidelity is a difficult experience, and I felt lost in that situation. Seeking answers, I contacted Crypt0 Pandemic Hunter, and I'm thankful I did. Their unique method, focusing on digital footprints in social media and phone calls, helped uncover the truth.
Initially, I was skeptical but impressed by their professional approach. They analyzed my spouse's social media, browsing history, and even worked to recover deleted messages, revealing unknown communication patterns. They also conducted discreet surveillance remotely, gathering photographic and video evidence that supported their findings.
They were honest about their methods and kept everything legal. Although the evidence was hard to face, it provided the clarity I needed. Despite the challenging outcome, I appreciate their professionalism and recommend them for sensitive situations.2 -
I like how classes are getting more interesting and challenging But I don’t like how I don’t have time to work on my own projects. I have plans for them and I know where and somewhat how to do things. But between classes, homework, things teachers ask me to do, TA work, and medical issues I don’t have time to do my own thing anymore so GitHub is going to show massive spots of inactivity making me seem dis-interested in things not school related
-
When I lost more than $187,750 USD in bitcoin, to a fraudulent crypto investment scam, I found myself in a challenging situation, I was inconsolable and believed I had reached my lowest point, I had no hope of getting my invested money back. All that changed until I discovered 'Prompt-tech' on redit a genius experienced hacker my hope to life was restored. He intervened and helped me get all my funds back within a short period of time. Their services are well recommended and they ensure maximum satisfaction to their clients. You can contact them via Email: 'prompttechrecovery@ gmail . com, or WhatsApp + 1 (484) 5.4.0 - 0.7.8.5. Kindly reach out to them and thank me later.2
-
BEST WAY TO FIND AND RECOVER YOUR STOLEN BITCOIN?_RED CYBER HACKER..
I’m writing to the public to provide knowledge about RED CYBER HACKER. Look no further if you ever demand hacking services, When I lost more than $150,000 USD in bitcoin, individually I found myself in a challenging situation, I was inconsolable and believed I had reached my lowest point, I had no hope of getting my invested money back. All that changed when I discovered RED CYBER HACKER and everything was transformed. The company intervened and helped me get all my money back within a short period of time. Their services are well recommended and they ensure maximum satisfaction to their clients. You can contact them via
Email: redcyberhacker 153 @ gmail com
WhatsApp: +1..9..4..5..2..0..6..0..7..1..1
Telegram: +1..9..4..5..2..0..6..0..7..1..1 -
Hire Zenith's Hackers Intelligent To Recover Lost or Stolen Crypto/Bitcoin
As a CBS News Anchor, I, Anthony Mason, wish to extend my heartfelt gratitude to Zenith's Hackers Intelligent. Their expertise was instrumental in recovering my lost cryptocurrency valued at $860,000 USD in Ethereum. Their commitment and professionalism during this challenging time were truly commendable. If you're facing similar difficulties or need assistance with your investments, I highly recommend reaching out to them for a customized consultation.
For inquiries, contact:
Email: Zenithintel @ consultant. c om
Web: w w w. zenithhackersintel. co m
CBS News Anchor, Anthony Mason Asher
- CBS News Anchor
- Recover Ethereum
- Zenith's Hackers Intelligent
- Lost crypto assets
- Digital currency recovery3 -
I'm writing to the public to provide knowledge about SCHWARTZ RECOVERY HACKERS. Look no further if you ever demand hacking services, When i lost more than $85,000 USD in bitcoin, individually i found myself in a challenging situation, i was inconsolable and believed i had reached my lowest point, i had no hope of getting my invested money back. All that changed when i discovered about SCHWARTZ RECOVERY HACKING SERVICES and everything was transformed. The company intervened and helped me get all my money back within a short period of time. Their services are top notch and they ensure maximum satisfaction to their clients. You can contact them via (schwartzsoftwarehackingprogram at gmail dot com) OR via Telegram.. t.me/schwartzsoftwarehackers
8 -
I want to take a moment to express my heartfelt gratitude to Cyber Point Recovery for their incredible assistance in helping me recover my stolen Bitcoin. Their professionalism and expertise made a challenging situation much easier to navigate. Thanks to their support, I was able to recover my funds without falling victim to scams again. I highly recommend their services to anyone facing similar issues. Thank you once again, C y b e r Point Recovery, For inquiry, :(Support (AT) cyber point recovery (DOT) c o m)1
-
Cryptocurrency Scam Recovery | Legitimate Crypto Recovery Companies, Visit CAPTAIN WEBGENESIS
I would like to express my profound gratitude to CAPTAIN WEBGENESIS for his exemplary assistance in recovering my lost funds. His strategic approach not only facilitated the retrieval of my funds but also instilled a renewed sense of trust and confidence in managing my finances moving forward. I cannot thank him enough for his wonderful job; his commitment to excellence has made a significant impact on my financial well-being. I wholeheartedly recommend CAPTAIN WEBGENESIS to anyone seeking effective solutions in challenging financial situations.
Phone / Whatsapp : +1 501)436-93)62
Email: captainwebgenesis @hackermail. com
Visit Website; Captainwebgenesis. com2 -
My team works as a growth team. So, I have to start with different documentations from different teams each time I start a project.
The thing is documentation is badly written and you have to dig a lot to find a small thing.
At the same time, culture of the company urges us to go deep before contacting another team.
Each team's documentation is different and some people force on reading the documentation before contacting them. Growing technically has become a lot more challenging me and honestly I don't want to do this anymore. -
Hire A Certified Hacker For Cryptocurrency || Bitcoin || Ethereum || Asset Recovery Hire ULTIMATE HACKER JERRY
Following numerous challenging situations, ULTIMATE HACKER JERRY managed to restore the sum of $862,000 in pilfered Ethereum and Bitcoin to my cryptocurrency wallets. I first lost 870,000 to an exchange service that deceived me. I tried hiring up to Two people who said they were hackers, but they took $47,000 from me, leaving me hopeless and insolvent. Before I discovered ULTIMATE HACKER JERRY, who saved my bacon, I genuinely thought I had lost everything. -
Dreaming of a challenging adventure and from sleeping in my very comfortable mint, had some coffee and tried some freshly-picked and good-to-go debian for fun, it was a great morning. Nice logo it has I feel so cool, what a good day to have, a blessing to try things let's sing some praises, hallelujah! But my friend debian's not so friendly even gave me a deadly look --It was a nightmare from installation to even shutting it down, so many versions to install, very limited explanation on internet and terminal doesn't work, crap it's 03:00 and I haven't slept for a while my eyes are shedding pure regret while I am looking for a way out. What is this, after all my training am I still too weak to handle this kind of power, or maybe my friend just need some more persuasion?
-
HIRE A HACKER TO RECOVER LOST OR STOLEN BITCOIN/NFT - CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER
Getting Back Lost, Hacked Or Stolen Crypto.
I am really grateful to CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER for his expertise and aid in recovering my stolen cryptocurrency from a scammer. His quick reaction, attention to detail, and ability to handle the complexity of the digital currency world were extremely helpful in addressing this issue. Throughout the process, CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER displayed professionalism and ethics, keeping me informed and involved at all times. His commitment to securing justice for victims of fraudulent schemes is commendable, and I feel fortunate to have had his support in this challenging situation. I definitely recommend CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER to anyone seeking assistance with recovering lost funds or navigating the world of cryptocurrency with confidence.
(Captainwebgenesis. com),
Email: (captainwebgenesis@hackermail. com).1 -
My Experience With Mayermusk Recovery Company On How They Help Me Recover Back My Lost USDT
I recently found myself in a distressing situation after losing a significant amount of USDT due to a fraudulent transaction. Feeling overwhelmed and unsure of where to turn, I stumbled upon Mayermusk Recovery Company. From the moment I reached out to them, I was met with professionalism and empathy. The team at Mayermusk took the time to understand my situation thoroughly. They guided me through the recovery process step by step, providing clear communication and updates along the way. Their expertise in cryptocurrency recovery was evident, and I felt reassured knowing I was in capable hands. Thanks to their diligent efforts and strategic approach, I was able to recover my lost USDT within a matter of weeks. I cannot express how grateful I am for their support during such a challenging time. If you find yourself in a similar predicament, I highly recommend Mayermusk Recovery Company. They truly deliver on their promise to help those in need.1 -
Assignment help UK is a service designed to support students in achieving their academic objectives across various disciplines. This resource offers professional guidance from subject experts, who tailor their assistance to each learner’s needs. By breaking down complex topics, these specialists ensure students not only complete assignments but also gain deeper understanding of the subject matter. Whether grappling with tight deadlines, complicated formatting requirements, or challenging coursework, assignment help UK alleviates stress and helps learners stay on track to meet timely deadlines.
In addition to fostering improved academic performance, Assignment Help UK provides invaluable skill-building opportunities. Students can enhance their research and writing abilities through clear explanations, constructive feedback, and detailed examples provided by dedicated academic tutors. They are particularly beneficial for non-native English speakers, who can refine language skills to meet rigorous university standards. Moreover, assignment help UK delivers plagiarism-free content, ensuring originality and academic integrity at all times.1 -
My Experience with Mayermusk Recovery Company on how they help me recover back my lost USDT
I recently found myself in a distressing situation after losing a significant amount of USDT due to a fraudulent transaction. Feeling overwhelmed and unsure of where to turn, I stumbled upon Mayermusk Recovery Company. From the moment I reached out to them, I was met with professionalism and empathy. The team at Mayermusk took the time to understand my situation thoroughly. They guided me through the recovery process step by step, providing clear communication and updates along the way. Their expertise in cryptocurrency recovery was evident, and I felt reassured knowing I was in capable hands. Thanks to their diligent efforts and strategic approach, I was able to recover my lost USDT within a matter of weeks. I cannot express how grateful I am for their support during such a challenging time. If you find yourself in a similar predicament, I highly recommend Mayermusk Recovery Company. They truly deliver on their promise to help those in need.
1 -
Exciting and challenging projects really helps with burnout. I didn't really believe that the solution is to work more it sounds stupid, but it reminded me why I love my craft, it was worth the sleepless nights(wouldn't do it in the long term). I hope you get the opportunity to work on something that you are passionate about and reignite that fire 🙂4
-
Attention Housing and Real Estate and Cryptocurrency Scam Victims! If you’ve fallen victim to a any of these scam and lost your hard-earned money, you’re not alone. I was once a vitim until i come across (STORMBYTE HACKERS RETRIEVER) They help me recover my funds and guide me through this challenging situation.
Don’t let scammers take advantage of you any longer! Contact (STORMBYTE HACKERS RETRIEVER) today for support and to explore your recovery options. Together, we can fight back and reclaim what’s rightfully yours!
📞 +1 (562) 572-9348)
✉️ Stormbytehackersretriever @ protonmail. com2 -
Wizard James Recovery is a reliable resource for recovering cryptocurrency, regardless of whether you were a victim of a cryptocurrency theft or transferred your funds to the wrong wallet address. The only trustworthy source for crypto recovery, in my opinion, is Wizard James recovery. After dealing with these so-called cryptocurrency investment forums for a few weeks, I experienced a cryptocurrency investment setback, losing over $345,400 of my money. This was bad because every hacker I asked for assistance with had a different way to demand money without giving me any good feedback. Through a referral, I was able to get in touch with Wizard James Recovery directly, which is how my cryptocurrency was returned back into my wallet address. I feel compelled to provide this review so that others can learn that Wizard James Recovery is knowledgeable, prepared, and ready to help anyone in a challenging circumstance like this. I've included the Specialist's direct contact details below: WIZARDJAMESRECOVERY @ USA . COM.2
-
How to Recover Stolen Cryptocurrency with Captain WebGenesis Crypto Recovery Center
If you have been a victim of a fraudulent investment firm, the consequences can be devastating, both financially and emotionally. However, there is hope for recuperation with the help of professionals like CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER. With their experience in financial fraud investigation and recovery services, they can guide you through the complex process of recovering your assets and bringing the culpable parties accountable. By conducting thorough investigations, uncovering evidence of wrongdoing, and working tirelessly on your behalf, CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER can assist in recovering your losses and providing you with the support needed during this challenging time. Be rest assured that you can take action to recover financial control and move past this regrettable circumstance if you have CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER on your side.
Mail; Add (captainwebgenesis@ hackermail. com).
Phone / WhatsApp; +1 (501)436-9362.2 -
HIRE A LEGITIMATE BITCOIN RECOVERY EXPERT - CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER
As a professional in the financial industry, I recently experienced a devastating loss of $258,000 due to an unforeseen circumstance. However, my nightmare turned into a blessing when Captain WebGenesis Crypto Recovery Center stepped in to offer their expertise and support. With their strategic analysis and quick decision-making abilities, they were able to help me recover a significant portion of my losses and mitigate further damage to my portfolio. Their thorough understanding of the Crypto recovery industry proved valuable in navigating through this challenging time. Thanks to their guidance and expertise, I was able to regain my financial stability and learn valuable lessons that have made me a more cautious and informed investor moving forward. I am incredibly grateful for the assistance provided by Captain WebGenesis Crypto Recovery Center during this difficult period.
Contact Below;
Homepage; captainwebgenesis . c om
Call or Text +1 (501, 436 (9362
Mail; captainwebgenesis@hackermail . c om1 -
I lost access to my Bit Future account, along with $73,000 after my account was suspended. My attempts to resolve the issue through their customer support were fruitless, leading to a heartbreaking email stating my account would be permanently deleted due to alleged fraudulent activity. I was completely distraught, believing my entire savings were lost forever.
Just when I was about to give up hope, a friend suggested I contact Crypto Pandemic Hunter. Skeptical but desperate, I reached out and forwarded my case. To my surprise, their team demonstrated impressive knowledge and expertise, utilizing chain analysis to effectively backtrack the funds and prove their legitimate source. Their modern software, combined with a solid understanding of the legal aspects, proved instrumental in recovering my lost funds.
I am incredibly grateful to Crypto Pandemic Hunter for their assistance during this challenging time. They truly rescued me from financial misery. For anyone overwhelmed by cyber fraud or injustices, I highly recommend reaching out to them.
Whatsapp ; +1 (205) 3573937
1 -
HIRE A LICENSED CRYPTOCURRENCY RECOVERY EXPERT Call iFORCE HACKER RECOVERY
Cryptocurrency presents both enormous promise and significant risk in the current digital banking environment. Losses can occur in a matter of seconds due to the increase in hackers, frauds, and unintentional transfers. Without professional assistance, recovering lost assets is exceedingly challenging due to the irreversible nature of crypto transactions. Licensed recovery specialists like iFORCE Hacker Recovery can help with that. They have extensive knowledge of blockchain technology and employ cutting edge instruments to track down secret wallets, examine transaction histories, and recover stolen money. The knowledgeable staff at iFORCE Hacker Recovery is prepared to handle the intricacies of cryptocurrency loss, giving sufferers a genuine chance to get back what was lost forever. They are a dependable option for high-stakes crypto recovery due to their accuracy and ability.
Learn More; ww w. iforcehackersrecovery . com
Email; contact@iforcehackersrecovery . com
Contact; +1.2.4.0.8.0.3.3.7.0.62 -
I Need Help To Recovery My Lost Cryptocurrency | How Can I Hire A Hacker To Recovery my lost funds
OPTIMISTIC HACKER GAIUS Can Help You in any Crypto Recovery
How Can I Locate Reputable Crypto Recovery Firms? Which hacker is the greatest at recovering bitcoin? How can I get my cryptocurrency back from a scammer? Crypto Recovery: Retrieve Your Misplaced Coins To get back my lost money, I need a hacker. Recovery from Cryptocurrency Scams; Recover Lost Money; Crypto Investment Mistaken. How To Employ A Hacker To Retrieve Stolen Cryptocurrency Coins // Employ A Hacker To Retrieve Lost Or Stolen Bitcoin/NFT // Assistance It appears that I was hacked because I am unable to access my USDT account. I need a Bitcoin recovery expert. Optimistic Hacker Gaius distinguishes itself by maintaining integrity and trust with each client they assist in navigating challenging procedures with assurance and skill.
Homepage; optimistichackergaius . c o mWhatsAp..... +44 737, 674,, 05 69Mail... support@optimistichackergaius . c o m Telegram..... t. me/OPTIMISTICHACKERGAIUSS
1 -
CYBERSPACE HACK PRO RECOVERY EXPERT
"Hello, my name is Edward R. Michelle, and I'm a resident of Arkansas, originally from Atlanta, Georgia, with a prior residence in Houston, Texas. I've been through a challenging experience, having lost everything I worked hard for due to a scam.
Fortunately, two weeks ago, I stumbled upon online testimonials about Cyberspace HackPro, and I reached out for their assistance. To my surprise, they successfully recovered my stolen funds just two days ago!
Initially, I was skeptical, fearing I'd fallen victim to another scam. However, Cyberspace HackPro proved to be genuine, and they recovered the full amount of $253,129, returning it to my wallet.
I'm grateful for their expertise and professionalism. If you've been a victim of a scam, I highly recommend contacting Cyberspace HackPro immediately. They're trustworthy and effective.
Sincerely,
Edward R. Michelle"
Contact info
Email: Cyber space hack pro @ rescueteam com
WhatsApp +1 (559) 508 (2403)1 -
"Finding a trusted Buderim plumber can be challenging, but Sunshine Coast Plumbing & Hot Water is here to provide top-quality plumbing services at affordable rates. Whether you're dealing with a leaking tap, a blocked drain, or need a hot water system installation, our expert team is ready to assist.
Why Choose Our Buderim Plumbing Services?
✅ Emergency Plumbing – 24/7 response for urgent plumbing issues
✅ Blocked Drains & Pipe Repairs – Fast and efficient drain clearing
✅ Hot Water System Installation & Repairs – Electric, gas & solar solutions
✅ Leak Detection & Repairs – Prevent water damage with expert services
✅ General Residential & Commercial Plumbing – High-quality workmanship guaranteed
Our licensed and insured plumbers in Buderim are dedicated to delivering prompt, professional, and affordable plumbing solutions. With years of experience and a reputation for excellence, we ensure customer satisfaction every time.
Need a Plumber in Buderim? Contact Us Today!
For expert plumbing services in Buderim, trust Sunshine Coast Plumbing & Hot Water1 -
I can give you some general guidance on how to recover your Bitcoin.
If you're having trouble accessing your Bitcoin, you may want to try contacting the support team of the exchange or wallet where you stored your Bitcoin. They may be able to assist you in recovering your access.
Additionally, you can also try contacting a reputable cryptocurrency recovery service, such as SACLUX COMPTECH SPECIALST . They specialize in helping individuals recover lost or stolen cryptocurrencies.
Please keep in mind that recovering lost or stolen cryptocurrencies can be a complex and challenging process. There are no guarantees of success except you meet with the right expert, and that is why I will always recommend SACLUX COMPTECH SPECIALST to scam victims because they are the only company that is legit when it comes to cryptocurrency recovery. It's also important to be cautious of scams and phishing attempts and to only work with reputable and trustworthy services. -
I want to take a moment to express my heartfelt gratitude to CyberPoint Recovery for their incredible assistance in helping me recover my stolen Bitcoin. Their professionalism and expertise made a challenging situation much easier to navigate. Thanks to their support, I was able to recover my funds without falling victim to scams again. I highly recommend their services to anyone facing similar issues. Thank you once again,
1 -
Where Can I Recover My Bitcoin?
Recovering lost or stolen Bitcoin can be a challenging endeavor, but there are options available for individuals seeking assistance. One of the most reputable recovery services is Bitsquery Web Retriever, which specializes in tracing stolen assets and helping clients reclaim their funds. If you've lost Bitcoin due to a scam or hacking incident, taking immediate action and contacting a professional recovery service can significantly increase your chances of success.
When reaching out to Bitsquery Web Retriever, clients can expect a thorough assessment of their situation. The team employs advanced blockchain tracing technology to analyze transaction histories and track the movement of stolen Bitcoin. By identifying the flow of funds across various wallets and exchanges, they can develop a tailored recovery strategy that maximizes the likelihood of reclaiming lost assets.
Additionally, Bitsquery Web Retriever emphasizes the importance of timely reporting. Clients are encouraged to report the theft to exchanges and law enforcement agencies as soon as possible, as this can aid in freezing assets and initiating recovery efforts. The team's experience in navigating the complexities of cryptocurrency recovery ensures that clients receive the support they need during this challenging time.
Transparency is another hallmark of Bitsquery Web Retriever. They provide clients with clear information about the recovery process, associated fees, and potential outcomes. This level of communication fosters trust and helps clients feel more secure in their decision to pursue recovery services.
While recovering Bitcoin can be a complex process, the dedicated team at Bitsquery Web Retriever is committed to providing compassionate support and expert assistance. They understand the emotional toll that losing assets can take and strive to guide clients through the recovery journey with empathy and professionalism.
If you're looking to recover your lost Bitcoin, consider reaching out to Bitsquery Web Retriever for expert help. You can contact them at bitqueryretrieverhacker[@]bitquery[.]co[.]site or visit www{.]Bitsquerywebretriever{.]xyz to explore your recovery options.1 -
Recommendation for CyberNet Surveillance: Trusted Experts in Infidelity Investigations
I highly recommend CyberNet Surveillance for anyone seeking private investigation services, especially in cases involving suspected infidelity. From the initial contact, the company displayed exceptional professionalism and empathy, creating a surveillance plan tailored to my specific situation. Their transparent approach instilled confidence, as they took the time to explain the investigation process and set realistic expectations. The team’s dedication to handling sensitive cases with care was evident from the start, providing me with a sense of security during a challenging period. Throughout the investigation, CyberNet Surveillance demonstrated an impressive level of skill and discretion. They employed state-of-the-art technology, including hidden cameras and GPS tracking, ensuring the evidence gathered was both comprehensive and accurate. The investigators maintained a discreet presence throughout, avoiding any risk of exposure while still capturing relevant information. The final report was thorough and detailed, featuring time-stamped photos, videos, and activity logs that clearly illustrated the findings. This level of detail provided me with the clarity I needed to understand the situation fully. The company’s communication and client support were exceptional. I was regularly updated on the progress of the investigation, and the team was always available to answer any questions I had. Their empathetic approach made the process easier to navigate, as they understood the emotional difficulty of the situation. Their willingness to discuss the findings in detail and explain each step of the investigation provided me with reassurance and comfort during a challenging time. Ultimately, the results confirmed my suspicions, giving me the closure I needed to make informed decisions about my relationship. While the truth was difficult to face, I am grateful for the clarity CyberNet Surveillance provided. Their professionalism, advanced techniques, and commitment to client service set them apart as a reliable and effective investigative firm. I would not hesitate to recommend their services to anyone facing a similar situation. Their contact details are:
Email: Cybernetsurveillance @ mail . Com
WhatsApp: +1 (908) 883‑7240 -
How to trace lost money || How do I get my money back from a crypto scammer?
The impact that investment fraud has on its victims is something that the recovery team at OPTIMISTIC HACKER GAIUS is aware of. Since they risk losing all of their life savings or making ill-advised investments, it can be challenging to know where to start. Please contact OPTIMISTIC HACKER GAIUS for a free consultation on scam protection in light of this.
Website:.... w w w. optimistichackergaius . com
email:..... support@optimistichackergaius . com1




