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 - "hard to choose"
-
I turned 40 yesterday. Here are some lessons I've learned, without fluff or BS.
1) Stop waiting for exceptional things to just happen. They rarely do, and they can't be counted on. Greatness is cultivated; it's a gradual process and it won't come without effort.
2) Jealousy is a monster that destroys everything in it's path. It's absolutely useless, except to remind us there's a better way. We can't always control how we feel, but we can choose how we react to those feelings.
When I was younger, jealousy in relationships always led to shit turning out worse than it probably would have otherwise. Even when it was justified, even when a relationship was over, jealousy led me to burn bridges that I wished I hadn't.
3) College isn't for everyone, but you'll rarely be put square in the middle of so much potential experience. You'll meet people you probably wouldn't have otherwise, and as you eventually pursue your major, you'll get to know people who share your passions and dreams. Despite all the bullshit ways in which college sucks, it's still a pretty unique path on the way to adulthood. But on that note...
4) Learn to manage your money. It's way too easy to get into unsustainable debt. It only gets worse, and it makes everything harder. We don't always see the consequence of credit cards and loans when we're young, because the future seems so distant and undecided. But that debt isn't going anywhere... Try not to borrow money that you can't imagine yourself paying back now.
5) Floss every day, not just a couple times per week when you remember, or when you've got something stuck in your teeth. It matters, even if you're in your 20s and you've never had a cavity.
6) You'll always hear about living in the moment, seizing the day... It's tough to actually do. But there's something to be said for looking inward, and trying to recognize when too much of our attention is focused elsewhere. Constantly serving the future won't always pay off, at least not in the ways we think it will when we're young.
This sentiment doesn't have much value when it's put in abstract, existential terms, like it usually is. The best you can do is try to be aware of your own willingness and ability to be open to experiences. Think about ways in which you might be rejecting the here and now, even if it's as seemingly-benign as not going out with some friends because you just saw them, or you already went to that place they're going to. We won't recognize the good old days for what they were until they're already gone. The trick is having as many good days as possible.
7) Don't start smoking; you'll never quit as soon as you'll think you can. If you do start, make yourself quit after a couple years, no matter what. Keep your vices in check; drugs and alcohol in moderation. Use condoms, use birth control.
8) Don't make love wait. Tell your friends and family you love them often, and show them when you can. You're going to lose people, so it's important. Statistically, some of you will die young, yourselves.
When it comes to relationships, don't settle if you can't tell yourself you're in love, and totally believe it. Don't let complacency and familiarity get in the way of pursuing love. Don't be afraid to end relationships because they're comfortable, or because you've already invested so much into them.
Being young is a gift, and it won't last forever. You need to use that gift to experience all the love that you can, at least as a means to finding the person you really want to grow old with, if that's what you want. Regardless, you don't want to miss out on loving someone, and being loved, because of fear. Don't be reckless; just be honest with yourself.
9) Take care of your body. Neglecting it makes everything tougher. That doesn't mean you have to work out every day and eat like a nutritionist, but if you're overweight or you have health issues, do what you can to fix it. Losing weight isn't easy, but it's not as hard as people make it out to be. And it's one of the most important things you can do to invest in a healthy adulthood.
Don't put off nagging health issues because you think you'll be fine, or you don't think you'll be able to afford it, or you're scared of the outcome. There will always be options, until there aren't. Most people never get to the no-options part. Or, they get there because all the other options expired.
10) Few things will haunt you like regret. Making the wrong choice, for example, usually won't hurt as much. I guess you can regret making the wrong choice, but my deepest regrets come from inaction, complacency and indifference.
So how can we avoid regret? I don't know, lol. I don't think it's as simple as just commiting to choices... Choosing to do nothing is still a choice, after all. I think it's more about listening to your gut, as cliche as that sounds.
To thine own self be true, I guess. It's worth a shot, even if you fail. Almost anything is better than regret.10 -
In a user-interface design meeting over a regulatory compliance implementation:
User: “We’ll need to input a city.”
Dev: “Should we validate that city against the state, zip code, and country?”
User: “You are going to make me enter all that data? Ugh…then make it a drop-down. I select the city and the state, zip code auto-fill. I don’t want to make a mistake typing any of that data in.”
Me: “I don’t think a drop-down of every city in the US is feasible.”
Manage: “Why? There cannot be that many. Drop-down is fine. What about the button? We have a few icons to choose from…”
Me: “Uh..yea…there are thousands of cities in the US. Way too much data to for anyone to realistically scroll through”
Dev: “They won’t have to scroll, I’ll filter the list when they start typing.”
Me: “That’s not really the issue and if they are typing the city anyway, just let them type it in.”
User: “What if I mistype Ch1cago? We could inadvertently be out of compliance. The system should never open the company up for federal lawsuits”
Me: “If we’re hiring individuals responsible for legal compliance who can’t spell Chicago, we should be sued by the federal government. We should validate the data the best we can, but it is ultimately your department’s responsibility for data accuracy.”
Manager: “Now now…it’s all our responsibility. What is wrong with a few thousand item drop-down?”
Me: “Um, memory, network bandwidth, database storage, who maintains this list of cities? A lot of time and resources could be saved by simply paying attention.”
Manager: “Memory? Well, memory is cheap. If the workstation needs more memory, we’ll add more”
Dev: “Creating a drop-down is easy and selecting thousands of rows from the database should be fast enough. If the selection is slow, I’ll put it in a thread.”
DBA: “Table won’t be that big and won’t take up much disk space. We’ll need to setup stored procedures, and data import jobs from somewhere to maintain the data. New cities, name changes, ect. ”
Manager: “And if the network starts becoming too slow, we’ll have the Networking dept. open up the valves.”
Me: “Am I the only one seeing all the moving parts we’re introducing just to keep someone from misspelling ‘Chicago’? I’ll admit I’m wrong or maybe I’m not looking at the problem correctly. The point of redesigning the compliance system is to make it simpler, not more complex.”
Manager: “I’m missing the point to why we’re still talking about this. Decision has been made. Drop-down of all cities in the US. Moving on to the button’s icon ..”
Me: “Where is the list of cities going to come from?”
<few seconds of silence>
Dev: “Post office I guess.”
Me: “You guess?…OK…Who is going to manage this list of cities? The manager responsible for regulations?”
User: “Thousands of cities? Oh no …no one is our area has time for that. The system should do it”
Me: “OK, the system. That falls on the DBA. Are you going to be responsible for keeping the data accurate? What is going to audit the cities to make sure the names are properly named and associated with the correct state?”
DBA: “Uh..I don’t know…um…I can set up a job to run every night”
Me: “A job to do what? Validate the data against what?”
Manager: “Do you have a point? No one said it would be easy and all of those details can be answered later.”
Me: “Almost done, and this should be easy. How many cities do we currently have to maintain compliance?”
User: “Maybe 4 or 5. Not many. Regulations are mostly on a state level.”
Me: “When was the last time we created a new city compliance?”
User: “Maybe, 8 years ago. It was before I started.”
Me: “So we’re creating all this complexity for data that, realistically, probably won’t ever change?”
User: “Oh crap, you’re right. What the hell was I thinking…Scratch the drop-down idea. I doubt we’re have a new city regulation anytime soon and how hard is it to type in a city?”
Manager: “OK, are we done wasting everyone’s time on this? No drop-down of cities...next …Let’s get back to the button’s icon …”
Simplicity 1, complexity 0.16 -
How to start coding (for fucktards)
1: Choose desired programming language like python or java
2: Search on youtube or google: "<language> tutorial beginner"
3: if step 2 was to hard for you...
STOP learning how to program, you are hopeless
4: Instead of asking everyone on how to learn programming, just fucking DO IT already!
Seriously, if you don't even know how to use google and youtube to educate yourself programming is NOT FOR YOU!9 -
The list would be quite long.
I think Google is still making good tools, but just like Apple the integrations get all so tight and constricting... And with their data, if it goes wrong, it will go wrong hard.
I feel like YouTube is gliding into a state where cheap clickbait floats to the top and finding quality gets more difficult as well, their algorithm is more and more tuned to choose recent popular stuff over good older gems.
Microsoft is all pretend lovey dovey cuddling open source, but I'm still suspicious it's all a hug of death. I was never a big fan, but they're seriously dropping balls when it comes to windows-as-a-service, taking away so much personal control from end users even though they can't be trusted to babysit either.
Amazon is creeping it's way through the internet, charging $10/m to join the vip club infesting houses with spytubes to sell more plastic crap. Bezos' only right to keep wasting oxygen is BlueOrigin, but he'll probably fuck that up as well turning spaceflight into a decadent prime consumer orgy instead of something inspiring.
Facebook... Well, that's self explanatory. Fuck it, everything it pretends to be, and everyone who still has an account with a rusty spike.
Uber and AirBnB, with their fake ass mission of a green shared economy, but they trample over employees, customers and neighbors to build their ivory towers of progressive illusions.
Then there's a million declining brands.
I liked Skype for example when it was first released, Just like how I started out liking (and then hating) Discord, Slack, etc... They're all tools which seem fast and easy, but then they get us further away from solid protocols, get us entrenched into limiting, bloated and sometimes even dangerous tools. As my dad used to say: "Companies are like women, if you go for cheap, fast and easy you'll end up with a burning dick and half your savings gone"
You know what, fuck all tech companies.
OK, devrant is still pretty nice... For now.8 -
Coding Guide:
wanna start coding?
it's very simple, just follow this steps!
1. prepare a notebook and pen.
2. choose a programming language you would like to learn.
3. find a nice site for study it, SoloLearn is a very good site, you can ask me in the comments for more.
4. start copying every code block and summary to the notebook.
5. don't worry about not understanding it yet.
6. finish copying at last 5 subjects.
7. start the course again, and follow the notebook.
8. do it few times, your mind will remember it.
now the hard part!
good job, you remember the basic, but don't know how to use it? well 1 more guide for it.
1. prepare a notebook and pen.
2. now, it's your time to teaching it!
3. try to explain the code in your words or language.
4. after few times your mind will remember all the necessary things about coding.
5. start to make little apps or even games.
enjoy =D
of course you need to coding every day for 1 hour+-3 -
I'm not sure whether to cry or to burn everything to the ground.
I'm stuck in a rotten, over aged corporate that will one day choke on all the documents and formalism they require. Which is something I'm generally fine with. Each to their own.
But ever since I handed in my resignation they have been fucking me like I have never been gang raped before.
(A little context: I work for a midsize financial institute. Which at least in Germany are full of legacy projects and are regulated as all hell.)
So some fuckwits decided that since the regulator slapped us hard 2 years ago that we need to make up a new standard of documentation that has to be used for all IT-documentation there ever was and ever will be.
So the upper management (the before mention dumb-dumbs) choose some consultant company and locked them up together with the brightest stars (read biggest slime balls) of the IT department in an ivory tower and told them to pull some out the ass.
And one year later (early November last year) they got the shit they ordered. Gilden shit, only the most sparkly and non-sensical bullcrap you could imagine.
But they only looked at it and deemed it good. Now the guys actually in charge of the the applications got served the dish. And guess what they found out when started to dig into? Nothing but contradictions, non-final thoughts and all of that held together by web of retarded, unusable guidelines. But they ate it, they cursed but they swallowed forced by disciplinary punishments waiting should they misbehave.
The only one emerging fact was: All previous documentation was completely invalidated.
But now the mighty lords in the ivory tower guided by the never failing hand of the higher management had the greatest idea of them all. They needed someone to check all the documentation till the end of this year but since they blew all of their budget on useless wankers ( oh, ofc I meant "highly qualified external help") they now preyed on the lowest in the food chain. Which is where this story goes full circle and comes back to me.
I was the lowest rank on the food chain, a student that just handed in his resignation.
I was the first to be locked up in the basement, my co-student followed shortly after.
And now I'm going to spend my last 2 months looking at checklists that we had to pull out of the slime's ass and validating hundreds of thousands of pages of documentation. We get grinded up in the endless hate coming from the guys that we need to tease and are held in position by a wall of sheer idiocy on the side of the rule makers.
Today I cried when I had to tell someone that his magnificent documentation was not standard conform and had thus no longer any meaning or right to exist.
Thanks you for those that made it this far down. I hope you never have to feel my pain.11 -
Contenders for arseholes this week
- Elasticsearch as their implemented product identification and integration in client libraries like Python to exclude OpenSearch made a lot of things very painful. Yay....
- Microsoft decided to integrate kill switches in Exchange. Yeah.... Great stuff.
- Atlassian has another week of dumbness - after they botch release after release, they killed Slack with DNS
- Adoptium still hasn't managed to provide repositories after fucking up it's transition from AdoptOpenJDK
- No, a project with JDK 8 makes no sense anymore, take that shit and burn it. JDK 11 the same, would be great if we had a Repository working for JDK 17 Adoptium....
- unwanking a TLS setup by integrating an intermediary load balancer to deal with several outdated TLS implementation is a kind of thing that's really scary...
(TLS 1.3 in, TLS 1.1 - TLS 1.3 out... Theoretically all solutions have TLS 1.2… most of them non working. Solutions is a wild bunch from different vendors)
- If you buy a fucking new Apple with an Arm Chipset, ram it up so far up your arse it gets dissolved in stomach acid.
It's an arm. There's tons of compatibility problems of course. No you shouldn't listen to what the marketing says. No I cannot shit rainbows and make it work.
- German election. No politics I know, but still.
- New neighbors decided to move in. Friendly person's. Except I wanted to murder them since they choose 22 o clock for moving time.
- I forgot putting the heater on. Ever woken up frozen like fuck and having a hard week... It's a good combo to break any form of motivation.
The company next to me is renovating. Waking up to the feeling of an earth quake because they demolish their old building is another thing that makes me unhappy.
It's Friday. I survived.16 -
Best part about the covid19 manufactured crisis?
Liquor stores deliver. Worst part about liquor stores delivering? Needing to use their shoddy websites.
I've been using a particular store (Total Wines) since they're cheaper than the rest and have better selection; it's quite literally a large warehouse made to look like a store.
Their website tries really hard to look professional, too, but it's just not. It took me two days to order, and not just from lack of time -- though from working 14 hour days, that's a factor.
Signing up was difficult. Your username is an email address, but you can't use comments because the server 500s, making the ajax call produce a wonderfully ambiguous error message. It also fades the page out like it's waiting on something, but that fade is on top of the error modal too. Similar error with the password field, though I don't remember how I triggered it.
Signing up also requires agreeing to subscribe to their newsletter. it's technically an opt-in, but not opting-in doesn't allow you to proceed. Same with opting-in to receiving a text notification when your order is ready for pickup -- you also opt-in to reciving SMS spam.
Another issue: After signing up, you start to navigate through the paginated product list. Every page change scrolls you to the exact middle of the next page. Not deliberatly; the UI loads first, and the browser gets as close as it can to your previous position -- which was below that as the pagination is at the bottom -- and then the products populate after. But regardless of why, there is no worse place to start because now you must scroll in both directions to view the products. If it stayed at the very bottom, it would at least mean you only need to scroll upwards to look at everything on the page. Minor, but increasingly irritating.
Also, they have like 198 pages of spirits alone because each size is unique entry. A 50ml, 350ml, 500ml, 750ml, 1000ml, and 1750ml bottle of e.g. Tito's vodka isn't one product, it's six. and they're sorted seemingly randomly. I think it's by available stock, looking back.
If you fancy a product, you can click on it for a detail page. Said detail page lists the various sizes in a dropdown, but they're not sorted correctly either, and changing sizes triggers a page reload, which leads to another problem:
if you navigate to more than a few pages within a 10 or so second window, the site accuses you of using browser automation. No captcha here, just a "click me for five seconds" button. However, it (usually) also triggers the check on every other tab you have open after its next nagivation.
That product page also randomly doesn't work. I haven't narrowed it down, but it will randomly decide to start failing, and won't stop failing for hours. It renders the page just fine, then immediately replaces it with a blank page. When it's failing, the only way to interact with the page is a perfectly-timed [esc], which can (and usually does) break all other page functionality, too. Absolutely great when you need to re-add everything from a stale copy of your signed-out cart living in another tab. More on that later. And don't forget to slow down to bypass the "browser automation" check, too!
Oh, and if you're using container tabs, make sure to open new tabs in the SAME container, as any request from the same IP without the login cookie will usually trigger that "browser automation" response, too.
The site also randomly signs you out, but allows you to continue amassing your cart. You'd think this is a good thing until you choose to sign in again... which empties your cart. It's like they don't want to make a sale at all.
The site also randomly forgets your name, replacing it with "null." My screen currently says "Hello, null". Hello, cruft!
It took me two days to order.
Mostly from lack of time, as i've been pulling 14 hour shifts lately trying to get everything done. but the sheer number of bugs certainly wasted most of what little time i had left. Now I definitely need a drink.
But maybe putting up with all of this is worthwhile because of their loyalty program? Apparently if you spend $500, you can take $5 off your next purchase! Yay! 1%! And your points expire! There are three levels; maybe it gets better. Level zero is for everyone; $0 requirement. There are also levels at $500 and $2500. That last one is seriously 5x more than the first paid level. and what does it earn you? A 'free' magazine subscription, 'free' classes (they're usually like $20-$50 iirc), and a 'free' grab bag (a $2.99 value!) twice per month. All for spending $2500. What a steal. It reminds me of Candy Crush's 3-star system where the first two stars are trivial, and the third is usually a difficult stretch goal. But here it's just thinly-veiled manipulation with no benefit.
I can tell they're employing some "smarketing" people with big ideas (read: stolen mistakes), but it's just such a fail.
The whole thing is a fail.7 -
I cannot wait to leave my job. I love my bosses, but the customer service people are the fucking worst!
Since I'm the only developer day in and day out I hear the same problems of people forgetting how to do so something over and over and over. Then they yell at me because they say I don't train them enough.
I WASTE 8 HOURS A WEEK RETRAINING YOU SHIT HEADS BUT NONE OF YOU TAKE NOTES IN THE MEETINGS!!!! ITS NOT MY FAULT IF YOU THINK YOU PEA SIZED BRIAN WILL REMEMBER ANYTHING!
AND ITS NOT LIKE THE SYSTEM IS HARD! THERE ARE TOOLTIPS AND CUSTOM ERROR MESSAGES THAT YOU JUST CHOOSE NOT TO READ!
I am just so burned out of answer the same damn questions day in and day out3 -
Note to self: if you work on a logo concept that you know it won't work and it's hard to implement/loses meaning in monocolor, don't show it to your client as part of the first round of concepts.
Because that's the one they'll choose.2 -
Quitting my last job. I had been there for about 3 years and had a great time there.
It was only my boss and I, we were developing software and websites for events so we were quite often out meeting and partying with people, it kinda became a part of the job. We had a fridge always stacked with beer and champagne which was for us and our friends to use. The office was located in the middle of the most exclusive business and club district in the city, so I could use the office as I wanted during evenings to meet up with friends and drinking beer.
But it was expected to work a lot of overtime. I was single and young and really liked what I was doing so I didn't mind. But then I met the love of my life and started to spend more time with her. I couldn't stay and work as often and would rather be with her on weekends.
It became quite hard to live up to my boss's expectations and it always felt like I disappointed him if I didn't (or couldn't) stay for an after work, and when I did, it felt like I disappointed my new girlfriend instead.
Ultimately I felt I had to choose one of them, or I would definitely loose her. It was a no-brainer since I knew I couldn't keep working like that forever, and didn't want to risque a relationship because of work.
It took all of my courage to do it and I felt so bad because I knew my boss (and my friend) would feel like I betrayed him, but I knew it was the right thing to do.
I can still miss it sometimes, but I don't regret it.3 -
My family is very supportive. My 2 aunts are working in technical fields, and at least 2 of my cousins are working in IT and one cousin is studying CS too. My dad works in IT and since I started my studies he always talks to me about his work, when he finds errors and bugs and rants about his colleagues :D He also helped me debug some code. My mom is supportive too, but sometimes when I mention to her that this and that is hard she goes: "Oh, what did you choose?" (Rhetorical question)
But all in all I'm happy. Reactions of "outsiders" are those which bother me sometimes. But that's a different story.2 -
I AM TIRED
warning: this rant is going to be full of negativity , CAPS, and cursing.
People always think and they always write that programming is an analytical profession. IF YOU CANNOT THINK IN AN ANALYTICAL WAY THIS JOB IS NOT FOR YOU! But the reality could not be farther from the truth.
A LOT of people in this field whether they're technical people or otherwise, just lack any kind of reasoning or "ANALYTICAL" thinking skills. If anything, a lot of of them are delusional and/or they just care about looking COOL. "Because programming is like getting paid to solve puzzles" *insert stupid retarded laugh here*.
A lot of devs out there just read a book or two and read a Medium article by another wannabe, now think they're hot shit. They know what they're doing. They're the gods of "clean" and "modular" design and all companies should be in AWE of their skills paralleled only by those of deities!
Everyone out there and their Neanderthal ancestor from start-up founders to developers think they're the next Google/Amazon/Facebook/*insert fancy shitty tech company*.
Founder? THEY WANT TO MOVE FAST AND GET TO MARKET FAST WITH STUPID DEADLINES! even if it's not necessary. Why? BECAUSE YOU INFERIOR DEVELOPER HAVE NOT READ THE STUPID HOT PILE OF GARBAGE I READ ONLINE BY THE POEPLE I BLINDLY COPY! "IF YOU'RE NOT EMBARRASSED BY THE FIRST VERSION OF YOU APP, YOU DID SOMETHING WRONG" - someone at Amazon.
Well you delusional brainless piece of stupidity, YOU ARE NOT AMAZON. THE FIRST VERSION THAT THIS AMAZON FOUNDER IS EMBARRASSED ABOUT IS WHAT YOU JERK OFF TO AT NIGHT! IT IS WHAT YOU DREAM ABOUT HAVING!
And oh let's not forget the tech stacks that make absolutely no fucking sense and are just a pile of glue and abstraction levels on top of abstraction levels that are being used everywhere. Why? BECAUSE GOOGLE DOES IT THAT WAY DUH!! And when Google (or any other fancy shit company) changes it, the old shitty tech stack that by some miracle you got to work and everyone is writing in, is now all of a sudden OBSOLETE! IT IS OLD. NO ONE IS WRITING SHIT IN THAT ANYMORE!
And oh my god do I get a PTSD every time I hear a stupid fucker saying shit like "clean architecture" "clean shit" "best practice". Because I have yet to see someone whose sentences HAVE TO HAVE one of these words in them, that actually writes anything decent. They say this shit because of some garbage article they read online and in reality when you look at their code it is hot heap of horseshit after eating something rancid. NOTHING IS CLEAN ABOUT IT. NOTHING IS DONE RIGHT. AND OH GOD IF THAT PERSON WAS YOUR TECH MANAGER AND YOU HAVE TO LISTEN TO THEM RUNNING THEIR SHITHOLE ABOUT HOW YOUR SIMPLE CODE IS "NOT CLEAN". And when you think that there might be a valid reason to why they're doing things that way, you get an answer of someone in an interview who's been asked about something they don't know, but they're trying to BS their way to sounding smart and knowledgable. 0 logic 0 reason 0 brain.
Let me give you a couple of examples from my unfortunate encounters in the land of the delusional.
I was working at this start up which is fairly successful and there was this guy responsible for developing the front-end of their website using ReactJS and they're using Redux (WHOSE SOLE PURPOSE IS TO ELIMINATE PASSING ATTRIBUTES FOR THE PURPOSE OF PASSING THEM DOWN THE COMPONENT HIERARCHY AGIAN). This guy kept ranting about their quality and their shit every single time we had a conversation about the code while I was getting to know everything. Also keep in mind he was the one who decided to use Redux. Low and behold there was this component which has THIRTY MOTHERFUCKING SEVEN PROPERTIES WHOSE SOLE PURPOSE IS BE PASSED DOWN AGAIN LIKE 3 TO 4 TIMES!.
This stupid shit kept telling me to write code in a "functional" style. AND ALL HE KNOWS ABOUT FUNCTIONAL PROGRAMMING IS USING MAP, FILTER, REDUCE! And says shit like "WE DONT NEED UNIT TESTS BECAUSE FUNCTIONAL PROGRAMMING HAS NO ERRORS!" Later on I found that he read a book about functional programming in JS and now he fucking thinks he knows what functional programming is! Oh I forgot to mention that the body of his "maps" is like 70 fucking lines of code!
Another fin-tech company I worked at had a quote from Machiavelli's The Prince on EACH FUCKING DESK:
"There is nothing more difficult to take in hand, more perilous to conduct, or more uncertain in its success, than to take the lead in the introduction of a new order of things."
MOTHERFUCKER! NEW ORDER OF THINGS? THERE 10 OTHER COMPANIES DOING THE SAME SHIT ALREADY!
And the one that got on my nerves as a space lover. Is a quote from Kennedy's speech about going to the moon in the 60s "We choose to go to the moon and do the hard things ..."
YOU FUCKING DELUSIONAL CUNT! YOU THINK BUILDING YOUR SHITTY COPY PASTED START UP IS COMPARABLE TO GOING TO THE MOON IN THE 60S?
I am just tired of all those fuckers.13 -
This is my first post. I felt like if I'm wrote this I'll just be a big fat crybaby, but i need to release this pressure from me.
I've been pretty burnt out past 6 month.
So a little bit backstory here, I've come from broken family, and currently on my 7th semester of college. But I've been part of small startup as mobile apps developer for a year and a half now.
6 month ago, it just a year of recovery from a toxic relationship that basically ruins my college life. I have really bad GPA (bad score for being absent from classes), basically no friends, and a barely passable (or even bad) skill in Android Dev. Then I got new girlfriend that really supportive for me. But after 2 months, her parents ask me if I would marry her or not. because if not, I have to broke up with her (We're in Indonesia and both of us is Muslim, so outside marriage relationship is kinda in "grey area" depend on who you ask). So I have to choose to marry her or not, and I choose the marriage. I think I have enough saving and just enough income to support both of us.
Then it's been a downward spiral from there.
The startup that I've been working on were in a pretty bad shape. I've been underpaid since the beginning (and that's not really a problem for me at that time, that's my choice and I blame no one) but abysmal growth and some miss management force us to scale back and makes me basically in a non-paying jobs.
So I take college break for a semester and been trying to find projects here and there for marriage savings, but because the weak employee protection here, lots of the projects I have completed have yet to pay the fee (even until today). And even if they paid me, most of it were really low paying jobs (we're talking $200 per 3 weeks project here, to be fair, for our average GDP, it's not bottom-low).
And the deadline is approaching, our marriage date is settled in (very) early January 2019, and i've been in this "not yet graduated but needs job" limbo. Most of employer here still has the old "Degree Based" Job specs, and not "Skill Based" one. so because de-jure I've still a "College Student" no Job listing is willing to take me in. I've apply to almost 30 Job Listing and just get interview once, and still failed because I can't move to the company area, too far and have too expensive living cost vs the salary ($300 living cost vs $450 salary, while i need to give money to my girlfriend back home for a living).
So I switch my direction to Competitions with Extra Job offering as a Bonus, and I've been pretty close to winning one, held by CIMB Bank, but still failed. It's little bit better now because CIMB came interested with me but there is red flag which I need to graduate with decent GPA before July 2019, and in current GPA? it's practically impossible.
Can it getting worse? oh it can. Remember I come from broken home family? it's inherently hard to keeps communication with both of my parents that to this day still despise each other. And while my mother is still supportive to my marriage, my father isn't. He even basically disowned me last week because my one-sided decision to marry my girlfriend, and blame my mother for being the "bad influence" for me.
And now, today, December 16th, and I'm still in this weird Limbo and have nowhere to go. with $0 in my pocket (have spent all of my savings for marriage preparation) And our marriage is approaching. I almost given up.23 -
Before going home, decided to do an upgrade from ubuntu 16.04 to 18.04...
Leave it to do its charm.
*a morning later*
See laptop on off state, "hmm..."
Turning in on, *press power buton*
Booting... Purple-ish screen appear.. Nothing happened for 20 minutes.
"fck."
Hard reboot, going to grub menu,
1. Ubuntu*
2. Advance option
Choose ubuntu.
Booting...
"root mount not found, bla bla bla
Kernel panic..."
"fck."
15 chrome tabs later (on mobile),
Do something on shit...
Finally proceed to login screen.
Insert password, enter.
Loading... Blank... 3 seconds later, tadaaa.. Going back to login screen.
Do it trice, I'm stuck at login screen.
"fck."
20 chrome tabs later,
Finally got in. Have a "what's new" screen.
Ok, feels different... But its slow af. Hmm maybe reboot will do something.
Rebooting...
Login screen, insert password, enter..
3 seconds later..
Bam. Going back to login screen...
"fck."
Another chrome tabs later... Resolved the issue.
And finally I can take a breath, but still has a headache because of little thing likes:
1. Right click not working
2. Workspace not work as expected likes in 16.04
3. Screenshot behavior
4. No animation When moving a window to another workspace.
When almost anything is solved and I'm ready to do my works, I just realised something..
I just wasted 4 hours of my workday.
"fck."9 -
tldr:
first year in college we programmed 24 hrs straight to fix somebody's mess before the deadline. Decided not to screw him over, instead he claimed to have done everything and we failed the assignment.
Long version:
var group= new[]{"Mike", "Gavin", "Gus", "I", "Ben" };
var client = "Jack"';
First year of college we had an assignment to make a web program for somebody.
Ben wanted to join our group and he already knew a client so we let him join.
After joining Ben wanted to be project lead, but we already decided Mike based on his experience.
Ben claimed to be much better in every way than Mike at and kept coming with stuff the following weeks why we should make him project lead. He kept pointing out when Mike did something wrong and he even came with an audio file where he clearly made jack say that he wanted Ben to be project lead .
After that we were all a bit pissed and told him that he should get it in his head that he was not going to be project lead and just start working on his part of the assignment.
We also found out that Ben was a documentation addict, what we could write in a small paragraph, he wrote a whole page about it. No joke, I rewrote a page of his in 5-6 rows with the same information in it.
No problem you thing, wrong! Because of this he kept bothering us arguing and claiming that our documentation was wrong because it was to short.
In the week of the deadline we asked Ben if he was also done, and told us that he was done for a while now.
The day before the deadline we came to school thinking we only had to do some merging and finishing up documentation.
Then we found out that Ben has almost nothing, and what he had the IDE was screaming that it was incorrect, spaces in Id's and css class names for instance. A really good programmer, my ass!
We were so pissed off at this point, but we had 24 hrs and needed to come up with a plan to fix it.
We decided that Mike and I were going to fix Ben his shit in the coming 24 hrs and Ben was going to make our last bit of documentation because we would not have the time for that, Especially if we had to argue with him like we had to do for each bit of documentation. Gus did not have time and Gavin could not program on his own yet, he wanted to help, but helping him help us would cost more time than we had.
We all went home after that and Mike and I started to program 24 hours straight while in a Skype call, making what Ben had 2 months for. Shortly before the deadline Mike looked at our finishing up documentation received from Ben and told me it was "Okay" and zipped everything up and uploaded it to school with a few minutes to spare.
After that we thought everything was good, we made Ben's part work and delivered it in time. We also decided not to throw Ben under the bus, because this would hurt all our grades because we did not work good as a group since we should have noticed it earlier.
A few weeks go by till the assessment.
The assessment start with asking if we want individual grades or as a group when you all think you did equal amount. We choose as a group, because if we chose individual not only Ben but also Gavin would get a lower grade and we did not think that was fair because he tried so hard.
We demo the product and the teachers are positive. When the teachers start about the documentation, the first thing they tell is that they found something interesting in the documentation, and they read it to us:
"I, Ben, have made all the documentation because my group did not want to."
That was so far from the truth, we all did make our documentation about the parts we made. Yes he did do overall a little bit more because every single bit of documentation we had to argue with him, so every time he volunteers to make it, we would all agree. And he made Mike's and i's last bit of documentation.
Telling the teachers on that point would not have mattered, it would only have hurt is in another way, so we did not and all failed the assignment. And we all felt like to strangle him.
This is now a few years back, but i still want too.1 -
So I'm at that age of arranged marriage process. It's kinda like dating but even more complicated with more if conditions on religion, caste, region, age and impressions of a third person who may be a mutual relative or acquaintance. And yeah, you have to engage or marry before any kind of intimacy.
Finding a girl of same religion, caste and region is hard enough, ( not a matter for me personally, but it's a factor for families to go along ). I was lucky enough to find this pretty nice girl that seems be the best match I have received in the matrimony site so far.
She's also a programmer which is awesome and together we could also explore the earth as a Digital Nomad if she's also into that.
Here's the deal though, my father is not very keen on next steps in making this partnership ( guys parent calling girls family to know things better ) because apparently she did higher education abroad and works abroad, and I'm not that qualified in terms of education. And on top of that, he worries I'll move abroad leaving everything back at home.
I suppose that's his insecurity showing up.
He doesn't realize working in IT is the most flexible job as proved in 2020 and it's only going to get better in the coming years. We could work from anywhere with the right remote company.
Anyhow, the girl's family found out my number and reached out to me directly. I'm pretty impressed honestly.
I had left little traces on the internet for potential families to find more info about me if they choose to look me up! This was in a way a little filter of my own. Thanks to Google Analytics and Seach Console for helping me to track them XD
I just hope this works out and my father won't mess up my chance for me to get to know this girl better and potentially be with the life partner I dreamed of.
If this won't work out, I'm just gonna live alone rest of my life. The criterias and conditions set by boomers for arranged marriage are very disgusting for my modern mindset.15 -
Why am I sad, depressed, demotivated, you ask?
Because I was asked to create-react-app with nodemailer, it worked well on heroku, YAYYY MEE, "
"NOTHING GOES WRONG IN DEPLOYMENT FUCK YEAH"
Little did I know that was a "demo" for the business people, My superior / manager/boss wants me to deploy on 1and1 service provider,
> Okay 1 and 1 service provider does provide Nodej, so it shouldn't be hard.
> Turns out it is a Windows hosting server IIS 10 without URL Rewrite.
> *INTERNAL SCREAMING*
I went up to him to talk about this issue and requested to let me talk to 1 and 1, and get this sorted
> But bro, if we cannot fix it, I think they also cannot fix, probably.
*INTERNAL SCREAMING AT PEAK*
I just want URL Rewrite installed on IIS10 so that I can move on to the next project.
A little background for this project
> No support from him during development.
> I personally used HD Images, because why not?
> Website seems slow because of HD Images, and now he complains about it.
You fucking (managers) want a website to be scalable and fast and yet you choose to focus on B U S I N E S S instead of support the real guy.
I'm fucking sick and tired, it took me 24 hours figure out the issue because there is nothing on 1 and 1 support/ forum/help center.
Another 24 hours to try and fix, yet no luck.
I'm gonna finally point the domain name to heroku. Fuck, I'm so fucking done6 -
So a team of 3 went to a hackathon. One of us didn't know how to code, the other just front end and I back end.
So we started with some ideas and choose one, starting to code it.
After we were about 80 precent into it at the end of day 2 (the event had 3 days) one of the coaches came to us, saying our idea is already a launched startup out there and we had to have a change of idea at the beginning of the third day.
Other two completed the simple front-end of the new idea about 7am and went to sleep.
And I, while was awake for 50 hours already, had to code backend of a minipay app from scratch in 10 hours.
That was HARD for a newbie like me, but in the end I did it.
We didn't win anything. But that was a really great experience for me. Plus coffee was provided infinitely there ;)4 -
Alright, guys. You have complete autonomy over this project, from ideation to execution. You can do exploratory interviews to find out what potencial customers would think, you can come up with prototypes, you can choose whatever tech stack you deem fit for the job. The only requirement is that it must be a beauty product. Oh, and that it must have a way to publish this ton of pictures of models our client has. Oh, and it must handle payments and inventory. And it may integrate with third party software. And users need to save the pictures they like. And a booking system. Is that hard to understand?2
-
Why is it so fucking hard for people to follow basic rules? FFS you're supposed to stay at home to limit contact between people, that doesn't mean you can play volleyball with your friends or go to the local park! And if you decide to go hiking, choose a place where you'll be alone, not the most popular trails around the city! You're the fucking reason government needs to make new quarantine regulations every day, not this virus, and you deserve no help if you catch it! Fuck you!15
-
So today, me, the pacifistic "linux is not THAT great"-guy, was like well let's try ubuntu 17.10 (cus in the end i want a reliable os with no to less maintenance).
So i installed it next to my loved windows.
Clicking a link seems to have an hard coded delay of about 3-5 seconds until the pages actually start loading in ff on linux, so i was like maybe it's because there is a wall between me and my router..
Went into the other room.
I have one bar WLAN strength. I stand next to my router. What the fuck.
Hmm, could be sth else, let's don't be an asshole and blame linux, let's check windows. Full wlan, full speed, all good.
So my point is proven: you want to fiddle around a bit, do some coding with serial-connected devices, want a shell that actually is usable and you like to procrastinate by doing some random maintenance? choose linux.
If you need to be productive with other things, use windows.4 -
I proposed agile training to my company.
I choose a well known coach around here, with good references.
First 3 days were great. After a month he came back for another session and check progress.
This time, he literally fell asleep during the workshop. Several times. He would ask questions, sit down and quietly fall asleep while waiting for our answers.
We were astonished and embarrassed.
He apparently had a very hard working period and could not cope with traveling and working so much. He apologized some day afterwards and didn't charge us for the day.
He never came back. The team didn't take it very well and my reputation was compromised, as well as trust in the methodology I think.
I kept saying that everybody can have a bad day, but it was probably just to defend myself and my fucking stupid idea of changing the world.
A real fucking shame. Still I can't believe when I remember this.2 -
Ok, so many people rant about windows update. It can fuck up things, starts unexpectedly (after 100 warnings and messages letting you choose when but ok) and it takes too long to update.
I use Windows daily so I update regularly and never takes more than 5 mins. 20 when its a major update twice a year. So let's talk about Linux.
Yesterday I wanted to try out .net core on Linux so I booted my antergos vm to do it. TLDR: Didn't do shut because, surprise, Linux updates.
So apparently I downloaded the wrong version of visual studio code. Uninstall and install the right one then. Nope, can't do that. Some dependency must be updated. That dependency is on the highest version on the AUR, I have to get a different one. Ok, no problem. But I can install the other because uninstalling the original breaks more dependencies. Well fuck then.
So I decided I'd do a full system update with pacman, shouldn't take long. 1.6gb worth of update. I have 200mb download so it should be fast right? Well, I had to wait a couple of hours.
So I couldn't do anything on my afternoon because of Linux updates. That's an original rant isn't it?
And before the comments get here, yeah I know it's arch, it's difficult and all that. This isn't about being hard to do. It's just annoying and making me lose time.3 -
TL;DR: I'm stressed out over choosing a side project because of the commitment and fear of failure :(
I'm a student and summer vacation starts in 3 days (and actually has already started for me, thanks to a "smartly planned" hospital stay), so I'm currently looking for a cool project to start. This will be my third summer vacation during which I want to make complete a project, and I never actually did it. The first year, I couldn't think of any reasonable, doable project which would be interesting and fitting for the time scope (I was quite new to programming back then, so I probably couldn't have done things that would be interesting to me, an any project that I could've done would just take 20 minutes, cause I wouldn't understand anything more complex). The second time, I chose a project too big with too much new things I had to learn on the go. I actually pushed through for nearly a week, but then I realized that I only completed like 25% in that time, so I lost my motivation, thinking I could never finish it, while not wanting to start a complete new project, because that would've felt like wasting the time I put into my first project. It was still a valuable project and I learned a lot by doing it, but this year I want to actually finish a project; so I'm really stressed out right now trying to come up with a good project.
Usually I have millions of vague ideas in my head, but as soon as it comes to choosing, every single one seems to be the wrong one, or I forget about all of them. Everything that kinda interests me seems way to big and complicated to me, but I sometimes feel like I'm just underestimating my abilities, but on the other hand I have ~25 projects on my hard drive, of which 4 or 5 are finished and most will never be finished. :/
And it's just so overwhelming to choose something like that, because on one hand I really want to do a bigger project that I actually finish, and summer vacation is the only time I have so much time to code, and I love coding, but on the other hand choosing such a project that I will work 2-3 weeks on is too much commitment and also I'm anxious about failing it and never finish it, just abandon a buggy mess. Am I the only one to feel that way, or are you too having problems choosing side problems?
And, I guess if you have any ideas for a suitable project (literally anything, so that I might be exposed to some new ideas), just comment it.14 -
Since we’re adding new backronyms every day, I propose SIMPLE.
S - Spaghetti: write tapestry of code like a chef.
I - Interlinked: if the project has modules, they should all depend on each other (we are strongest when we can depend on one another).
M - Micromanaged: if the product owner doesn’t expect reports in the daily stand-up, do they even care?
P - Perplex: diversity for the codebase.
L - Lazy: Bill Gates once said “I choose a lazy person to do a hard job, because a lazy person will find an easy way to do it”, for example, without testing, collaborating with team members, or ensuring the feature works with anything else in the codebase.
E - Opinionated: because I believe E should stand for opinionated and everyone else will have to work around this with adapters. But E should mean Opinionated because Uncle Bab said so.6 -
Google wanted to be politically correct and gave faces different colors. But apparently using "black" or "asian" is a shame too so all of these emojies have same name.
This decision was very poor as it's hard to implement this duplicity in frontend so as always Devs choose easiest choice - just use the first one. And first one is always yellow...
Congrats on making whole lazy Dev world using your "correct" emojies enforcing only one face style.
3 -
My olfactory hallucinations really made things complicated. Not only whatever I eat that is not raw iceberg salad smells like rotten flesh, I also can’t choose a deodorant.
I got nivea one and threw it away.
I got old spice one and threw it away.
Now I got chanel one and I like it and I DONT FUCKING KNOW if I like it because it smells good to me or because I’m actually hyperconsumerist no matter how hard I deny it. Does being a hyoerconsumerist make me bad? What is bad in that context? Is a kind of reasoning bad only because if everyone follows that reasoning the world will be fucked? Are there good reasonings then, but not like zen, the ones that actually lead to scientific progress. Is scientific progress a good criteria to judge?19 -
I've seen several rants on here about poor documentation on great libraries. Well I just spent 9 hours in a car today and I realized that even the ones that have great documentation absolutely SUCK at being mobile friendly. I'm no web developer but how freaking hard is it to optimize your stupid website for small screens??? There are a million frameworks out there you can choose from PLUS it's almost entirely text so it can't be that hard!! I have to zoom in about 300% to be able to read it, then I have to scroll back and forth because it no longer fits on the screen.
-
I'm really not sure. When I was 7-8 years old, I liked to view source in IE, then I somehow managed to use Javascript in the browser. First only some dumb opening of windows. And I liked Batch, so I made some files for copying, backup and stuff.
Then I got to PHP during the years from some online tutorial about making dynamic websites. My website was more static than stone, but yeah, I did page loading with PHP! Awful experience anyway, because I had to install Xampp, get it work and other stuff. 11 years old or so. (and I used Xampp only as a fileserver between laptop and desktop later, because.. PHP4... just no.)
As 12 years old or so I experienced my first World of Warcraft (vanilla) on a custom server in an internet cafe and I thought it's a singleplayer game. When I found out that no, I googled how to make my own server (hated multiplayer back then and loved good games with huge storylines). Failed miserably with ManGOS, got something to work with ArcEMU. There I learned some C++ basic stuff, which I hoped would helped me to fix some bugs. When I opened the code I was like: "Suuure." and left it like that. I learned what a MySQL database is, broke it like four times when I forgot WHERE and still rather played with websites i.e. html, css, js and optionally php when I wanted to repair a webpage for the server. With a friend we managed to get the server work via Hamachi, was fun, the server died too soon. Then I got ManGOS to work, but there wasn't really any interest to make a server anymore, just singleplayer for the lore. (big warcraft fan, don't kick me :D )
I think it was when I was 13y.o. I went to Delphi/Pascal course, which I liked a lot from the beginning, even managed to use my code on old Knoppix via Lazarus(Pascal). At this age I really liked thoae Flash games which were still common to see everywhere. So I downloaded .swfs, opened and tried to understand it. Managed to pull some stuff from it and rewrite in Pascal. Nope, never again that crap.
About the same time I got to Flash files I discovered Java. It was kind of popular back then, so I thought let's give it a try. I liked Flash more. Seriously. I've never seen so much repetitiveness and stupid styling of a code. I had either IDE for compiling C++ or Pascal or notepad! You think I wanted my code kicked all over the place in multiple folders and files? No.
So back to Pascal. I made some apps for my old hobby, was quite satisfied with the result (quiz like app), but it still wasn't the thing. And I really thought I'd like to study CS.
I started to love PHP because of phpBB forums I worked on as 15 y.o. I guess. At the same time I think there was an optional subject at school, again with Pascal. I hated the subject, teacher spoke some kind of gibberish I didn't really understand back then at all and now I find it only as a really stupid explanation of loops and strings.
So I started to hate Pascal subject, but not really the lang itself. Still I wanted something simpler and more portable. Then I got to Python as hm, 17y.o. I think and at the same time to C++ with DevC++. That was time when I was still deciding which lang to choose as my main one (still playing with website, database and js).
Then I decided that learning language from some teacher in a class seriously pisses me off and I don't want to experience it again. I choose Python, but still made some little scripts in C++, which is funny, because Python was considered only as a scripting lang back then.
I haven't really find a cross-platform framework for C++, which would: a) be easy to install b) not require VisualStudio PayForMe 20xy c) have nice license if I managed to make something nice and distribute it. I found Unity3D though, so I played with Blender for models, Audacity for music and C# for code. Only beautiful memories with Unity. I still haven't thought I'm a programmer back then.
For Python however I found Kivy and I was playing with it on a phone for about a year. Still I haven't really know what to do back then, so I thought... I like math, numbers, coding, but I want to avoid studying physics. Economics here I go!
Now I'm in my third year at Uni, should be writing thesis, study hard and what I do? Code like never before, contribute, work on a 3D tutorial and play with Blender. Still I don't really think about myself as a programmer, rather hobby-coder.
So, to answer the question: how did I learn to program? Bashing to shit until it behaved like I desired i.e. try-fail learning. I wouldn't choose a different path.2 -
After a rough exit from one company, I was diverted into Ops just to continue to have food on the table and keeping the lights on. This, over time, unfortunately made me more or less unemployable as a dev again. Got stuck in that place 13 years doing almost no professional coding.
During the last 5 years I took courses, got side jobs writing articles and tutorials, went to interviews and generally worked hard to get the fuck out of ops and into development again.
After getting to choose between level 1 customer support and quitting in a re-org, I quit without having a new gig. I got a lucky break through someone I'd worked with earlier to start a junior position working on some legacy systems with legacy tech.
After all that work late nights churning away using up my passion for coding, I now can't make my self pick up even Advent of code or Hacktoberfest... My passion is dead... I hope I get it back, but for now I fill my spare time with my guitar...3 -
If you could choose between:
• Waiting for an original idea to do something innovative (and maybe never get it).
• Spending an enormous amount of time to recreate one of the first projects you've worked on (and loved) as a beginner, using new technologies and the knowledge gained over the years, knowing that it could be a good product but will probably not get the interest of public and will not sell well on the app stores.
• Working on a project that could work (or not) and become popular, but that doesn't really interest you.
What would you do?
Personal satisfaction or profit?
Of course I don't want to focus on profit, but I'm still a student and my free time is very short, and sometimes I work very hard (I tend to put social life, exams, health, etc. on the second place) on projects that nobody uses. My family and friends think I'm crazy, and sometimes me too.
It's something bad, isn't it?2 -
So we started a new Unity video game project for mobile in June 2021. Hooray!
Being a mobile project, one of the earliest things we think about is scaling the interface across all sorts of device screen resolutions and aspect ratios, right? Well, to preemptively solve this problem early on, I decided to letterbox the game view - just choose one aspect ratio for the game and pad black bars to the sides of the screen. Simple, solves the game's world space problem without trying too hard, and it automatically adapts to Android's split-screen mode.
I showed the early builds to management as well as game design team and they gave me some general nods. Sounds like green light ahead. I spent the next few months building the game logic and scale the UI around a consistent letterboxed game view. If you had experience scaling Unity UI to a letterboxed area, you should already knew that it takes a whole paradigm of its own that's kinda hard to break out of, but the fact that it stays consistent across all screen aspect ratios is so worth it. Regardless, the biggeer benefit of letterboxing is simpler world space setup. You don't worry about whether this particular area will be overflowed horizontally or vertically in a particular device or not. You have a 9:16 window to view the world through, nothing needs to move at runtime and that's about it.
Fast-forward to early September 2021 and 40+ builds later, the GD started having concern that the playing area is not filling up his phone screen and that the letterboxes are bothering him. He wants to get rid of the letterboxes and wants the game world as well as UI to fill up his screen.
Yes. After 40+ builds, for all of which the letterbox was present, nobody in the project raised a concern about the letterbox. It's only NOW that they all of the sudden side with the GD and demand the removal of the letterbox. I feel like almost half of my effort on this game has been wasted. These clueless guys didn't spend one second looking at the early builds thinking of the possibility that the black bars at the top and bottom of their phone screens (which I repeat: has been around since the very first build) is gonna bother them? Somebody must be playing a cruel joke at this company. They had all the chances to bring this up as a potential issue and TODAY is the first time I hear of it.
See, designers. You waste our time and your time by doing this kind of thing. Please raise your issues early. Complain to us ASAP. If you wait for so long before raising an issue that has been in-your-face the whole time, I can't fault any developer for assuming you're trying to play a long prank. I can tell designers right now: it's not funny.1 -
I just had to quit a part time programming job because I couldn't do it. I'm not really sure how I feel, there were alot of factors.
I took an internship about a year back to do some embedded C. I kicked ass and developed a system that really solved alot of problems for the company and so people started giving me "the hard back shelf problems". Like those problems that are really valuable if someone can get it working but not so important that it blocks anything day to day. Totally fair work for an intern, that is both complex and interesting.
When school started I took a part time remote role working on one of these problems. Fast forward to now (few months of remote work at school); i can't handle the stress. If I devote more time to work I fail a test. If I ace a test my work duties go neglected. On top of that my boss misses scheduled calls with me left and right, I even reminded him everyday 3 days before hand once!!!
Naturally I started feeling like I should quit. I was no longer interested in the work from a pure academic view, and emotionally hated doing it. However, since I was a good performer this place offered to interview my little brother!! Fuck, so do I choose my happiness or my brothers. It feels evil to choose myself over my brother. My brother, he's just a freshman so I know his odds are very low of getting an internship this year are low. And the place I worked at had some weight in the name so I could seriously jump start my little bros career. I do know however that if I don't quit that I will fail school, and do it while being miserable.
And so I quite my first remote job, from my first internship. I feel happy about, but also like I let someone down (them?, Me?, BROTHER?).1 -
I did not start with Vue yet, but I am already quite tempted to cheat with Svelte.
So hard to choose between them.
19 -
There is boy who is born to lower middle class family so there is a money problem envolved and his parnets kept fighting over this probem but they never tell about that to their child. They buy him everything in their budget but the kid knows about their problem, so whenever he really likes something which is costly he never tell his parents about that.
So life passes by and money problem grows bigger and bigger and that feeling grows stronger and stronger so he believes in the quotation that "if you love something you have to let it go" xbox, video games, toys, mobile phone, laptop, even the girl he likes. he knows their problem and never said anything about it so he feels lonely in life. Now the kid is older and in last year of his graduation he finally find a job but in all those graduation year he wants to do something else which require more struggle and is not an easy road. but they invested so much on him that he feel burdened. So again that feeling comes in "Let it go choose the path that is visible not the one which is foogy".
Should he choose the easy path and help his family or take the hard path and find out what is the end of it?1 -
++realationships
!rant
I have to make a hard decision. Either I choose to aim for a woman I knew from before first grade or aim for a programmer that I met on a joint project. It's a very hard decision and I need insight. For both people I only have mutual realations.11 -
When someone writes a Flutter app like it's 1998 and blames Flutter for being "too hard" and "DIfficult"
First of all… WTF?
This guy wrote an entire Flutter app like it's HTML + CSS cosplay. No use of Flutter’s built-in Drawer, AppBar, or BottomNavigationBar. Instead? He manually built his own versions of all of them using Container, Row, and Column, all dumped inside the body. Literal pixel pushing. He made a fake AppBar inside the body. A fake Drawer inside the body. A fake BottomNav inside the body. It's like UI inception. Then he turns around and says “Flutter is hard.”
Bro… you made it hard. Flutter gave you prebuilt widgets. You chose pain.
Zero data structures. No architecture. No MVC.
The only MVC I found was: Multiple Voids in Class.
And the documentation? It's literally been around since 2018. Not even buried, just a Google search away.
Then came the excuses:
“Oh he’s from a Delphi / ASP.NET background, so Flutter is difficult for him.”
No. I’ve coded in Erlang and COBOL. You don’t see me turning Flutter into Erlang’s syntax disaster or WRITING DART IN ALL CAPS like COBOL.
Choose a paradigm. Functional? Procedural? OOP? Fine. Just don’t mix all three into some cursed hybrid mess.
What did I see in the code?
Recursion inside recursion for no reason
Functional programming patterns mixed with anti-OOP logic
500+ functions declared, zero referenced
Authentication by writing to file.txt. Like… bro, why?
And then there’s navigation. He stored route info in both SQLite AND SharedPreferences before pushing a new route. Why both? Why at all?
Honestly, Flutter has been one of the cleanest and most developer-friendly frameworks I’ve used. Dart is readable, fast, and predictable. But somehow this guy managed to turn a simple Flutter app into a twisted assembly simulator from hell.
Flutter didn’t fail him. He failed Flutter.
And yeah — the project folder was named Flutter_UI_Test_FINAL_v2_Rebuild_2023_OK and full of main_old.dart, main_old(copy).dart, main.dart.bak. I should’ve known from the start.
Really.......Some dev are idk what to describe
refer: https://devrant.com/rants/18897167/...10 -
I still wonder which one is better to fully learn/understand. I know to code something in both, I know about the different way of how they handle memory and I know about some of their use-cases, but then again... this stupid question still pops out:
C or C++ and why?2 -
I really miss having a team. Don't get me wrong, right now I do what I love and I got into a position where I can actually do Quality Assurance instead of just testing and I enjoy being able to actually change things instead of just repeating what problems there are and acting surprised when the same processes produce the same bugs over and over again but I really hope that we'll interview anything else than mouthbreathers soon.
I'm aware of the fact that QA isn't sexy and that few people who could become "Software ninja Rockstars" choose to go into it but can it be that hard to find at least two or three people who can write and read code at least on a junior level and understand how web protocols work? I get the feeling my entire branch is nothing but shit talkers clicking around blindly on pages.
I just want to exchange ideas again, come up with innovative tools, tweaking processes, learning from and teaching each other while we watch the entire operation get more and more efficient.1 -
The prank happened last 2 years ago. Me and my office mate we love to prank inside the office using our technical skills. One time while our target is on break we took an exact screenshot of his desktop and we manage to hide both cursor and his entire desktop exept the screenshot of his desktop.
After half an hour, the target approach us to fix his issue he restarted the PC multiple times and we laugh so hard because he said his PC keeps hanging or freeze. Hahaha LMAO.
Then after we laugh we reveal that his PC is fine we just replace his desktop with a fake desktop image. He even laugh on our prank hahaha.
Did you prank your office mate the same prank we did? Haha I would advice choose carefully who to prank.7 -
TL;DR: I have some rambly shit to say...
Update on the Uni stuff: I think I got a pass in all the subjects. Two exams left but I am holding on. It's a big deal to me since last year I could barely do a single subject per semester - a subject I had failed a few times because of lack of interest and good ol' depression. Anyways, I persisted with that subject, got my Bachelor's in Food Technology and now I'm doing that Master's of mine... It probably looks wild to people here that I did that switch but I have always had a relationship with computers as long as I remember myself. So it's not surprising that as soon as I got a choice in what I *actually* wanted to do I chose this kinda thing. But I do have to rant that it took me 10 fucking years to choose! And that I did not choose it before choosing food technology which I will probably never use anyways. I wasted so much of my energy and time on that. I did elect programming as one of the subjects while doing food tech but I really should have moved to something else. But oh well. Guess I had to find out the hard way.
For all those reading, this is what it looks like when you're 30, have very little experience in doing programming for anything else than academics and are doing a major career switch through studies after struggling for 10 years with a 4-year Bachelor's. But such is life.
Also a bit off topic but I just cannot handle people not telling what they mean because of the inability or lesser ability to tell what that is in the first place.
I can't deal with the fact of how fucked human societies are. I just can't. I am way too nice for it. So I listen to stuff like true crime to really get a feel of how evil people can be. I know it's ~problematic~ or whatever, but to me it is a way of engaging with the lesser spoken side of human beings.
And maybe, just maybe, I should get checked for ADHD again because I feel like despite my therapy for depression, nothing really has changed with the ADHD symptoms I was diagnosed with. And maybe for autism since people have labelled me that way and it might explain some stuff... All that is to say I need some good mental care. And this society is shit for it. Hell, apparently one of the psychologists I was under the care of thought depression resulted from ungratefulness. All this while I was legit being abused. But that abuse has stopped now that I found a psychologist that is actually standing up for me. I just mourn for all the time I spent being depressed and how it fucked my memory and stuff. How much it affected me and all. I have no idea why I'm being this vulnerable but it feels somewhat fitting... How do you cope with being 30 and not remembering almost all your life? What you remember being what you managed to write down or has been negative enough it stuck in the brain for forever...
Just why am I fucking supposed to be all happy and shit when I am just tired of life because it is too goddamn much? I have no real reason to look forward to things, online friends and the offline one included. Because ultimately, I have no damn motivation to look forward to anything, really. I am supposedly doing better but in reality I am just getting better at going through the motions. The therapy, while mindblowingly effective, is not actually addressing the core cause of everything and just expecting me to fake it till I make it. And this is me saying that about CBT. Why should I have to tell myself things just to feel human? I am one and as long as I'm alive, nothing will change that. So why do I have to always feel like an alien wherever I am? So out of touch with myself that I don't have a self image or an ability to even tell what the actual fuck I want from life... I am getting better with the latter, but still. It hurts. I wanna shed so many tears but I'm frustratingly unable to do so.
I am just a human trying to human in this ocean of 8 billion humans. Maybe I will find some more connections, maybe I won't.
I wanna end this rambling session by a few things:
1. I will have to go to Canada at some point this year to see my in-laws and some other family over there...
2. I will probably have to seek a job there (for financial reasons it is much better for me to have one there and to work remotely in Georgia) and I have no idea of where to start since I am not the greatest material for it.
3. Life is going alright-ish.
4. I will hear from the startup company at some point this month.
5. I have plans for my future but no idea if they will ever come true at this point.
6. My family arrangement will have to change in more ways than one.
7. I should resume my unofficial first music album and engage in creative stuff because at the core, I have a need to do so.
8. Do I really have to do Duolingo again? I really want to not forget German and Russian, but I just never have practice. And Duolingo is surprisingly easy to forget to do for me.
The end.2 -
My work product: Or why I learned to get twitchy around Java...
I maintain a Java based test system, that tests a raster image processor. The client is a Java swing project that contains CORBA bindings to the internal API of the raster image processor. It also has custom written UI elements and duplicated functionality that became available in later versions of Java, but because some of the third party tools we use don't work with later versions of Java for some reason, it's not possible to upgrade Java to gain things as simple as recursive directory deletion, yes the version of Java we have to use does not support something as simple as that and custom code had to be written to support it.
Because of the requirement to build the API bindings along with the client the whole application must be built with the raster image processor build chain, which is a heavily customised jam build system. So an ant task calls out to execute a jam task and jam does about 90% of the heavy lifting.
In addition to the Java code there's code for interpreting PostScript files, as these can be used to alter the behaviour of the raster image processor during testing.
As if that weren't enough, there's a beanshell interface to allow users to script the test system, but none of the users know Java well enough to feel confident writing interpreted Java scripts (and that's too close to JavaScript for my comfort). I once tried swapping this out for the Rhino JavaScript interpreter and got all the verbal support in the world but no developer time to design an API that'd work for all the departments.
The server isn't much better though. It's a tomcat based application that was written by someone who had never built a tomcat application before, or any web application for that matter and uses raw SQL strings instead of an orm, it doesn't use MVC in any way, and insane amount of functionality is dumped into the jsp files.
It too interacts with a raster image processor to create difference masks of the output, running PostScript as needed. It spawns off multiple threads and can spend days processing hundreds of gigabytes of image output (depending on the size of the tests).
We're stuck on Tomcat seven because we can't upgrade beyond Java 6, which brings a whole manner of security issues, but that eager little Java updated will break the tool chain if it gets its way.
Between these two components we have the Java RMI server (sometimes) working to help generate image data on the client side before all images are pulled across a UNC network path onto the server that processes test jobs (in PDF format), by reading into the xref table of said PDF, finding the embedded image data (for our server consumed test files are just flate encoded TIFF files wrapped around just enough PDF to make them valid) and uses a tool to create a difference mask of two images.
This tool is very error prone, it can't difference images of different sizes, colour spaces, orientations or pixel depths, but it's the best we have.
The tool is installed in both the client and server if the client can generate images it'll query from the server which ones it needs to and if it can't the server will use the tool itself.
Our shells have custom profiles for linking to a whole manner of third party tools and libraries, including a link to visual studio 2005 (more indirectly related build dependencies), the whole profile has to ensure that absolutely no operating system pollution gets into the shell, most of our apps are installed in our home directories and we have to ensure our paths are correct for every single application we add.
And... Fucking and!
Most of the tools are stored as source bundles in a version control system... Not got or mercurial, not perforce or svn, not even CVS... They use a custom built version control system that is built on top of RCS, it keeps a central database of locked files (using soft and hard locks along with write protecting the files in the file system) to ensure users can't get merge conflicts by preventing other users from writing to the files at all.
Branching is heavy weight and can take the best part of a day to create a new branch and populate the history.
Gathering the tools alone to build the Dev environment to build my project takes the best part of a week.
What should be a joy come hardware refresh year becomes a curse ("Well fuck, now I loose a week spending it setting up the Dev environment on ANOTHER machine").
Needless to say, I enjoy NOT working with Java. A lot of this isn't Javas fault, but there's a lot of things that Java (specifically the Java 6 version we're stuck on) does not make easy.
This is why I prefer to build my web apps in python or node, hell, I'd even take Lua... Just... Compiling web pages into executable Java classes, why? I mean I understand the implementation of how this happens, but why did my predecessor have to choose this? Why?2 -
android development is shitty af, it will make you super zombie computer nerd that sit on his chair for fking several hours just to find the where the fk is null pointer exception is coming from not only this but for all kind of errors,logcat looks like someone just hacking nasa, you know what im the one who is shitty af i would have opt web dev instead of android dev , this retarded studio and emulator takes too much time to just load a simple fking thing & if i make some change in it i've to install that application again ,it's so pathetic and horse shit thing i've ever encountered , kotlin is fun it's actually great language most of the features are so helpful in it,but the google codelabs,it's all documentation , adding dependencies whole concepts are trash imo, why can't we install the dependencies using terminal what's problem in that ,but no they chose the hard way for no fuking reason, i've successfully wasted a year learning this shitty tech stack, hopefully this NY i will choose different stack , will work till ass off .gonna build some cool projects and will eventually try for internships and all. done with android dev, idk how senior dev's are alive in this field6
-
I have a hard desicion to make and I don't know how to choose...
I'll graduate tech uni in a year. I want to work in a start up when I am done. A few days ago my father offered me a position in his company as CTO. Despite the fact that I have ZERO management experience. I'll have to work for him for roughly ten years, then he wants to quit. Do I take the high paying job that I might not enjoy or do I try my luck with a startup/ software company...7 -
So let's see. We have AWS GCP Azure
Azure -> Microsoft -> Bill Gates. Bill gates is a pedophile who gangfucked little kids at epstein island and tried to kill half of the world with covid19 bullshit vaccine as well as spread propaganda lies and poison minds with fake news. Guy is a clown and works for shadow elite.
Hard pass. Fuck azure.
GCP -> Google -> Probably some indian guy is CEO. I like google and their material design concept. I grew up learning most of google tech. Flutter angular etc. Why arent people using GCP more?
Neutral.
AWS -> Amazon -> Jeff Bozos. A rich multi trillionaire bald ass guy with access to infinite money infinite whores infinite freedom, 50 billion dollar mega super luxury yacht, 50 mega mansions, 5000 super luxury cars and doesnt give a fuck about the matrix. Treats their employees like dogs paying them penies. I like this one. This one is who i want to become.
I'll choose AWS.9 -
The final company who was the most interested in hiring me, has finally replied to my email today, being late 7 days.
Cant show the screenshot here because its not in english.
"We want to thank you for participating in this process. This time we have decided to choose another candidate..."
AND GET THIS NOW:
"...the only reason was the number of years of experience."
????
- it's not enough that i have graduated such an extremely hard university
- it's not enough that i have this apparently worthless computer science degree
- it's not enough that i have knowledge
- it's not enough that i have a fuck load of projects done and showcased
- it's not enough that i worked with international clients
- it's not enough that i have the knowledge and skills they're looking for
- it's not enough that i had answered everything correctly on a technical interview
now the new standard is to have minimum 3+ years of working experience on top of all of that.11 -
WARNING - a lot of text.
I am open for questions and discussions :)
I am not an education program specialist and I can't decide what's best for everyone. It is hard process of managing the prigram which is going through a lot of instances.
Computer Science.
Speaking about schools: regular schools does not prepare computer scientists. I have a lot of thoughts abouth whether we need or do NOT need such amount of knowledge in some subjects, but that's completely different story. Back to cs.
The main problem is that IT sphere evolves exceedingly fast (compared to others) and education system adaptation is honestly too slow.
SC studies in schools needs to be reformed almost every year to accept updates and corrections, but education system in most countries does not support that, thats the main problem. In basic course, which is for everyone I'd suggest to tell about brief computer usage, like office, OS basics, etc. But not only MS stuff... Linux is no more that nerdy stuff from 90', it's evolved and ready to use OS for everyone. So basic OS tour, like wtf is MAC, Linux (you can show Ubuntu/Mint, etc - the easy stuff) would be great... Also, show students cloud technologies. Like, you have an option to do *that* in your browser! And, yeah, classy stuff like what's USB and what's MB/GB and other basic stuff.. not digging into it for 6 months, but just brief overview wuth some useful info... Everyone had seen a PC by the time they are studying cs anyway.. and somewhere at the end we can introduce programming, what you can do with it and maybe hello world in whatever language, but no more.. 'cause it's still class for everyone, no need to explain stars there.
For last years, where shit's getting serious, like where you can choose: study cs or not - there we can teach programming. In my country it's 2 years. It's possible to cover OOP principles of +/- modern language (Java or C++ is not bad too, maybe even GO, whatever, that's not me who will decide it. Point that it's not from 70') + VCS + sime real world app like simplified, but still functional bookstore managing app.
That's about schools.
Speaking about universities - logic isbthe same. It needs to be modern and accept corrections and updates every year. And now it depends on what you're studying there. Are you going to have software engineering diploma or business system analyst...
Generally speaking, for developers - we need more real world scenarios and I guess, some technologies and frameworks. Ofc, theory too, but not that stuff from 1980. Come-on, nowadays nobody specifies 1 functional requirement in several pages and, generally, nobody is writing that specification for 2 years. Product becomes obsolete and it's haven't even started yet.
Everything changes, whether it is how we write specification documents, or literally anything else in IT.
Once more, morale: update CS program yearly, goddammit
How to do it - it's the whole another topic.
Thank you for reading.3 -
Cognitive overload: the silent slayer of developers.
Especially when you're bad at assessing your own capabilities and choose to sacrifice sleep without concern for taking actual time to enjoy the silence and tranquility of.. nothing.
Sometimes it's pretty hard to not go mad when those old gods whisper your demise. -
Can someone tell me why the fuck is it so hard to choose where to install electron apps? Selecting installation directory is a default feature in pretty much anything installable. Is electron somehow above that? Is clicking the two a extra buttons to choose a second drive too mainstream nowdays? What? Why? I use Atom, VS code, postman, cycligent, boostnote among others . The idea is good, the apps look beautiful and responsive. But bloated as fuck. Atom alone takes 1.4Gb! And I am ok with it! Really I am! But why the fuck not let me install it in a drive where I have 70% of space free and instead make me use my crammed SSD? Why? WHY?1
-
!dev !tech
it's 2 am, nd just out of curiosity i put on earphones and tried to dance on a romantic couple song . interestingly, my life has been so single and restrictive that I can't even imagine holding hands of someone , nd that feels a bit sad.
after being burdened with the family ethics, relgions, family fights and financial crisis for so long, i feel i have lost a personality that i should have had.
1. i have lost the sense of random naughtiness and unnecessary bravery/arrogance. from what i know, the best way to reach your path is to remain focused on it. unnecessary acts of curiousity or nuisance leads to fights, frauds or worse.
however, people enjoy life by doing unnecessary banter, gossips, nuisance and having fun with unknown things, people and surroundings.
i guess this makes people a likeable/interesting character in social scenarios as me being an alert dog trying to focus on resching the party place, have a safe party and come home at time becomes a less interesting character than the guy entertaining everyone by his stupid talks in the car.
2. i have lost sense of compassion or showing love , expressing love or doing things out of love and not just for transaction.
From what i heard, people in relationship are clumsy to the max level. messages every 5 seconds, random acts of flirting, teasing, playing hard to get, what not.
i ... am simple. if i like someone, they are gonna know in 5 seconds (which is followed by a lifetime of awkwardness, so i have stopped even letting this thing to be known). physically nd financially i have enough resources and plans to be a good person to be with : i can be helpful in situations, am always up for doing anything interesting and have reputable personna. but expressing via those sugary baby talks is not my ☕
3. I haven't gained any passion for anything. i see people having deep thoughts on their passions for poetry, music, dance , guitar, travel, political alignment, causes, or whatnot.
i am not that much passionate towards anything because life doesn't give everyone the chance to choose passions.
i sat with my father in a flea market selling stuff. that wasn't passion, that was a necessity. for me, money>>study>>>anything
i am only passionate about having food on my plate and a roof over my head
-------
so all these things makes jack a boring person. i jave been chasing money so much that i question everyday of its worth it, as it's currently just being used to battle with the financial crisis while having a little bit in savjngs to enjoy life. but am so much worn out by this pressure of earning money that I don't even know how to enjoy life or have someone to enjoy life with , so its even more pointless to increase that limit.
i do try to explore the things i like : dance, singing, traveling, working out but not at the level that those attributes define me
#awkward_loney_life1 -
Worst support experience so far: German ISP sent their cheap default router which I opted for, hoping that I didn't need to rent a costly FitzBox. Provider activates the connection, everything fine, but slow and unstable on my Linux laptop only. Try using their website, their support chat etc. as they made it very hard to even open a support ticket. I gather all the information, ping, traceroute, netstat, logfiles, router settings, broadband measurement etc. and finally manage to open a support ticket of my issue adn they say they will send an engineer to my place in about 4 days. I stay at home that day and wait for the whole day, nothing happens!
I get back to them, even get a phone call after waiting about 1h in the waiting queue, only to listen to someone tell me that the appointment had been cancelled as the ticket had already been closed. WTF! They said they measured my connection and could not reproduce any error. Did not even mention my lengthy log files etc. It took my own research and another hint that there is an incompatibility with that specific router and some specific devices so I should really replace their cheap router with a FritzBox device. What they also did not tell, that you dont need to rent their branded FritzBox, there are cheap second hand models from another ISP that you can reconfigure by simply chosing another ISP in a dropdown list that contains every popular German ISP. But why are they popular? You can only choose between the different bad ones, that's why they don't seem to make an effort.2 -
Young aspiring dev asking for career advice here. I have to choose between two job offers:
1. The first for a larger company that mainly works with a top-tier company's solutions.
2. The other for a smaller company where I have more freedom to choose a stack.
I'm not really straight out from university. I'm wondering about what would be the most developing for me personally and professionally. Does the size of the company matter? I work hard and like to be rewarded for hard work, where is that more likely to happen? Should I choose from what stacks I prefer? Salary?
Do you fellow devs have any other input or advice? Perhaps guidance on other questions I should ask myself?2 -
tl;dr: why is it so hard to build a pc?😒
why is it so damn hard to find the right pc components for developing/image editing/gaming/...?😟
i've been googling around and watched many youtube videos on what components to buy/what to watch out for/tips/problems/etc...
i want to build a decent pc for web, mail, office, developing, running linux as VM (for experiments), edit images, doing most in multitasking (and maybe also play some games) ... basically everything, but i can't wrap my head around what to choose😟
every time when i think (for example) "ok, ryzen 5 2400G, that must be it!' there's always smth negative about it, come on!!🙄😤
i wanted to make an AMD setup for 1000€ max
i feel like as a developer/"kinda it guy" i know what i need, then again i feel dumb as fuck, not knowing what to choose and i'm almost certain i will pick smth wrong😪
do u guys have any suggestions for me/any help?21 -
Tldr; Rust community could definitely be way less annoying, but it's way more annoying listening to everyone bitch about it all the fucking time.
rant()
Tired of the Rust hype? Too fucking bad. Quit complaining that people like well-designed languages more than shitty ones. Yeah, rust devs can be real fucking zealous, but at least the language is good. If you don't like listening to people say "why not rust?" ignore them or ask yourself the same fucking question ahead of time so you don't feel defensive when someone asks it later.
Read some shit about how "it doesn't matter what you build it with if the software is good, its all the same". Ever heard of "right tool for the right job"? Rust has applications all over the place, so people are going to talk about it a lot. Also, just no. Like, Python shouldn't be in the Linux kernel for a lot of reasons, so the tools you choose can constrain whether or not your software is actually "good."
Ever heard of "unsubstantiated trust"? Yeah, you might be good at writing C, but you can get that shit to compile with nasty fucking problems and C's a straight up foot gun in my hands. It's hard to write shitty functioning Rust that does what you say it does, which is less unsubstantiated trust.1 -
A very long rant.. but I'm looking to share some experiences, maybe a different perspective.. huge changes at the company.
So my company is starting our microservices journey (we have a 359 retail websites at this moment)
First question was: What to build first?
The first thing we had to do was to decide what we wanted to build as our first microservice. We went looking for a microservice that can be used read only, consumers could easily implement without overhauling production software and is isolated from other processes.
We’ve ended up with building a catalog service as our first microservice. That catalog service provides consumers of the microservice information of our catalog and its most essential information about items in the catalog.
By starting with building the catalog service the team could focus on building the microservice without any time pressure. The initial functionalities of the catalog service were being created to replace existing functionality which were working fine.
Because we choose such an isolated functionality we were able to introduce the new catalog service into production step by step. Instead of replacing the search functionality of the webshops using a big-bang approach, we choose A/B split testing to measure our changes and gradually increase the load of the microservice.
Next step: Choosing a datastore
The search engine that was in production when we started this project was making user of Solr. Due to the use of Lucene it was performing very well as a search engine, but from engineering perspective it lacked some functionalities. It came short if you wanted to run it in a cluster environment, configuring it was hard and not user friendly and last but not least, development of Solr seemed to be grinded to a halt.
Elasticsearch started entering the scene as a competitor for Solr and brought interesting features. Still using Lucene, which we were happy with, it was build with clustering in mind and being provided out of the box. Managing Elasticsearch was easy since there are REST APIs for configuration and as a fallback there are YAML configurations available.
We decided to use Elasticsearch since it provides us the strengths and capabilities of Lucene with the added joy of easy configuration, clustering and a lively community driving the project.
Even bigger challenge? Which programming language will we use
The team responsible for developing this first microservice consists out of a group web developers. So when looking for a programming language for the microservice, we went searching for a language close to their hearts and expertise. At that time a typical web developer at least had knowledge of PHP and Javascript.
What we’ve noticed during researching various languages is that almost all actions done by the catalog service will boil down to the following paradigm:
- Execute a HTTP call to fetch some JSON
- Transform JSON to a desired output
- Respond with the transformed JSON
Actions that easily can be done in a parallel and asynchronous manner and mainly consists out of transforming JSON from the source to a desired output. The programming language used for the catalog service should hold strong qualifications for those kind of actions.
Another thing to notice is that some functionalities that will be built using the catalog service will result into a high level of concurrent requests. For example the type-ahead functionality will trigger several requests to the catalog service per usage of a user.
To us, PHP and .NET at that time weren’t sufficient enough to us for building the catalog service based on the requirements we’ve set. Eventually we’ve decided to use Node.js which is better suited for the things we are looking for as described earlier. Node.js provides a non-blocking I/O model and being event driven helps us developing a high performance microservice.
The leap to start programming Node.js is relatively small since it basically is Javascript. A language that is familiar for the developers around that time. While Node.js is displaying some new concepts it is relatively easy for a developer to start using it.
The beauty of microservices and the isolation it provides, is that you can choose the best tool for that particular microservice. Not all microservices will be developed using Node.js and Elasticsearch. All kinds of combinations might arise and this is what makes the microservices architecture so flexible.
Even when Node.js or Elasticsearch turns out to be a bad choice for the catalog service it is relatively easy to switch that choice for magic ‘X’ or component ‘Z’. By focussing on creating a solid API the components that are driving that API don’t matter that much. It should do what you ask of it and when it is lacking you just replace it.
Many more headaches to come later this year ;)3 -
In reply to this:
https://devrant.com/rants/260590/...
As a senior dev for over 13 years, I will break you point by point in the most realistic way, so you don't get in troubles for following internet boring paternal advices.
1) False. Being go-ahead, pro active and prone to learn is a good thing in most places.
This doesn't mean being an entitled asshole, but standing for yourself (don't get put down and used to do shit for others, or it will become the routine) and show good learning and exploration skills will definitely put you under a good light.
2)False. 2 things to check:
a) if the guy over you is an entitled asshole who thinkg you're going to steal his job and will try to sabotage you or not answer acting annoyed, or if it's a cool guy.
Choose wisely your questions and put them all togheter. Don't be that guy that fires questions in crumbles, one every 2 minutes.
Put them togheter and try to work out the obvious and what can be done through google or chatgpt by yourself. Then collect the hard ones for the experienced guy and ask them all at once. He's been put over you to help you.
3) Idiotic. NO.
Working code = good code. It's always been like this.
If you follow this idiotic advice you will annoy everyone.
The thing about renaming variables and crap it's called a standard. Most company will have a document with one if there is a need to follow it.
What remains are common programming conventions that everyone mostly follows.
Else you'll end up getting crazy at all the rules and small conventions and will start to do messy hot spaghetti code filled with syntactic sugar that no one likes, included yourself.
4)LMAO.
This mostly never happens (seniors send to juniors) in real life.
But it happens on the other side (junior code gets reviewed).
He must either be a crap programmer or stopped learning years ago(?)
5) This is absolutely true.
Programming is not a forgiving job if you're not honest.
Covering up mess in programming is mostly impossible, expecially when git and all that stuff with your name on it came out.
Be honest, admit your faults, ask if not sure.
Code is code, if it's wrong it won't work magically and sooner or later it will fire back.
6)Somewhat true, but it all depends on the deadline you're given and the complexity of the logic to be implemented.
If very complex you have to divide an conquer (usually)
7)LMAO, this one might be true for multi billionaire companies with thousand of employees.
Normal companies rarely do that because it's a waste of time. They pass knowledge by word or with concise documentation that later gets explained by seniors or TL's to the devs.
Try following this and as a junior:
1) you will have written shit docs and wasted time
2) you will come up to the devs at the deadline with half of the code done and them saying wtf who told you to do that
8) See? What an oxymoron ahahah
Look at point 3 of this guy than re-read this.
This alone should prove you that I'm right for everything else.
9) Half true.
Watch your ass. You need to understand what you're going to put yourself into.
If it's some unknown deep sea shit, with no documentations whatsoever you will end up with a sore ass and pulling your hair finding crumbles of code that make that unknown thing work.
Believe me and not him.
I have been there. To say one, I've been doing some high level project for using powerful RFID reading antennas for doing large warehouse inventory with high speed (instead of counting manually or scanning pieces, the put rfid tags inside the boxes and pass a scanner between shelves, reading all the inventory).
I had to deal with all the RFID protocol, the math behind radio waves (yes, knowing it will let you configure them more efficently and avoid conflicts), know a whole new SDK from them I've never used again (useless knowledge = time wasted and no resume worthy material for your next job) and so on.
It was a grueling, hair pulling, horrible experience that brought me nothing in return execpt the skill of accepting and embracing the pain of such experiences.
And I can go on with other stories. Horror Stories.
If it's something that is doable but it's complex, hard or just interesting, go for it. Expecially if the tech involved is something marketable.
10) Yes, and you can't stop learning, expecially now that AI will start to cover more and more of our work.3 -
So I'm building this environmental monitoring system for one of the Labs to monitor Temperature and Humidity. the "software" that comes as part of the package with these sensors is really just a website you host yourself if you don't choose the cloud option. No big deal really, (see my previous rant about getting windows server through SSC) I setup IIS and get the "software" registered get a couple sensors running looks good. However I don't like the error messages that popup because it's unsecured. do some reading and I find out that most browsers will give you a warning if your not using HTTPS even if it's for internal use only. OK we'll how hard can it be in implement encryption, turns out it's not that hard and you can do it for free how with letsencrypt and other places. I like free, now i have to use SSH to get into the server and run an ACME client. Hey open SSH is part of windows now cool, download an ACME client SSH into the server and nope doesn't work. Oh right I'm behind a corporate firewall and a bunch of other shit I can't control. Why is so damn arduous to setup this god dam internal website and the problems aren't even the site. Now I'm playing with AWS spinning up an instance to be able to try and get an SSL certificate just so i don't have to tell people it's OK to trust this site ignore the big angry warning.
Best part is other similar internal sites don;t use SSL and all have big messages about someone stealing your soul if you go there and these are commercial systems that run all the HVAC for all the campuses across Canada.
I need more Tylenol. -
I am so confused about what I'm doing in the near future. I want to get out of this hellhole but there's a slight chance I could finish my PhD with someone, who's actually not a bad dude.(My current supervisor is... not helpful) But I will have to stay here and work very hard and not get paid, but PhD is over in less than a year. I'm fucked with system implementation tho, since I'll be changing directions and have to start fresh.
I could also get a job and move away, and be paid a decent wage. But then there's no telling when I'm gonna finish the PhD.
Which would you choose if you were me? Which one should I pursue?9 -
The problem is not just the academe, but also the students.. they only choose CS as a scapegoat for bar/board/licensure exams, or they heard it was one of the highest paying jobs or ITs have the opportunity to work from home or on a google-like working place.. without even thinking whether they really like computers or not! We are being contaminated with bunch of xxxxxxx(i cant think of a word to describe them) .. Let's filter them freshmen and give them hard maths or design exams before entering CS
-
Started out reading "Standard C++ Bible" (~800 pages), who does that anyway? Throughly studied the language and at 14 years of age tried hard even grasping what the word polymorphism meant, realising 10 years later how much it gave me. Immensely grateful that C++ choose to rip my brain apart at that young age.
-
!rant !dev
So, following up my last rant.
https://devrant.com/rants/2433162
I quit on Friday, this is what I said to my bosses.
"In the last week I had, 2 panic attacks, and I have 2 theories for this, one is that I have underlying psychological problems, the other theory is that we are under an impossible task, I choose to say now that I have to quit because I have psychological issues, but if you are willing to hear my other theory, that involves saying that meeting the deadline is not viable, then I can tell you that, so do want to listen that part?.
Bosses: No, we heard enough, we are going to have your contract terminated in order, and we will let you know when you can come and pick your paycheck."
So, that's them. Now about me and how I re-discovered GTD, or more precisely how I organized my whole weekend using taskwarrior with GTD, and why I think is going to be useful as a freelancer.
Before I feel good about telling you about my weekend I have to tell you a few things about myself.
I am a very impulsive person, I have a lot of energy in short surges, so I have to be able to maximize my activity when I'm in a surge, and I have to maximize my rest when I am not.
That's hard to do, it requires a balanced lifestyle, I am also very prone to being neurotic, and overwhelmed by the amount of stuff that I want to do.
And on top of that, when I am resting, I have surges of things that I want to have, do, or implement, it could be software related, as "Doing an app that will be the Uber of home services", to house improvements like, "I have to fix that leaking roof", and all the sort of stuff that happens in between hardware and software. That surge of consciousness doesn't allow me to have the proper rest that I need before I engage with activities again.
Because of this I have a very cyclic rhythm, with whole weeks burning my energy into doing stuff, and weeks resting doing very little and thinking too much.
Now about my weekend. Friday night I was browsing the web, and a thought came to my head. "The way you use your terminal, says a lot about your personality", and I got curious, so I searched for, "Show me your terminal", and found a post in dev.to to see all kind of nice terminal setups, from the very minimalist to very feature rich oh-my-zsh themes with plugins for git, aws and what not. One of these pictures really got my attention, a guy had set up his terminal to show him, how many task has he done in the day, and how many cups of coffee has he had.
So by investigating how he set up his terminal to show in the prompt the number of successfully completed tasks in the day, I found out that he was using taskwarrior, he was also kind enough to share the source code of his prompt setup, which I bookmarked to later incorporate that into my oh-my-zsh config.
After reading about taskwarrior, I also got a reference to GTD, I don't remember if this was one of those thoughts that I have and follow immediately, or if I read something that led me to a YouTube video summarizing GTD.
In the end, after watching that GTD video, I decided to give it a try to organize my life, and help me find a remote job, keep my house in order, plan my social activities as "hang out with friends", "visit mom and dad", and give the proper amount of attention to my GF, with whom I am deeply in love, and willing to spend the remaining of my years with her.
So my fist task was.
task add Ask for GF's parents blessing.
Which of course I have no intention of doing right now, but is one of the things that I will eventually have to do.
Then it started, I started adding tasks, and things to do, and go through the whole Capture phase of GTD.
Now it is a good time to write a small summary of what I think GTD is.
GTD is a life habit of organizing your life in todo-lists. And it was a very specific core method, that in the video summary that I watched was called CPR.
Capture, Process and Review.
Capture:
When you capture you just add your tasks to a bucket list.
So I took a notebook and started writing down everything that I wanted to have done. I also started to capture ideas as they came up to me, I did this by writing a telegram saved message in my phone, or directly adding it as a task in TW.
Process:
I read my telegram messages and put them into my task warrior list, then I started to organize my tasks into projects, breaking down every task that was not an atomic unit.
* And different projects started to emerge from this. One of them was project:Housekeeping.
And here's my screenshot of what I did this weekend, also the number of projects that I have, and all the things that I have to do in order to have what I think would be a very balanced, fun, and productive life.
You'll be able to see in the screenshot, that there's a blocked task, yes, tw allows you to organize dependencies too, so one task is delegated, and blocked by the delegation task.
1 -
Why must pixel perfect scaling be so fucking hard... It all works perfectly but I'm limited to a max of 540p for the games camera view but as soon as you drop your resolution bellow 1080p you get stuck with 300p or lower... Ughhhhhhhh
Why did I choose to do pixel art... Wonder if converting everything to vectors would help, wonder is smashing my head into a fucking wall would help... -
TLDR: Opinions of area of interest between these subjects (specializations):
1 Algorithms
2 Programming languages
3 Business analytics
4 Pervasive computing
Hi, I'm about to choose specialisation of my software development masters. I'm almost certain what I'll go with (algorithms), but I wondered what other people thought and would choose if they had the opportunity. I'm still not too experienced in all of these areas, making the choice a bit hard :-)2 -
Speedy Lube: Your Trusted Auto Service Provider in Moreno Valley, CA
At Speedy Lube, we are dedicated to keeping your vehicle running smoothly with expert auto service and maintenance. Located at 23615 Alessandro Blvd, Building C, Moreno Valley, CA 92553, we are the go-to destination for all your vehicle’s needs, especially when it comes to oil changes and more. We not only provide fast and reliable auto service, but we also offer amazing oil change discounts to help you save while keeping your car in top shape.
Comprehensive Auto Service at Speedy Lube
When it comes to auto service, we know how important it is to find a reliable and trustworthy provider. At Speedy Lube, we offer a wide range of services to meet all of your vehicle’s needs, from oil changes to tire checks and fluid refills. Our experienced team of technicians is committed to delivering top-notch service that ensures your vehicle runs efficiently for miles to come.
Whether you're in for a routine oil change, a fluid top-up, or general maintenance, we work hard to get you in and out quickly so you can get back on the road. With years of experience in the industry, we are confident that our auto service will meet and exceed your expectations.
Take Advantage of Our Oil Change Discount
Looking for ways to save on routine vehicle maintenance? Look no further than our oil change discount! At Speedy Lube, we want to make sure that every customer gets the best service at the most affordable price. That’s why we regularly offer oil change discounts to help you keep your engine running smoothly without the heavy price tag.
By taking advantage of our oil change discount, you can enjoy a premium oil change service while saving money. Our team uses only the best oils and filters for your vehicle, so you don’t have to sacrifice quality just to save a little extra. We believe that everyone should have access to affordable, high-quality auto service, which is why we’re always offering great deals on essential car maintenance.
Why Choose Speedy Lube for Your Auto Service Needs?
Expert Technicians: Our skilled and friendly technicians are here to take care of your vehicle, ensuring that every service, from oil changes to general maintenance, is performed with precision.
Fast and Reliable: We understand that your time is valuable. Our quick and efficient service means you can get in and out in no time, making your auto service experience a hassle-free one.
Affordable Pricing: Thanks to our oil change discount and other promotions, we make sure that maintaining your vehicle doesn’t have to break the bank.
Convenient Location: Located at 23615 Alessandro Blvd, Building C, our shop is easy to find and ready to serve you. Whether you need a quick oil change or full-service maintenance, we're here to help.
Customer-Focused Service: We strive to make every visit a positive one, with a customer-first approach that keeps you coming back for all your auto service needs.
Keep Your Car in Top Condition with Regular Auto Service
Regular auto service and maintenance are essential for the health of your vehicle. With routine oil changes, tire rotations, and fluid checks, you can avoid costly repairs down the road. Plus, keeping your car in optimal condition ensures better fuel efficiency and a smoother driving experience.
Take advantage of our oil change discount to keep your vehicle running at its best while saving money. At Speedy Lube, we’re committed to providing you with affordable solutions for all your vehicle’s needs.
Contact Speedy Lube Today
Ready to take advantage of our oil change discount or schedule an auto service? Visit us at 23615 Alessandro Blvd, Building C, Moreno Valley, CA 92553, or call us at +1 (951) 414-3984 to learn more about our services and promotions.
At Speedy Lube, we offer fast, reliable, and affordable auto service with excellent customer care. Trust us to keep your vehicle running smoothly with the best deals around!5 -
Wild Tree Solutions: Expert Tree Care and Stump Removal Services in Lake Oswego, Oregon
At Wild Tree Solutions, we are committed to providing exceptional tree care services to homeowners and businesses throughout Lake Oswego, Oregon. Whether you need professional stump removal, expert tree cutting, or reliable arborist services, our experienced team is here to ensure your trees and landscape thrive. We are proud to offer a wide range of tree services that focus on both aesthetics and safety, backed by years of experience in the industry.
Stump Removal Lake Oswego: Say Goodbye to Unwanted Stumps
After a tree is removed, the leftover stump can be an eyesore and an obstacle to your landscape. At Wild Tree Solutions, we specialize in stump removal in Lake Oswego, using advanced equipment to grind stumps down to below ground level. Our stump removal process is thorough and efficient, leaving your yard clean and free of any remnants from the tree. Not only does this enhance the appearance of your property, but it also prevents potential tripping hazards and encourages new growth in your garden or lawn.
Tree Care Lake Oswego: Comprehensive Tree Maintenance Services
Proper tree care is essential to ensuring your trees live long, healthy lives. Whether it's routine care or more specialized treatments, Wild Tree Solutions is your go-to provider of comprehensive tree care in Lake Oswego. Our team of skilled arborists provides expert advice and services, including pruning, trimming, fertilization, and disease management, all aimed at promoting strong and healthy trees that enhance your landscape’s beauty.
Tree Cutting Lake Oswego: Professional and Safe Tree Cutting Services
Tree cutting can be a complex and dangerous task, but with the expertise of Wild Tree Solutions, you can be sure that the job will be done safely and efficiently. We provide professional tree cutting services in Lake Oswego, whether you're removing a dead or hazardous tree, or clearing space for new growth. Our experienced arborists take every precaution to ensure the safety of your property, as well as the surrounding trees and structures.
Arborist Services Lake Oswego: Expert Tree Assessments and Advice
When it comes to tree care, you want to trust an expert. At Wild Tree Solutions, we offer professional arborist services in Lake Oswego, giving you the expertise you need to maintain your trees’ health and appearance. Our certified arborists provide tree assessments, risk evaluations, and consultations to determine the best course of action for your trees. Whether you need advice on tree selection, pruning, or pest management, we’re here to help.
Emergency Tree Removal Lake Oswego: Fast and Reliable Services When You Need Them Most
Emergencies can happen at any time, especially when a tree becomes unstable due to storms or other unexpected events. If you’re in need of emergency tree removal in Lake Oswego, Wild Tree Solutions is ready to respond quickly and efficiently. Our team is available 24/7 to handle any urgent tree-related situation, ensuring that your property remains safe and secure. We prioritize safety and act fast to remove fallen or hazardous trees without causing further damage to your landscape.
Why Choose Wild Tree Solutions?
Experienced Arborists: Our certified arborists have extensive knowledge of tree health and care, ensuring your trees get the best possible treatment.
Safety First: We always prioritize safety in every tree service we provide, ensuring minimal disruption to your property and the environment.
Comprehensive Services: From stump removal to tree cutting, pruning, and emergency services, we offer a full range of tree care solutions.
Customer Satisfaction: At Wild Tree Solutions, customer satisfaction is our top priority. We work hard to exceed your expectations on every job.
Contact Wild Tree Solutions Today
For expert tree care, stump removal, tree cutting, and emergency tree removal in Lake Oswego, reach out to Wild Tree Solutions. Our team of arborists is here to help with all your tree care needs, big or small.
Business Contact Information:
Wild Tree Solutions
1426 SE Duke Dr, Hillsboro, OR 97123
Phone: +1 (503) 374-3521
1 -
Yash Duggal - Trusted Mortgage Broker at Think and Grow Finance: Offering Free Home Loan and Mortgage Broker Consultations
At Think and Grow Finance, Yash Duggal is your dedicated and trusted mortgage broker, serving the Melbourne area with expert advice and tailored home loan solutions. Whether you’re a first-time homebuyer, refinancing your current mortgage, or looking to invest in property, Yash Duggal offers free consultations to help you navigate the mortgage process with ease and confidence.
Located at 14 Cabarita St, Truganina VIC 3029, Yash is committed to providing a personalized service to every client, ensuring you get the best loan options available. With his extensive experience in the mortgage industry, he will guide you step by step to find the right financial solutions for your unique situation.
Why Choose Yash Duggal - Trusted Mortgage Broker?
Finding the right home loan or mortgage can be a daunting process. However, with the help of a professional, the journey can become much smoother. Here’s why Yash Duggal, your trusted mortgage broker, is the right choice:
Free Home Loan Consultation: At Think and Grow Finance, we believe in transparency and giving our clients a clear understanding of their options. That's why we offer a home loan free consultation, where you can discuss your needs and goals with Yash, without any obligation. During this session, you’ll learn about different mortgage products, the loan process, and the best options available based on your specific circumstances.
Comprehensive Mortgage Advice: As a professional mortgage broker, Yash has access to a wide range of lenders and loan products. This gives you the opportunity to compare various mortgage options and find the one that suits your financial goals. His advice is completely unbiased, as he works independently and is committed to securing the best deal for you.
Personalized Loan Solutions: Every financial situation is unique, and Yash takes the time to get to know you and understand your specific needs. Whether you're buying your first home, refinancing, or looking to invest, he will help you find the most suitable loan option for your individual circumstances.
Expert Support Throughout the Process: From your initial free consultation to the settlement of your loan, Yash is with you every step of the way. He’ll help you gather all necessary documents, answer any questions you have, and ensure your loan application is processed smoothly.
How Can a Free Consultation Benefit You?
A free consultation with Yash Duggal is the perfect way to kickstart your home loan or mortgage journey. Here’s how it can benefit you:
Clarity on Your Loan Options: Whether you're new to the world of home loans or an experienced borrower, a free consultation will help you understand your loan options. Yash will provide an in-depth overview of different mortgage products, such as fixed-rate loans, variable-rate loans, and interest-only loans, to ensure you make an informed decision.
No Pressure, No Obligation: One of the best aspects of a mortgage broker free consultation with Yash is that it’s completely obligation-free. You won’t feel pressured to make decisions during the consultation. Instead, you can take the time you need to review your options and decide what’s best for you.
Customized Advice for Your Needs: Yash’s consultations are personalized to meet your specific needs. He will take into account factors like your income, credit history, and future financial goals to recommend the right loan products and lenders. This tailored approach ensures that you get a loan that fits your budget and long-term financial plans.
Save Time and Money: Working with a professional mortgage broker like Yash means you won’t waste time searching through multiple lenders. Yash does the hard work for you, finding the most competitive rates and ensuring your loan application is submitted to the best lenders for your needs.
Contact Yash Duggal for a Free Consultation Today!
If you're looking for a home loan free consultation or a mortgage broker free consultation, Yash Duggal at Think and Grow Finance is here to help. Yash is committed to making the home loan process as easy and transparent as possible for you.
Visit 14 Cabarita St, Truganina VIC 3029, or call +61401545302 to schedule your free consultation today. Let Yash Duggal assist you in finding the perfect loan option and take the first step toward achieving your financial and property goals!
2 -
How Can Lost Funds in Binary Trading Be Recovered? Trust Recuva Hacker Solutions for Reliable Assistance
Binary trading can be a high-risk, high-reward venture, but it is also a breeding ground for scams. Many traders have lost significant amounts of money to fraudulent platforms, dishonest brokers, and manipulated software. If you’ve fallen victim to a binary trading scam, you may be wondering if there’s any way to recover your lost funds. The answer is yes, and Recuva Hacker Solutions (RHS), the best crypto recovery company, is here to help. In this article, we’ll explore how lost funds in binary trading can be recovered and why Recuva Hacker Solutions is the most reliable and trusted service for this purpose.
Understanding Binary Trading Scams
Binary trading scams often involve fake platforms that promise high returns but are designed to steal your money. These platforms may use manipulated software to ensure you lose trades, refuse to process withdrawals, or simply disappear after collecting your funds. Scammers may also pose as legitimate brokers or use fake testimonials to gain your trust.
If you’ve been scammed, it’s important to act quickly. The sooner you take action, the higher the chances of recovering your funds. This is where Recuva Hacker Solutions (RHS) comes in. With their expertise and advanced technology, RHS can help you trace and recover your lost money.
How Recuva Hacker Solutions Can Help
Recuva Hacker Solutions (RHS) is a team of highly skilled professionals dedicated to helping victims of binary trading scams. They use state-of-the-art technology and ethical hacking techniques to investigate scams, trace fraudulent transactions, and recover lost funds. Here’s how RHS can assist you:
Blockchain Analysis: Cryptocurrency transactions are recorded on the blockchain, making it possible to trace them. RHS specializes in blockchain analysis, allowing them to track fraudulent transactions across multiple wallets and exchanges.
Advanced Tools: RHS uses cutting-edge tools to recover funds lost to scams, even in complex cases.
Proven Track Record: RHS has successfully helped countless clients recover their money, earning a reputation as the best crypto recovery company.
Client-Centric Approach: RHS prioritizes their clients’ needs and works tirelessly to achieve the best possible outcome.
Steps to Take If You’ve Been Scammed
If you’ve lost money to a binary trading scam, follow these steps to increase your chances of recovery:
Stop All Communication: Immediately cease all contact with the scammer to prevent further losses.
Gather Evidence: Collect all relevant information, including transaction records, emails, and communication with the scammer.
Contact Recuva Hacker Solutions: Reach out to RHS through their website, email, or WhatsApp to begin the recovery process.
Why Choose Recuva Hacker Solutions?
Recuva Hacker Solutions (RHS) is the most reliable and trusted recovery service for a reason. Here’s why you should trust them with your case:
Expertise: RHS has a team of highly skilled professionals with years of experience in crypto recovery.
Advanced Technology: They use cutting-edge tools and techniques to trace and recover lost funds.
Proven Track Record: RHS has successfully helped countless clients recover their money.
Ethical Practices: RHS operates with integrity, ensuring that all recovery efforts are conducted legally and ethically.
How to Contact Recuva Hacker Solutions
If you’ve lost money to a binary trading scam, don’t hesitate to reach out to Recuva Hacker Solutions. You can contact them through the following channels:
Website: [https : / / recuvahacksolution . pro](https : / / recuvahacksolution . pro)
Email: recuvahackersolutions @ recuva . co . site
WhatsApp: +1 [3]15 [756] [1228]
Success Stories with Recuva Hacker Solutions
Many victims of binary trading scams have successfully recovered their funds with the help of Recuva Hacker Solutions. For example, one client lost $50,000 to a fake trading platform. After contacting RHS, their team was able to trace the funds and recover the entire amount. Another client fell victim to a phishing scam and lost access to their crypto wallet. RHS stepped in, recovered the wallet, and restored the client’s funds.
These success stories are a testament to the expertise and dedication of Recuva Hacker Solutions. No matter how complex your case may seem, RHS has the tools and knowledge to help you recover your money.
Don’t Let Scammers Win
Losing money to a binary trading scam can feel like the end of the road, but it doesn’t have to be. With Recuva Hacker Solutions (RHS) by your side, you can fight back and reclaim what’s rightfully yours. Don’t let scammers get away with your hard-earned money. Contact RHS today and take the first step toward recovering your funds.1 -
Builders Squad Ltd: Your Local Kitchen Renovation Contractor and Bathroom Remodeler
When it comes to renovating your kitchen or bathroom, finding a trustworthy professional can be challenging. You want a contractor who understands your vision, delivers exceptional results, and works within your budget. That’s where Builders Squad Ltd comes in. As your trusted kitchen renovation contractor around me and bathroom remodeler near me, we are proud to offer expert services to homeowners in Swinton, Manchester, and the surrounding areas.
Why Choose Builders Squad Ltd?
At Builders Squad Ltd, we specialize in creating beautiful, functional spaces that enhance your home’s overall appeal and value. Whether you are looking to refresh your kitchen or completely transform your bathroom, we have the experience, skills, and commitment to excellence to make your renovation project a success. Here’s why we’re the top choice for homeowners looking for a kitchen renovation contractor around me and a bathroom remodeler near me:
1. Expert Kitchen Renovation Contractors Around Me
When it comes to finding a kitchen renovation contractor around me, look no further than Builders Squad Ltd. Our team is highly skilled in designing and renovating kitchens to suit your unique style and needs. Whether you're aiming for a modern, sleek design or a traditional kitchen feel, we work closely with you to create the kitchen of your dreams.
Our kitchen renovation services include:
Custom Design and Layout: We work with you to design a kitchen that makes the most of your space, from layout planning to cabinetry and lighting choices.
Cabinet and Countertop Installation: Our team installs high-quality cabinets and countertops that provide both style and functionality.
Appliance Installation: We ensure all your kitchen appliances, such as dishwashers, ovens, and refrigerators, are expertly installed and properly connected.
Lighting and Flooring: We offer a range of lighting and flooring options to complete your kitchen’s look and make it a space that is as beautiful as it is practical.
Full Renovation Services: Whether you’re updating a few elements or completely remodeling your kitchen, we handle every aspect of the renovation process.
As your kitchen renovation contractor around me, we focus on providing top-notch service, quality materials, and craftsmanship that ensure your kitchen renovation exceeds expectations.
2. Skilled Bathroom Remodelers Near Me
Looking for a bathroom remodeler near me? Builders Squad Ltd has you covered. Our team specializes in transforming bathrooms into relaxing, functional spaces that perfectly reflect your style. Whether you’re updating an old bathroom or undertaking a full remodel, we are your go-to experts in the Manchester area.
Our bathroom remodeling services include:
Complete Bathroom Renovations: From layout changes to installing new fixtures, our team handles every detail of your bathroom transformation.
Shower and Bath Installations: We install everything from luxurious freestanding baths to modern walk-in showers, tailored to your space and needs.
Tiling and Flooring: Whether you prefer sleek porcelain tiles or vibrant mosaics, we ensure a flawless tile and floor installation that elevates the look of your bathroom.
Plumbing and Electrical Services: Our expert plumbers and electricians ensure your bathroom systems are safe and up to code.
Smart Storage Solutions: We help maximize your bathroom’s space with custom storage options, ensuring your space is both organized and efficient.
As your bathroom remodeler near me, Builders Squad Ltd is dedicated to turning your bathroom into a luxurious and practical space that fits your lifestyle.
3. Reliable and Experienced Professionals
With years of experience in the home renovation industry, Builders Squad Ltd is your trusted partner for any kitchen or bathroom remodeling project. Our team is skilled in all aspects of home renovation, from plumbing and electrical work to design and installation. We are committed to providing quality craftsmanship and outstanding service, ensuring every project is completed on time and within budget.
4. Affordable Pricing with No Hidden Costs
We understand that renovating your kitchen or bathroom is a significant investment. That’s why we offer transparent pricing with no hidden fees. Our detailed quotes outline the costs of the entire project, giving you peace of mind throughout the renovation process. We work hard to provide competitive rates while ensuring that our work is of the highest quality.
1 -
In a world brimming with enticing investment opportunities, it is crucial to tread carefully. The rise of digital currencies has attracted many eager investors, but along with this excitement lurk deceitful characters ready to exploit the unsuspecting. I learned this lesson the hard way, and I want to share my story in the hopes that it can save someone from making the same mistakes I did.
It all began innocently enough when I came across an engaging individual on Facebook. Lured in by promises of high returns in the cryptocurrency market, I felt the electric thrill of potential wealth coursing through me. Initial investments returned some profits, and that exhilarating taste of success fueled my ambition. Encouraged by a meager withdrawal, I decided to commit even more funds. This was the moment I let my guard down, blinded by greed.
As time went on, the red flags started to multiply. The moment I tried to withdraw my earnings, a cascade of unreasonable fees appeared like a thick mist, obscuring the truth. “Just a little more,” they said, “Just until the next phase.” I watched my hard-earned money slip through my fingers as I scraped together every last cent to pay those relentless fees. My trust had become my downfall. In the end, I lost not just a significant amount of cash, but my peace of mind about $1.1 million vanished into the abyss of false promises and hollow guarantees.
But despair birthed hope. After a cascade of letdowns, I enlisted the help of KAY-NINE CYBER SERVICES, a team that specializes in reclaiming lost funds from scams. Amazingly, they worked tirelessly to piece together what had been ripped away, providing me with honest guidance when I felt utterly defeated. Their expertise in navigating the treacherous waters of crypto recovery was a lifeline I desperately needed.
To anyone reading this, please let my story serve as a warning. High returns often come wrapped in the guise of deception. Protect your investments, scrutinize every opportunity, and trust your instincts. Remember, the allure of quick riches can lead you straight to heartbreak, but with cautious determination and support, it is possible to begin healing from such devastating loss. Stay informed, stay vigilant, and may you choose your investment paths wisely.
Email: kaynine @ cyberservices . com -
Recuva Hacker Solutions: The Best Crypto Recovery Company
In the ever-evolving world of cryptocurrency, the risk of losing access to your digital assets is a growing concern. Whether it’s due to forgotten passwords, phishing scams, or technical glitches, the loss of crypto funds can be devastating. This is where Recuva Hacker Solutions (RHS) steps in as the leading crypto recovery company, offering unparalleled expertise and cutting-edge solutions to help you reclaim your lost assets.
Why Choose Recuva Hacker Solutions?
Recuva Hacker Solutions has established itself as the go-to company for crypto recovery services. With a team of highly skilled professionals and advanced recovery tools, RHS has successfully helped countless individuals and businesses recover their lost or stolen cryptocurrencies. Their commitment to excellence, transparency, and customer satisfaction sets them apart from the competition.
Services Offered by Recuva Hacker Solutions
Crypto Wallet Recovery: Whether you’ve lost access to your wallet due to a forgotten password or a technical issue, RHS can help you regain control.
Phishing Scam Recovery: If you’ve fallen victim to a phishing attack, Recuva Hacker Solutions can trace and recover your stolen funds.
Blockchain Analysis: RHS uses advanced blockchain analysis tools to track and recover lost or misdirected transactions.
Consultation and Support: The team at Recuva Hacker Solutions provides expert advice on how to secure your crypto assets and prevent future losses.
How to Contact Recuva Hacker Solutions
If you’re in need of crypto recovery services, don’t hesitate to reach out to Recuva Hacker Solutions. Here’s how you can get in touch:
Website: https : / / recuvahacksolution . pro
Email: recuvahackersolutions @ recuva . co . site
WhatsApp: +1 [3]15 [756] [1228]
Trust Recuva Hacker Solutions for Your Crypto Recovery Needs
When it comes to recovering lost or stolen cryptocurrencies, Recuva Hacker Solutions (RHS) is the name you can trust. Their proven track record, state-of-the-art technology, and dedicated team make them the best crypto recovery company in the industry. Don’t let your hard-earned crypto assets slip away—contact Recuva Hacker Solutions today and take the first step toward reclaiming what’s rightfully yours.
With Recuva Hacker Solutions by your side, you can rest assured that your crypto recovery needs are in the best hands. Whether you’re an individual investor or a business, RHS is committed to providing top-notch services tailored to your specific situation. Trust Recuva Hacker Solutions to bring your lost crypto back to life!1 -
Professional Commercial Building Pressure Washing in Port St. Lucie, FL – Know Pressure Washing
Your commercial building’s exterior is often the first thing clients, customers, and visitors notice when they approach your business. A clean, well-maintained building reflects the professionalism and care your business puts into every detail. At Know Pressure Washing, we specialize in commercial building pressure washing in Port St. Lucie, FL, providing high-quality exterior cleaning services to keep your property looking pristine and welcoming.
Why Commercial Building Pressure Washing is Essential
The exterior of your commercial building faces constant exposure to dirt, grime, pollution, weather conditions, and more. Over time, these elements can cause your building’s surfaces to look dull, dirty, and unappealing. Here’s why commercial building pressure washing is so important for the upkeep of your business property:
1. Enhance Curb Appeal
First impressions matter. Whether you're welcoming customers, clients, or guests, the cleanliness of your building's exterior plays a huge role in how your business is perceived. A clean, spotless building presents an image of professionalism, care, and attention to detail. Regular pressure washing will keep your commercial property looking its best, ensuring you make a lasting impression every time.
2. Preserve the Integrity of Your Building
Dirt, algae, mold, and mildew can accumulate on your building's surfaces over time, leading to deterioration. If left untreated, these elements can cause long-term damage to your building's paint, siding, and masonry. By scheduling regular commercial building pressure washing services, you protect your property from costly repairs and help extend its lifespan.
3. Improve Health and Safety
Mold and mildew can create an unsanitary environment and contribute to health issues such as allergies and respiratory problems. Additionally, algae and dirt buildup on walkways, parking lots, and entrances can create slippery surfaces, increasing the risk of accidents. Pressure washing helps eliminate these hazards, ensuring a safer, healthier environment for your employees and customers.
4. Maintain Professionalism
A well-maintained exterior reflects positively on your business. Whether you run an office, retail store, or industrial facility, having a clean, professional-looking building is essential. A dirty, neglected exterior can give the wrong impression and turn potential clients or customers away. With regular commercial building pressure washing, you ensure that your building always looks clean, well-maintained, and inviting.
Why Choose Know Pressure Washing for Your Commercial Building Pressure Washing?
At Know Pressure Washing, we have the experience, equipment, and expertise to handle all of your commercial building pressure washing needs. Here’s why businesses in Port St. Lucie trust us with their exterior cleaning:
1. Experienced and Skilled Technicians
Our team of professional pressure washing technicians is highly trained and experienced in cleaning a wide range of commercial building types. From office buildings and retail spaces to industrial facilities, we have the knowledge and equipment to tackle any job, big or small.
2. State-of-the-Art Equipment
We use the latest, high-powered pressure washing equipment designed to clean large commercial buildings quickly and efficiently. Our equipment ensures that your property is thoroughly cleaned without causing damage to delicate surfaces. We also use specialized tools and techniques to clean windows, gutters, and hard-to-reach areas.
3. Eco-Friendly Cleaning Solutions
At Know Pressure Washing, we use environmentally friendly, biodegradable cleaning solutions that are safe for your building, the surrounding environment, and your employees or customers. Our cleaning agents effectively break down dirt, grime, and stains without harming your property or the ecosystem.
4. Customized Solutions
We understand that each commercial property is unique, which is why we offer customized commercial building pressure washing solutions tailored to your needs. Whether you need a one-time deep clean or ongoing maintenance, we will work with you to develop a plan that fits your schedule, budget, and requirements.
5. Affordable and Transparent Pricing
We believe in providing exceptional service at a fair price. Our transparent pricing ensures you know exactly what to expect before we begin any work. There are no hidden fees—just honest, upfront pricing that fits your budget.
7 -
As cryptocurrency continues to grow, so do the risks. Scammers are becoming more sophisticated, leaving many victims unsure of where to turn after losing their hard-earned digital assets.
Apex Intervention specializes in crypto recovery services, helping individuals trace, track, and reclaim lost or stolen cryptocurrency. Our experts understand the complexities of blockchain technology and how online fraudsters operate.
Whether you’ve been misled by fake investment platforms or fallen victim to a phishing scam, we’re here to help you fight back.
Why Choose Apex Intervention?
Proven track record of successful recoveries
In-depth knowledge of crypto scams and blockchain systems
Personalized support every step of the way
Get in Touch Today:
Email: info@apex-intervention.online
WhatsApp: +1 (365) 740-5227
Website:apex-intervention.online
Take action now. Don’t let scammers walk away with your crypto.1 -
Mold Removal Atlanta: Professional Mold Remediation by Water Damage Restoration Atlanta
Mold can pose serious health risks and cause extensive damage to your property if left unchecked. Whether it’s the result of lingering moisture from water damage, high humidity, or poor ventilation, mold growth can quickly spread and compromise the safety of your home or business. That’s where Water Damage Restoration Atlanta comes in. We provide expert mold removal in Atlanta, ensuring your property is clean, safe, and free from harmful mold.
Why is Mold Removal Important?
Mold thrives in damp, warm environments and can grow on virtually any surface, including walls, ceilings, floors, furniture, and personal belongings. If not addressed promptly, mold can cause:
Health Issues: Mold exposure can lead to respiratory problems, allergies, headaches, skin irritation, and, in severe cases, more serious health conditions, especially for individuals with asthma or weakened immune systems.
Structural Damage: Mold can weaken building materials, such as drywall and wood, leading to costly structural repairs.
Unpleasant Odors: Mold produces a musty smell that can linger and affect indoor air quality.
Decreased Property Value: Mold issues can deter potential buyers and lower the value of your property.
Our team at Water Damage Restoration Atlanta understands the urgency of mold removal. We offer fast and efficient mold remediation services to restore your property to a safe and healthy state.
Our Comprehensive Mold Removal Process
At Water Damage Restoration Atlanta, we follow a thorough, step-by-step approach to ensure complete mold remediation:
1. Inspection and Assessment
Our certified technicians begin by conducting a detailed inspection of your property to identify the source and extent of the mold problem. Using advanced detection tools, we assess moisture levels and locate hidden mold growth in hard-to-reach areas.
2. Containment
To prevent mold from spreading to other areas of your property, we create a containment zone using physical barriers and negative air pressure. This ensures that spores are not dispersed during the remediation process.
3. Mold Removal and Cleaning
Our team uses specialized cleaning agents and advanced techniques to remove mold from affected surfaces. For non-porous materials, we thoroughly clean and disinfect the surfaces. In cases where mold has deeply penetrated porous materials like drywall or carpeting, we safely remove and dispose of those materials.
4. Air Filtration
To improve indoor air quality, we use high-efficiency particulate air (HEPA) filtration systems to remove airborne mold spores. This step is crucial in preventing further mold growth and ensuring a healthy environment.
5. Drying and Moisture Control
Since mold thrives in moist conditions, we use industrial-grade dehumidifiers and air movers to dry out the affected areas completely. Controlling moisture levels is key to preventing mold from returning.
6. Restoration
After successful mold removal, we offer repair and restoration services to return your property to its original condition. This includes repairing drywall, repainting, and reinstalling flooring if necessary.
Why Choose Water Damage Restoration Atlanta for Mold Removal?
At Water Damage Restoration Atlanta, we take pride in delivering high-quality mold remediation services to the residents and businesses of Atlanta. Here’s what sets us apart:
Experienced Team: Our highly trained and certified technicians have years of experience in mold removal and water damage restoration.
Advanced Technology: We use state-of-the-art equipment and proven techniques to ensure effective mold remediation.
Fast Response Time: We understand that mold issues require immediate attention. That’s why we offer 24/7 emergency services. Call us at +1 (678) 203-6216, and our team will be on-site promptly.
Comprehensive Services: From mold removal to water damage restoration and structural repairs, we handle every aspect of the remediation process.
Insurance Assistance: We work with your insurance provider to help you navigate the claims process, ensuring that you get the coverage you deserve.
Common Causes of Mold Growth in Atlanta
Understanding the common causes of mold can help you prevent future infestations. In Atlanta, the most frequent causes of mold include:
High Humidity Levels: Atlanta’s humid climate provides ideal conditions for mold growth, especially in poorly ventilated areas.
Water Damage: Leaking pipes, roof leaks, or flooding can introduce excess moisture, leading to mold problems if not properly addressed.
Poor Ventilation: Inadequate ventilation in bathrooms, kitchens, and basements can create moisture buildup, encouraging mold growth.
HVAC Issues: Faulty HVAC systems can trap moisture inside ducts, allowing mold to develop and spread through the air.4 -
CRYPTO RECOVERY EXPERT VISIT CERTIFIED RECOVERY SERVICES FOR FAST RECOVERY
I am a Switzerland based professional in the investment industry and on CERTIFIED RECOVERY SERVICES to expand my network and connect with other industry professionals. I would be happy to connect you all with CERTIFIED RECOVERY SERVICES and start the dialogue to see how we can cooperate.
New investors should be cautious about where they choose to trade, as there are many scammers out there who are willing to do whatever it takes to steal your money. I, unfortunately, learned this lesson the hard way. I was initially attracted to a trading platform that promised high returns with little risk, which sounded too good to be true. At first, everything seemed legitimate, but soon I realized things weren’t as they seemed. At first, my account was growing slowly, and I felt encouraged to contribute more. However, things took a turn when I was asked to make additional payments and even pay taxes on earnings that hadn’t actually been realized. At that point, I started to question the situation. Why was I being asked to pay more money when I hadn’t even been able to withdraw any of the funds? When I attempted to withdraw my money, I faced numerous obstacles, and I realized something was wrong. The platform seemed to be designed to trap users, making it almost impossible to recover funds. Feeling helpless and frustrated, I started researching how to get my money back. That’s when I came across CERTIFIED RECOVERY SERVICES. At first, I was skeptical, having already been scammed once, but I decided to reach out. Their team was professional, responsive, and understanding of my situation. They walked me through the entire process and gave me the guidance I needed to take the right steps. It wasn’t easy, but with their help, I was able to navigate the complicated recovery process and finally get my money back. I cannot thank CERTIFIED RECOVERY SERVICES enough for their excellent work. Their expertise and persistence gave me hope during a time when I felt completely defeated. Thanks to them, I am now more cautious about where I invest my money, and I’ve learned how important it is to choose trustworthy platforms and experts who can help when things go wrong. If you’re ever in a similar situation, don’t hesitate to contact a reputable recovery service like CERTIFIED RECOVERY SERVICES. They understand the complexities of dealing with online scams and can help you get back on track. Investing is risky enough without having to worry about fraud, but with the right support, recovery is possible.
WhatsApp: +1 (740) 258‑1417
7 -
Reliable Computer & PC Repair in London – Repaird
Is your computer running slow, not turning on, or experiencing unexpected crashes? At Repaird, we offer expert PC repair in London, ensuring your device is restored quickly and efficiently. From hardware failures to software issues, our skilled technicians provide professional computer repair in London for both home and business users.
Expert PC Repair Services in London
Whether you need a simple tune-up or a complex repair, Repaird specializes in all types of PC repair. Our services include diagnosing and fixing hardware and software issues, upgrading components, and performing data recovery to restore lost files.
Our PC & Computer Repair Services
✅ PC Repair & Troubleshooting
Experiencing slow performance, overheating, or unexpected shutdowns? Our expert PC repair service covers everything from hardware replacements to system optimizations.
✅ Computer Repair in London
We handle all types of computer repair in London, including fixing motherboards, replacing hard drives, resolving power issues, and improving overall system performance.
✅ Data Recovery Services
Accidentally deleted files? Hard drive failure? We offer professional data recovery services to retrieve lost documents, photos, and other important files.
✅ PC Hardware Upgrades & Maintenance
Boost your PC’s performance with hardware upgrades, including RAM, SSDs, and graphics cards. We also provide regular maintenance to prevent future issues.
Why Choose Repaird for PC Repair in London?
✔ Experienced & Certified Technicians
✔ Fast Turnaround & Same-Day Service Available
✔ Affordable Pricing & No Hidden Fees
✔ High-Quality Repairs & Upgrades
✔ Reliable Data Recovery Solutions
Contact Repaird for Professional PC & Computer Repairs
📍 Address: 7 Charterhouse Bldgs, Barbican, London EC1M 7AN, United Kingdom
📞 Call us: +44 208 126 98991 -
Reliable Water Heater Service by Pipe Doctor Home Services, Inc. in Woodmere, NY
A functional water heater is essential for the comfort and convenience of your home. Whether you need a hot shower, clean dishes, or warm water for laundry, a well-maintained water heater plays a crucial role in your daily routine. At Pipe Doctor Home Services, Inc., we specialize in comprehensive water heater services in Woodmere, NY, and surrounding areas. From repairs to installations and regular maintenance, our expert technicians ensure that your water heater operates efficiently and reliably year-round.
Why Water Heater Service is Important
Your water heater is one of the most important appliances in your home, and like any major system, it requires regular care to perform at its best. Here are some key reasons why water heater service is essential:
Improved Efficiency
A well-maintained water heater works more efficiently, using less energy to heat water. This can lead to lower utility bills, as your system won’t have to work as hard to produce hot water.
Increased Lifespan
Routine maintenance helps extend the life of your water heater. By preventing issues before they become significant problems, you can avoid costly replacements and keep your water heater in good working condition for years.
Safety Assurance
Regular inspections and maintenance help ensure your water heater operates safely. Faulty water heaters can pose risks, such as gas leaks or dangerous buildup of sediment, which can lead to malfunction or even cause fires.
Consistent Hot Water
A properly serviced water heater provides a steady supply of hot water when you need it most. Whether it’s for a warm shower or filling up a bath, you can count on your water heater to perform efficiently.
Common Signs Your Water Heater Needs Service
If you notice any of the following issues with your water heater, it may be time to call Pipe Doctor Home Services, Inc. for professional service:
Inconsistent or No Hot Water
If your water heater is producing inconsistent hot water or no hot water at all, there could be an issue with the heating element, thermostat, or sediment buildup inside the tank.
Strange Noises
Sediment buildup in the bottom of the tank can cause popping, banging, or rumbling noises as it heats. These noises are a sign that your water heater needs to be flushed and maintained.
Water Temperature Problems
If your water heater is producing water that’s too hot or not hot enough, it could be a sign that the thermostat is malfunctioning or that there’s an issue with the heating element.
Water Discoloration
If the hot water coming from your faucets is brown or rusty, this could indicate that your water heater’s tank is corroding, and the unit may need repairs or replacement.
Leaks Around the Unit
Any water pooling around your water heater is a cause for concern. Leaks could indicate a damaged tank or faulty connections that need immediate attention.
Increased Energy Bills
If your energy bills have spiked unexpectedly, your water heater may be working harder than necessary. This could be due to inefficiencies in the system that require professional attention.
Our Comprehensive Water Heater Services
At Pipe Doctor Home Services, Inc., we provide a full range of water heater services to meet the needs of homeowners in Woodmere, NY, and nearby communities. Here’s how we can help:
1. Water Heater Installation
If you’re in need of a new water heater, we offer expert installation services for a variety of systems, including:
Tankless Water Heaters
These energy-efficient units provide on-demand hot water without the need for a large storage tank. Our experts can help you choose the right size and model for your home.
Traditional Tank Water Heaters
Whether you need a replacement for an old unit or are upgrading to a more energy-efficient model, we provide reliable installation services for traditional storage tank water heaters.
Hybrid Water Heaters
Combining the benefits of a traditional tank with heat pump technology, hybrid water heaters are highly energy-efficient and ideal for households with higher hot water demand.
2. Water Heater Repairs
If your current water heater isn’t working properly, our skilled technicians can perform thorough diagnostics and provide efficient repairs. We can fix a variety of issues, including:
Faulty thermostats
Broken heating elements
Sediment buildup
Leaks and corrosion
Gas and electrical issues
Our team is trained to repair all types of water heaters, including gas, electric, and hybrid models. We use only high-quality parts to ensure long-lasting repairs.
6 -
Help me decide to choose between nestjs and Adonis js framework for node? I know laravel and angular so it makes hard for me to choose between the two.
Nestjs is angular inspired while Adonis js is laravel inspired. I only have experience with express framework. Thanks!2 -
Pro Master Cleaners: Your Premier Cleaning Service in Lakewood Ranch and Sarasota
At Pro Master Cleaners, we understand that a clean home or office is essential for creating a comfortable, healthy, and productive environment. Whether you need move in cleaning near me, Sarasota office cleaning, move out cleaning Sarasota, or Sarasota deep cleaning, we have the expertise to meet all your cleaning needs. Conveniently located at 9040 Town Center Parkway, Lakewood Ranch, FL 34202, our team proudly serves Sarasota, Lakewood Ranch, and surrounding areas, delivering exceptional results every time.
Comprehensive Cleaning Services for Every Need
We offer a wide range of cleaning services to suit both residential and commercial properties. Whether you're moving into a new home, moving out of an apartment, or need a professional cleaning for your office, Pro Master Cleaners has you covered. Here are some of our most popular services:
Move In Cleaning Near Me
Moving into a new home is an exciting process, but it’s essential to ensure that your new space is clean and welcoming. If you’re searching for move in cleaning near me, Pro Master Cleaners is here to provide a thorough cleaning service to make your new home sparkling clean and ready for your arrival. Our team will clean every corner of your new space, from deep-cleaning the kitchen and bathrooms to wiping down walls, windows, and floors. With our move in cleaning, you can settle into your new home with peace of mind, knowing that everything is fresh and sanitized.
Sarasota Office Cleaning
A clean and well-maintained office space can boost productivity, create a professional atmosphere, and ensure a healthy work environment for your employees. Pro Master Cleaners offers expert Sarasota office cleaning services tailored to meet the needs of your business. Whether you run a small office or a large commercial building, our team is equipped to handle everything from dusting and vacuuming to sanitizing high-touch surfaces and cleaning restrooms. We offer flexible scheduling options to minimize disruption to your business operations and ensure that your office always looks its best.
Office Cleaning Sarasota
Maintaining a clean office space is crucial for employee well-being and making a positive impression on clients. If you’re in need of office cleaning Sarasota, look no further than Pro Master Cleaners. Our office cleaning services are designed to ensure that your workplace remains clean, organized, and welcoming. We offer routine cleaning services that include sweeping, mopping, trash removal, and disinfecting high-touch areas. Whether you need weekly, bi-weekly, or one-time cleaning services, we’ll work around your schedule to keep your office in pristine condition.
Sarasota Deep Cleaning
Sometimes a standard cleaning just isn't enough. If you're looking for Sarasota deep cleaning, Pro Master Cleaners offers a comprehensive service that goes beyond surface cleaning to target dirt, grime, and dust in the most hard-to-reach places. Our deep cleaning service is ideal for those looking for a thorough clean of their home, office, or commercial property. We focus on areas like baseboards, behind appliances, and under furniture, ensuring that every inch of your space is spotless. Whether it's for spring cleaning, preparing for a special event, or just to refresh your environment, our deep cleaning service will leave your space looking brand new.
Move Out Cleaning Sarasota
Moving out can be a stressful time, and the last thing you want to worry about is cleaning. That’s where Pro Master Cleaners comes in. We specialize in move out cleaning Sarasota, providing a comprehensive cleaning service to ensure your space is spotless before you leave. Whether you're renting or selling, our team will handle everything from scrubbing floors and cleaning windows to sanitizing the kitchen and bathrooms. Our goal is to leave the space looking pristine so you can focus on your move. We also offer flexible scheduling to accommodate your moving timeline.
Why Choose Pro Master Cleaners?
Experienced Cleaning Professionals: Our team is trained and experienced in handling all types of cleaning tasks, ensuring that your space is cleaned to the highest standards.
Customizable Services: Whether you need move out cleaning, office cleaning, or deep cleaning, we tailor our services to meet your specific needs.
Eco-Friendly Cleaning Products: We use environmentally safe cleaning products that are effective yet gentle on your surroundings.
Flexible Scheduling: We offer flexible scheduling options to accommodate your busy life or business hours, ensuring minimal disruption.
Affordable Pricing: At Pro Master Cleaners, we offer competitive pricing without compromising on the quality of our work. You’ll get excellent value for your cleaning investment.devrant move in cleaning near me sarasota deep cleaning office cleaning sarasota sarasota office cleaning2 -
Speedy Lube: Your Trusted Destination for a Speedy Oil Change in Perris, CA and Moreno Valley
When it comes to keeping your vehicle running smoothly, regular oil changes are a must. If you’re looking for a Speedy Oil Change or need an oil change in Moreno Valley, Speedy Lube is the answer! Conveniently located at 2560 N Perris Blvd, Perris, CA 92571, we specialize in providing fast, reliable, and affordable oil change services to drivers throughout Perris and the nearby Moreno Valley area.
Why Speedy Lube is the Best Choice for Your Oil Change Needs
At Speedy Lube, we prioritize speed, efficiency, and customer satisfaction. Whether you need a Speedy Oil Change or an oil change in Moreno Valley, here’s why so many drivers choose us for their vehicle maintenance needs:
Fast and Efficient Service
We know your time is valuable, and that’s why we offer a Speedy Oil Change that gets you in and out in no time. Our experienced technicians work quickly and effectively to ensure your oil change is done right, with no unnecessary delays. Whether you're on your lunch break or just need a quick service, we’ll have you back on the road in a flash.
Affordable Pricing
At Speedy Lube, we offer competitive prices that make routine oil changes more affordable for everyone. We believe that keeping your vehicle in great condition shouldn’t cost a fortune, so we work hard to provide high-quality service at budget-friendly rates. If you're looking for a great deal on your next oil change in Moreno Valley or Perris, we’ve got you covered!
Convenient Location
Located at 2560 N Perris Blvd, Perris, CA 92571, Speedy Lube is conveniently situated for residents of both Perris and the surrounding Moreno Valley area. Whether you're heading out from Perris or making the short drive from Moreno Valley, Speedy Lube is easy to reach, and we promise a fast service that works around your busy schedule.
Skilled and Friendly Technicians
Our certified technicians are skilled in performing oil changes for all makes and models of vehicles. From cars to trucks to SUVs, we’ve got the experience to handle it all. Our friendly team is committed to delivering excellent service while answering any questions you may have about your vehicle’s needs.
No Appointment Necessary
At Speedy Lube, we understand that life can be hectic. That’s why we don’t require an appointment for an oil change. Simply stop by whenever it’s convenient for you, and we’ll take care of the rest. Our goal is to make the process as simple and quick as possible.
Serving Perris and Moreno Valley with Top-Notch Oil Change Services
Whether you’re in need of a Speedy Oil Change or searching for an oil change in Moreno Valley, Speedy Lube is the local destination you can trust. We use high-quality oils and filters to ensure that your engine continues to run efficiently, and our fast, reliable service is second to none. You can always count on us for a job well done.
Visit Speedy Lube Today!
If you’re in Perris, Moreno Valley, or the surrounding areas and need an oil change, make Speedy Lube your first stop! We’re conveniently located at 2560 N Perris Blvd, Perris, CA 92571, and we’re happy to help drivers from both Perris and Moreno Valley. For more information or to ask about our services, feel free to call us at +1 (951) 517-3186.
Get the Speedy Oil Change you deserve at Speedy Lube—your trusted oil change provider in Perris and Moreno Valley!7 -
Black Sheep Construction LLC: Your Trusted Roofing Company and Expert Roofers in Holly Springs, NC
When it comes to the safety and longevity of your home, the roof is one of the most critical elements. At Black Sheep Construction LLC, we are proud to be one of the leading roofing companies in Holly Springs, NC. Whether you need a minor roof repair or a complete roof replacement, our team of expert roofers is here to provide you with high-quality, reliable services that ensure your home is protected for years to come.
Trusted Roofing Company: Quality You Can Depend On
As a well-established roofing company, Black Sheep Construction LLC has built a reputation for delivering top-notch roofing solutions in the Holly Springs area. We understand that your roof is an investment, and we treat it with the care and attention it deserves. Our team works with a variety of roofing materials, including asphalt shingles, metal roofing, and more, ensuring that you get the best solution for your needs.
Our roofing services include:
Roof Installation: Whether you're building a new home or replacing an old roof, our skilled roofers provide efficient and durable roof installations.
Roof Repairs: From minor leaks to significant storm damage, we quickly assess and repair your roof to restore its integrity.
Roof Inspections: Regular roof inspections help identify potential problems before they become costly issues. We offer thorough inspections to ensure your roof is in top condition.
Roof Maintenance: Keeping your roof in great shape with routine maintenance is crucial. Our team provides maintenance services to extend the lifespan of your roof and keep it performing well.
At Black Sheep Construction LLC, we pride ourselves on providing reliable, affordable roofing solutions that are designed to last.
Expert Roofers: Skilled, Experienced, and Ready to Help
When it comes to roofing, experience matters. As expert roofers, our team at Black Sheep Construction LLC is equipped with the knowledge and skills to handle all types of roofing projects. Whether you're dealing with a roof leak, need a complete replacement, or are looking to upgrade to a more energy-efficient roof, we are here to help.
What sets our roofers apart?
Professional Expertise: Our team is highly trained and stays up-to-date with the latest roofing techniques and materials to provide the best service possible.
Attention to Detail: We take great care in every aspect of our work, from proper installation to precise repairs, ensuring that no detail is overlooked.
Customer Satisfaction: We value your home as much as you do. Our team works hard to ensure your roofing project is completed to your satisfaction, on time, and within budget.
Safety and Cleanliness: We adhere to the highest safety standards and maintain a clean job site throughout the duration of your project.
Why Choose Black Sheep Construction LLC?
Local Expertise: As a locally-owned and operated business in Holly Springs, NC, we understand the unique roofing needs of our community and offer services tailored to local weather conditions and building codes.
Quality Materials: We only use top-quality roofing materials that are durable, long-lasting, and designed to withstand the elements.
Affordable Solutions: Our pricing is competitive, and we offer free, no-obligation estimates so you can make an informed decision.
Comprehensive Services: Whether you need a roof inspection, repair, replacement, or installation, we provide all the roofing services you need in one place.
Get in Touch with Black Sheep Construction LLC Today
If you’re looking for reliable roofing companies or skilled roofers in Holly Springs, NC, Black Sheep Construction LLC is here to help. We are committed to providing top-quality service that ensures your roof is in excellent condition, keeping your home safe and secure.
Call us today at +1 (919) 946-3013 or visit our office at 350 Raleigh St, Holly Springs, NC 27540. Let us help you with all your roofing needs!1 -
HIRE SOLACE CYBER WORKSTATIONS FOR YOUR CRYPTO RECOVERY
One chilly Friday morning, I found myself scrolling through TikTok when I stumbled upon a broker that seemed too good to be true. The scammers claimed they were offering pool investments for Bitcoin investors, allowing individuals to choose from various packages to invest. They provided videos of real trades and impressive profit-and-loss (PNL) screenshots, showcasing their success and enticing me to join in. Their polished presentations and persuasive tactics made it easy to believe that I was on the brink of significant earnings. Eager to replicate their success, I invested $95,300, convinced that I was making a smart financial decision. It didn’t take long for the reality to set in. As I attempted to engage with the broker for updates, communication gradually declined. My messages went unanswered, and the once vibrant community I had joined became eerily silent. It soon became clear to me that I was dealing with a fake broker. The scammers vanished, taking my funds with them, leaving me feeling anxious, helpless, and utterly betrayed. I reached out to friends for advice. One of them recommended SOLACE CYBER WORKSTATIONS, a team specializing in recovering lost funds from scams. Skeptical but hopeful, I decided to give SOLACE CYBER WORKSTATIONS a try. That turned out to be the best decision I could have made. Their team acted swiftly, thoroughly investigating my situation. SOLACE CYBER WORKSTATIONS was professional, empathetic, and dedicated to helping me recover my money. Throughout the process, SOLACE CYBER WORKSTATIONS kept me informed, providing updates and reassurance when I needed it most. They meticulously analyzed the details of my case and employed effective strategies to track down my lost funds. SOLACE CYBER WORKSTATIONS not only helped me recover my lost $95,300 but also the promised profits that had initially lured me in. I was absolutely thrilled and incredibly relieved to see my funds returned. This taught me a valuable lesson about the importance of being cautious in the world of online bitcoin trading. I realized that while scams can happen to anyone, there is hope for recovery with the right support. If you’ve ever been scammed or are struggling to withdraw your investments from a broker, I highly recommend SOLACE CYBER WORKSTATIONS on all their platform Website: h t t p s : / / s o l a c e c y b e r w o r k s t a t i o n s . c o m
Email: S o l a c e . c y b e r . w o r k s t a t i o n s @ m a i l . c o m
WhatsApp: + 1 2 4 0 7 4 3 7 6 8 9. They are experts in fund recovery and can assist you in regaining what you've lost. Their approach and dedication to client success are truly unparalleled. Don’t let a scam define your financial future; seek help from SOLACE CYBER WORKSTATIONS and take action. You deserve to reclaim your hard-earned money today.2 -
Guaranteed Garage Doors: Your Trusted Garage Door Expert in Killeen, TX
At Guaranteed Garage Doors, we are dedicated to providing high-quality garage door services to both residential and commercial customers in Killeen, TX, and surrounding areas. Whether you're in need of commercial garage door repair, residential garage door repair, or seeking an accurate garage door repair estimate, our team of experienced technicians is here to deliver fast and reliable solutions. We also specialize in garage door replacement and can help you determine the garage door replacement cost. As your local garage door expert, we offer everything from simple repairs to complete replacements, ensuring your garage door system is always in excellent condition.
Comprehensive Garage Door Services for Residential and Commercial Needs
At Guaranteed Garage Doors, we understand that your garage door is an essential part of your property’s security and functionality. That’s why we offer a wide range of services, including commercial garage door repair, residential garage door repair, and more. Whether you're facing an emergency breakdown or need routine maintenance, we are here to ensure your garage door operates safely and efficiently.
Commercial Garage Door Repair
For businesses, a malfunctioning garage door can disrupt operations and pose a security risk. Commercial garage door repair requires the expertise of professionals who understand the unique demands of high-use doors. At Guaranteed Garage Doors, we specialize in repairing all types of commercial garage doors, from roll-up doors to sectional doors. Our team can quickly identify the issue and provide reliable repair services, minimizing downtime and ensuring your business can continue to run smoothly.
Residential Garage Door Repair
Your home’s garage door is crucial for the safety and convenience of your family. If your garage door is not functioning correctly, it can affect your daily routine. We provide residential garage door repair services that cover everything from broken springs and cables to malfunctioning openers and tracks. Whether your door is making unusual noises or won’t open at all, Guaranteed Garage Doors will provide a thorough inspection and fast repairs to restore your garage door to optimal working condition.
Garage Door Repair Estimates
Before committing to any repair work, it’s essential to know the cost of the services required. At Guaranteed Garage Doors, we provide garage door repair estimates that are transparent and affordable. Our team will assess the problem, explain the necessary repairs, and give you an honest, upfront estimate so you can make an informed decision. We take pride in offering competitive pricing without compromising on the quality of our services, ensuring you receive the best value for your money.
Garage Door Replacement Cost
If your garage door is beyond repair or you're simply looking to upgrade, it’s important to understand the garage door replacement cost. The price can vary depending on factors such as the type of door, materials, and features you choose. At Guaranteed Garage Doors, we help you select a door that fits your budget and meets your needs. Our expert team will guide you through the entire process, from providing a detailed estimate for replacement to installation, ensuring a seamless experience. Whether you’re replacing a single panel or the entire system, we ensure that your new garage door will enhance your property’s security, curb appeal, and energy efficiency.
Garage Door Expert
As your local garage door expert, Guaranteed Garage Doors is committed to delivering exceptional service and solutions for all your garage door needs. Our team has extensive experience in repairing, installing, and maintaining all types of garage doors, both residential and commercial. We use only the highest-quality parts and materials to ensure your garage door functions reliably and safely. When you choose us as your garage door provider, you can rest assured that you are working with professionals who take pride in delivering the best service possible.
Why Choose Guaranteed Garage Doors?
Experienced Technicians: Our team is highly trained and experienced in handling all types of garage door issues, from minor repairs to major replacements.
Transparent Estimates: We provide clear garage door repair estimates, so you know exactly what to expect before any work begins.
Residential and Commercial Services: Whether you're a homeowner or business owner, we offer reliable services tailored to your specific needs.
Affordable Pricing: We offer competitive pricing for all our services, including garage door replacement cost, ensuring you get the best value for your investment.
Customer Satisfaction Guaranteed: At Guaranteed Garage Doors, your satisfaction is our priority. We work hard to exceed your expectations and ensure your garage door is functioning perfectly.1 -
FamLee Pressure Washing Services: Best Pressure Washing Services Near Fulton, MO & Affordable House Washing in Mexico, MO
At FamLee Pressure Washing Services, we take pride in providing the best pressure washing services near Fulton, MO and affordable house washing in Mexico, MO. Whether you need to clean your home’s exterior, remove grime from your driveway, or restore the look of your deck, we offer expert cleaning solutions that are designed to deliver outstanding results. Our team of professionals uses the latest pressure washing technology to ensure your property is spotless, protected, and well-maintained.
Why Choose FamLee Pressure Washing Services?
When it comes to pressure washing near Fulton, MO, and house washing in Mexico, MO, FamLee Pressure Washing Services is the trusted name for residents and business owners alike. Here’s why our customers choose us for their pressure washing needs:
Experienced and Professional Team Our skilled technicians are trained to handle a wide range of pressure washing tasks, ensuring that your home and property are treated with the utmost care. We understand the specifics of different surfaces, and we tailor our services to suit each project.
Affordable Pricing We believe that quality pressure washing services should be accessible to everyone. Whether you're looking for house washing in Mexico, MO, or pressure washing near Fulton, MO, we offer competitive pricing that doesn’t break the bank. We also provide free estimates, so you know exactly what to expect.
Comprehensive Services At FamLee Pressure Washing Services, we offer a variety of services to meet your specific needs, including:
House washing
Driveway cleaning
Deck and patio cleaning
Roof and gutter cleaning
Commercial and residential pressure washing
Eco-Friendly Cleaning Solutions We use eco-friendly cleaning agents that are safe for your property and the environment. You can trust us to provide a thorough cleaning without causing harm to the surrounding landscape or ecosystem.
Top-Quality Equipment We use state-of-the-art pressure washing equipment to deliver superior results. Whether it’s a residential property or a larger commercial project, we have the right tools to get the job done efficiently.
Customer Satisfaction Guarantee We are committed to delivering exceptional results on every project. Our goal is to exceed your expectations, and we’ll work hard to ensure you're completely satisfied with our services.
Best Pressure Washing Services Near Fulton, MO
If you’re looking for the best pressure washing services near Fulton, MO, look no further than FamLee Pressure Washing Services. We specialize in providing top-notch pressure washing services to homeowners and businesses in Fulton and surrounding areas. Our services include:
Exterior House Cleaning: We offer comprehensive house washing services to remove dirt, mildew, mold, and other contaminants from your home’s exterior. This not only enhances curb appeal but also helps protect your property from potential damage caused by these elements.
Driveway and Walkway Cleaning: Over time, driveways and walkways can accumulate stains from oil, dirt, and other debris. Our pressure washing techniques restore these surfaces to their original condition, giving your home a fresh look.
Deck and Patio Washing: Your deck or patio is an outdoor space that deserves attention. Whether it’s covered with dirt, algae, or grime, we can clean and revitalize it, making it a great place to relax again.
Roof and Gutter Cleaning: Regular roof and gutter maintenance is essential to keeping your home protected. Our pressure washing service will safely remove debris, leaves, and moss, helping to avoid costly repairs down the road.
Affordable House Washing in Mexico, MO
Is your home in need of a thorough cleaning? At FamLee Pressure Washing Services, we provide affordable house washing in Mexico, MO, to help keep your home looking beautiful and well-maintained. Regular pressure washing is an important part of home upkeep, and our affordable services ensure that your home gets the attention it deserves.
Why is House Washing Important?
Improved Curb Appeal: The exterior of your home is the first thing people notice, and a clean home can significantly improve its overall appearance. Whether you're preparing to sell or just want to enjoy a fresh, clean look, house washing is a simple solution to boost curb appeal.
Prevent Damage: Dirt, mold, mildew, and algae can build up on the exterior of your home, which can lead to long-term damage. Regular house washing prevents these contaminants from eating away at your siding, walls, and foundation.
1 -
Aspley Elite Dental Care: Your Trusted Dentist in Aspley and Brisbane
If you're looking for a reliable and trusted dentist in Aspley or dentist in Brisbane, Aspley Elite Dental Care is here to serve you with top-quality dental care tailored to your needs. We specialize in a wide range of dental treatments, including dental veneers and dental implants in Brisbane, all designed to give you the perfect smile. Our team is committed to providing exceptional service in a comfortable and caring environment.
Why Choose Aspley Elite Dental Care?
At Aspley Elite Dental Care, we understand that visiting the dentist can sometimes be a daunting experience, but our team works hard to make your visit as pleasant and stress-free as possible. Here are a few reasons why you should choose us for your dental needs:
1. Expert Dentists with Years of Experience
Our team of highly skilled and experienced dentists are dedicated to providing the best possible care. With years of practice, we can offer a wide range of services from routine check-ups to advanced treatments such as dental implants and dental veneers in Brisbane. We ensure that you receive treatment that is not only effective but also personalized for your unique dental needs.
2. Comprehensive Dental Services
Whether you need a routine cleaning, dental veneers, dental implants, or more complex procedures, our clinic has the expertise to handle it all. Our dental veneers in Brisbane can help enhance the appearance of your smile, correcting issues like stains, chips, and misalignment. If you're dealing with missing or damaged teeth, our dental implants in Brisbane provide a durable and natural-looking solution, restoring your confidence and functionality.
3. State-of-the-Art Technology
We use the latest technology in dentistry to ensure that our patients receive the best care possible. From digital X-rays to advanced implant techniques, our clinic is equipped with state-of-the-art tools to provide accurate diagnoses and effective treatments.
4. Patient-Centered Care
At Aspley Elite Dental Care, we prioritize your comfort and well-being. We take the time to listen to your concerns and explain every step of the treatment process. Our goal is to make you feel at ease while delivering high-quality dental care.
5. Convenient Location
Located at 7b/1344 Gympie Rd, Aspley QLD 4034, Australia, our clinic is easily accessible to both Aspley residents and those traveling from other parts of Brisbane. We offer flexible appointment scheduling to fit into your busy lifestyle.
Services We Offer
Dental Veneers in Brisbane
If you're looking to improve the aesthetics of your smile, dental veneers might be the perfect solution. Veneers are thin shells made from durable material that are placed over the front of your teeth, covering imperfections such as stains, cracks, or chips. At Aspley Elite Dental Care, we offer custom-made veneers that blend seamlessly with your natural teeth, providing you with a flawless smile.
Dental Implants in Brisbane
Missing teeth can affect your confidence and oral health, but dental implants offer a long-lasting solution. Dental implants are titanium posts surgically placed into your jawbone, acting as replacements for missing teeth. The implants provide a solid foundation for artificial teeth, restoring both function and aesthetics. Our team is highly skilled in dental implant procedures, ensuring that your treatment is safe, effective, and comfortable.
General Dentistry and Preventive Care
In addition to specialized treatments like veneers and implants, we offer comprehensive general dentistry services. Our preventive care includes routine check-ups, cleanings, fillings, and more. Regular dental visits help catch potential issues early, ensuring that your smile stays healthy and bright.
Contact Us Today
If you're looking for a dentist in Aspley or dentist in Brisbane, don't hesitate to get in touch with us at Aspley Elite Dental Care. We’re here to provide you with exceptional dental care in a welcoming and comfortable environment. Contact us at +61731619623 to schedule an appointment or visit us at our convenient location: 7b/1344 Gympie Rd, Aspley QLD 4034.
Take the first step towards a healthier and more beautiful smile today. We look forward to seeing you soon!2 -
Middle Eastern Market Near Me
Arabian Delights Market is the top Middle Eastern market near me for Raleigh residents, offering an unmatched selection of authentic ingredients sourced from across the Levant, Gulf, and North Africa. Our spacious aisles feature everything from specialty spices to frozen pastries, making it easy to find all your favorite regional foods in one convenient location.
Arabic Grocery Store in Raleigh
As a leading Arabic grocery store in Raleigh, we pride ourselves on stocking hard-to-find staples such as rose water, pomegranate molasses, and specialty grains. Whether you need bulk olives or premium date varieties, our inventory is carefully curated to serve both home cooks and professional chefs.
Halal Supermarket in Wake County
Arabian Delights Market serves as the premier halal supermarket in Wake County, with a comprehensive meat counter offering Zabihah-certified lamb, chicken, and beef. We partner with trusted halal suppliers to ensure every product meets strict religious and quality standards.
Where to Buy Arabic Food
If you’re wondering where to buy Arabic food, look no further than Arabian Delights Market. From canned fava beans for foul medames to imported laban and authentic baklava, we deliver genuine flavors at competitive prices, backed by expert staff ready to guide your selections.
Best Mediterranean Grocery
Recognized as the best Mediterranean grocery in the region, our store showcases premium olive oils from Lebanon and Palestine, artisanal cheeses, and a vast assortment of mezzes. Customers appreciate our clean, family-friendly atmosphere and regularly return for seasonal specialties and new arrivals.
Yemeni Grocery Near Me
Our dedicated Yemen aisle makes Arabian Delights Market the ultimate Yemeni grocery near me, featuring hawaij spice blends, roasted coffee beans, and pure honeycomb straight from Yemeni apiaries. Experience the rich heritage of Yemen through products you won’t find elsewhere in Raleigh.
Ethnic Market with Halal Products
As an ethnic market with halal products, we go beyond meats to provide halal-certified snacks, beverages, and even sweets like halal gummy candies and energy drinks. Our commitment to halal integrity extends to every shelf, ensuring peace of mind for all customers.
International Food Market in Raleigh
Arabian Delights Market stands out as an international food market in Raleigh, grouping Middle Eastern, North African, and South Asian specialties under one roof. Shoppers can explore global cuisines by selecting exotic sauces, noodles, and packaged mixes that bring world flavors to their kitchens.
Why Choose Arabian Delights Market
Extensive Selection: Over 5,000 SKUs of authentic Middle Eastern and Mediterranean products.
Strict Halal Certification: Every meat and poultry item is Zabihah-certified for quality and compliance.
Competitive Pricing: Wholesale and bulk discounts alongside weekly specials.
Expert Staff: Friendly, multilingual team available to recommend ingredients and share cooking tips.
Community Engagement: Hosting cultural events, cooking demonstrations, and recipe workshops for Raleigh food enthusiasts.
Contact Us
Arabian Delights Market
1504 Garner Station Blvd
Raleigh, NC 27603
Phone: +1 984-800-0003
Visit us today to discover why we’re the preferred Middle Eastern and international food destination in Wake County.4 -
Are dating sites safe for real meetings?
Very few people who use dating sites consider them only for online communication. Most users need them to find someone for real dating. So, after an online dating stage, sooner or later, people start thinking about meeting in real life. And even if everything has been perfect and smooth and you have a great time via online chat, it doesn’t mean yet that you shouldn’t forget about safety measures. I don’t doubt the online dating safety, but it’s better to be safe than sorry. So, when taking a decision to move from online to real dating, you need to prepare for the first date well and thoroughly.
1. Make it formal
Even if you have been chatting online for many months, and you know probably everything about this person, including many moments of life that people usually do not share at once, you still should not rush the events, no matter how hard you want to make a huge step forward. Your first non-virtual date should be formal, no exclusions. Choose a crowded place for the first date, for example, a restaurant, cinema, exhibition, or agree to meet in a park and spend time there. Do not invite a person to your home nor accept an invitation to visit her house.
2. Inform your friends where you are going
I know that it may seem like too much for just a date, but you are going to meet a person you have never seen in real life. And informing a friend that you are going for a date with an online match is an absolutely right decision. Besides, most dating sites recommend to do it.
3. Leave if you feel uncomfortable
Your real date may significantly differ from the online ones that you had before. So, if you see that your virtual partner is not the person you know so well online, you’d better end this date. Not all online dates should go real. Sometimes, it’s better to leave things as they are and continue communication online.
4. Avoid alcohol
Do not drink alcohol on the first date. Even if you feel a bit nervous and you know that a little alcohol will help you to relax and calm down. I still recommend you to avoid drinking because you may either create a wrong image of yourself and spoil the date anyways or simply make mistakes.
So, how safe is online dating? I’d say that online dating is 100% safe in case you do not neglect the basic rules which work not only for virtual dating but also for the real-world one. Do not rush events, take your time, avoid conversations about money, do not send or buy gifts on request, and do not share personal things about you unless you are sure you know a person well enough. https://wizzlove.com3 -
RECLAIM STOLEN CRYPTO FROM ONLINE SCAMMERS HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
Since I wouldn't mind administering legality myself, I wish I could challenge these deceitful individuals. I'm humbled by ADWARE RECOVERY SPECIALIST and thank God for it as I reflect on what transpired. These deceitful individuals made no effort, rather they kept emptying my Bitcoin wallet. They forced me to invest even after I didn’t see any returns, and when I refused to do so any longer, their attention and persistent emails dwindled, which only increased my level of skepticism. I was in danger of losing my mental stability and health, and I am aware of how frightening and confusing it can be to try to escape a fraudulent investment. Living in New Zealand, I had always felt secure about my financial decisions. However, this investment turned out to be a nightmare I couldn't have anticipated. The emotional toll was immense. At first, I thought I had made a good decision by investing in what appeared to be a legitimate opportunity. However, the more I poured my money into it, the less I saw in return. The promises of high returns turned out to be nothing more than elaborate lies. With each passing day, my hope diminished, but the pressure from these fraudsters only increased. They pressured me to invest more, convincing me that the next payment would yield returns that would “make everything right.” It felt like a trap I could not escape, and it seemed like there was no way out. It was during one of these dark moments that I stumbled upon the ADWARE RECOVERY SPECIALIST. After doing some research, I found countless testimonials from people who had experienced similar situations and had managed to recover their funds through ADWARE RECOVERY SPECIALIST. These success stories gave me a glimmer of hope. I knew I had to act quickly before it was too late. The mental and emotional strain I was under had already taken a significant toll on me, and I could feel myself spiraling further. It was clear that I needed professional help to reclaim what I had lost and regain control of my life. Divine guidance led me to choose ADWARE RECOVERY SPECIALIST, a trusted team that was able to recover my lost funds after I had tried so many other avenues without success. The process wasn’t easy, but it was worth every effort. What I had feared to lose my hard-earned Bitcoin was returned to me, and with it, my peace of mind. It felt as though a heavy weight had been lifted from my shoulders. To anyone reading this, if you find yourself in a similar situation, I urge you not to wait any longer. Reach out to a recovery team like ADWARE RECOVERY SPECIALIST . It’s never too late to make moral decisions and recover what’s rightfully yours. These fraudsters thrive on your silence and fear, but with the right help, you can break free from their grip. You are not alone, and there is always hope.1 -
We are Practicing Real Estate Since 2005, Country Home Real Estate stands as a testament to over two decades of excellence and expertise in the Dubai real estate market. Our company, led by a seasoned agent with 20+ years of industry experience, is dedicated to providing exceptional service and insightful guidance to both buyers and sellers.
We are focused on providing you with the best results and service in the industry. We listen carefully to understand your real estate goals and work hard to create solutions that make sense for you. Whether you are new to the market or an experienced investor, we have the expertise, proven track record, and resources to help you achieve your real estate goals.
As is often said, real estate is about location, location, location. We have extensive knowledge of UAE, specially Dubai Market and can help you find the right home for you or the right buyer for your home.
with the Enhance Marketing platform “up the game and demonstrate how we can add value to our clients by negotiating a better deal and Services that every investor and Property buyers could get.
A Country Home agent’s goal is to provide excellent customer service and unbiased advice, ensuring that you have made the right decision when you choose to work with us. -
Ideal Car Solutions, LLC: Your Premier Destination for Used Cars in Oklahoma City
If you're looking for used cars for sale in Oklahoma City, Ideal Car Solutions, LLC is your trusted Oklahoma City car dealer. Located at 3701 S Pennsylvania Ave, Oklahoma City, OK 73119, we specialize in offering a wide selection of quality cars in Oklahoma City, including a variety of pre-owned cars in Oklahoma City that cater to every need and budget. Whether you're in the market for a sedan, SUV, truck, or any other vehicle, our goal is to provide you with an exceptional car-buying experience that is affordable, reliable, and enjoyable.
Why Choose Ideal Car Solutions, LLC?
As a top-rated Oklahoma car dealership, Ideal Car Solutions, LLC is committed to offering quality cars in Oklahoma City at prices that fit your budget. We pride ourselves on providing a wide range of pre-owned cars in Oklahoma City that have been thoroughly inspected for performance and reliability. Our team works hard to ensure that each car we sell is of the highest quality, so you can feel confident in your purchase.
Whether you’re looking for a used car dealer in Oklahoma with a reputation for excellent customer service or you need help finding the right vehicle, Ideal Car Solutions, LLC is the place to go. We understand that buying a car is a significant investment, and we are here to make the process as easy and transparent as possible.
A Wide Selection of Used Cars for Sale in Oklahoma City
At Ideal Car Solutions, LLC, we offer a diverse inventory of used cars for sale in Oklahoma City, including both certified pre-owned vehicles and high-quality pre-owned cars. Our selection includes everything from budget-friendly compact cars to spacious family SUVs and durable trucks, making it easy to find a vehicle that meets your specific needs.
Our used car dealer Oklahoma services ensure that every car in our inventory is fully inspected, so you can drive away knowing that your new ride will provide dependable service for years to come. We believe in providing value without compromising on quality, and that's why our customers trust us for all their car-buying needs.
Quality Pre-Owned Cars in Oklahoma City
At Ideal Car Solutions, LLC, we specialize in offering quality pre-owned cars in Oklahoma City. Each vehicle in our inventory undergoes a thorough inspection to ensure it meets our high standards for safety, performance, and overall condition. We believe that buying a used car should be a stress-free experience, which is why we only offer cars that are in top condition and ready to hit the road.
Whether you’re looking for a reliable commuter car or a family-friendly SUV, we have a variety of options to choose from. Our pre-owned cars in Oklahoma City are selected for their durability and value, ensuring you get the best possible deal without compromising on quality.
Your Trusted Oklahoma City Car Dealer
As a trusted Oklahoma City car dealer, we take pride in our reputation for offering a wide range of vehicles at competitive prices. Our team is dedicated to providing exceptional customer service and helping you find the perfect vehicle for your needs. We take the time to listen to your preferences and help you make an informed decision, ensuring that you get the best car for your lifestyle.
Whether you’re visiting us in person at our convenient location at 3701 S Pennsylvania Ave or giving us a call at +1 (405) 681-2322, you can count on our team to provide the support and guidance you need throughout the car-buying process.
Visit Ideal Car Solutions, LLC Today!
If you're ready to explore our inventory of used cars for sale in Oklahoma City, visit Ideal Car Solutions, LLC today! Our friendly and knowledgeable team is here to help you find the perfect car to fit your needs and budget. From the moment you walk in the door, we’ll work hard to make your car-buying experience as smooth as possible.
Whether you're looking for a pre-owned car in Oklahoma City or need assistance with financing, we are here to assist you every step of the way. Visit us today at Ideal Car Solutions, LLC, your trusted used car dealer in Oklahoma, or contact us at +1 (405) 681-2322 to schedule a test drive or learn more about our inventory.
At Ideal Car Solutions, LLC, we are proud to be your go-to Oklahoma car dealership, offering high-quality, affordable vehicles and excellent customer service in the heart of Oklahoma City!2 -
Trust is hard to find these days. I didn’t suspect anything wrong between my ex and our nanny, thinking it was just her being good at her job. I initially hired a private investigator for money issues, feeling he was hiding something, and turned to Crypt0 Pandemic Hunter to find hidden expenses. I was not ready for the truth.
The report from Crypt0 Pandemic Hunter revealed not just financial issues but also secrets between him and the nanny, Flora, including extra payments and flirtatious conversations. This betrayal was heartbreaking and painful. It was difficult moment, especially moving on and kids but I had to make a bold decision. I hope others choose the right partner.2 -
USBC Interiors | Urban Science Interiors: Your Trusted Partner in Interior Fitout Solutions in Dubai
When it comes to creating stylish, functional, and innovative spaces, USBC Interiors | Urban Science Interiors stands out as one of the leading interior fitout companies in Dubai. Located in the heart of Al Quoz Industrial Area 3, Dubai, our company is dedicated to transforming spaces into visually appealing and practical environments tailored to your specific needs.
Why Choose USBC Interiors for Your Interior Fitout Needs?
At USBC Interiors, we believe that interior fitout is more than just a service—it's an art form. Whether you're renovating your office, retail space, or home, we are here to provide end-to-end interior fitout solutions. From concept design to installation, our team handles it all, ensuring that every detail aligns with your vision.
Here’s why USBC Interiors is the best choice among interior fitout companies in Dubai:
1. Tailored Fitout Solutions
We understand that every space is unique, and so are your requirements. Our team of experts works closely with clients to develop custom interior fitout solutions that meet both aesthetic and functional goals. Whether you’re looking to create a vibrant office environment or a cozy home, our designs reflect your personality and business culture.
2. Quality and Excellence
We use the highest quality materials and the latest technology to ensure that our interior fitout projects are durable, stylish, and sustainable. Our commitment to excellence means that your space will not only look amazing but also stand the test of time.
3. Comprehensive Services
As one of the most respected interior fitout companies in Dubai, we offer a wide range of services, including:
Office Fitouts
Retail Fitouts
Hospitality Fitouts
Residential Fitouts
Design & Conceptualization
Furniture and Fixtures
Project Management
No matter what type of fitout you need, we have the skills and experience to bring your vision to life.
4. Timely Project Completion
We understand that time is valuable, especially when it comes to business operations. That’s why we prioritize efficiency and work hard to complete all projects on time without compromising quality. Our clients can rest assured that their interior fitout will be finished within the agreed timeframe.
5. Expert Team
Our team consists of highly skilled professionals who bring years of experience to every project. From designers to project managers, each team member is committed to providing exceptional service and delivering innovative solutions. Their expertise is the foundation of our success in the highly competitive interior fitout market in Dubai.
USBC Interiors: Serving Dubai’s Diverse Fitout Needs
Located in Building No. 28, Street 20 B - Al Quoz Industrial Area 3 - Dubai, USBC Interiors is perfectly positioned to serve businesses and individuals throughout Dubai and beyond. Our commitment to providing quality interior fitout services has earned us a stellar reputation among clients in various sectors, including commercial, hospitality, and residential.
Whether you're in need of a small office renovation or a complete commercial fitout, USBC Interiors has the expertise to handle projects of any scale. We offer competitive pricing and always ensure that you get the best value for your investment.
Get in Touch with USBC Interiors
Ready to transform your space? Reach out to us today! Our team is available to discuss your project and provide you with a personalized quote. You can contact us at +971 45525858 or visit us at our office in Al Quoz, Dubai.
Trust USBC Interiors | Urban Science Interiors for all your interior fitout needs and experience the difference that our expertise can make. Let’s create beautiful and functional spaces that reflect your vision!2 -
Pure Pressure Wash Co LLC: Professional Gutter Cleaning Services in Thousand Oaks, CA
At Pure Pressure Wash Co LLC, we understand the importance of maintaining the health and integrity of your home or business, and one key aspect of property maintenance that’s often overlooked is gutter cleaning. Gutters are designed to protect your property by channeling rainwater away from your roof, walls, and foundation, but over time, they can become clogged with leaves, twigs, dirt, and other debris. When this happens, your gutters can no longer do their job effectively, leading to potential damage to your roof, walls, and even your foundation. That's where we come in.
Serving Thousand Oaks, California, and the surrounding areas, Pure Pressure Wash Co LLC offers professional gutter cleaning services to keep your property safe and protected. Our team uses the latest tools and techniques to ensure your gutters are clear, functioning properly, and free of debris, so you can avoid costly repairs down the road.
Why Gutter Cleaning is Essential
Your gutters play a critical role in maintaining the structural integrity of your property. When they are clogged or damaged, it can lead to a number of issues, including:
Water Damage to the Roof
When gutters are clogged, water can back up onto your roof. Over time, this can cause roof leaks, rotting shingles, and mold growth, which can compromise the entire roofing structure. Regular gutter cleaning prevents water from accumulating on your roof and causing expensive damage.
Foundation Problems
Gutters that are full of debris can cause rainwater to spill over the edges and pool around the foundation of your home. This excess water can seep into the ground, leading to soil erosion and cracks in your foundation, which can be costly to repair.
Landscape Damage
Overflowing gutters can also damage your landscaping by directing water to areas where it shouldn’t be. Erosion, over-watering, and soil displacement can harm your plants, garden beds, and lawn.
Mold and Mildew Growth
When water is trapped in clogged gutters, it can create a perfect breeding ground for mold and mildew. Over time, this can spread to other parts of your home, causing health issues and further property damage.
Pest Infestations
Clogged gutters are also a haven for pests, including mosquitoes, ants, rodents, and even birds. Standing water in gutters provides a place for mosquitoes to breed, while leaves and debris attract rodents looking for shelter. Gutter cleaning ensures that these unwanted guests don’t make your gutters their home.
Why Choose Pure Pressure Wash Co LLC for Gutter Cleaning?
At Pure Pressure Wash Co LLC, we pride ourselves on providing top-notch gutter cleaning services that ensure your property stays in great shape year-round. Here’s why homeowners and businesses in Thousand Oaks trust us for all their gutter cleaning needs:
Experienced Technicians: Our team of professionals is highly trained in gutter cleaning, ensuring that we remove debris thoroughly and safely. We use the best tools and techniques to get the job done right the first time, whether your gutters are hard to reach or heavily clogged.
Thorough Inspection: We don’t just clean your gutters—we also inspect them for any damage, such as cracks, leaks, or loose hangers. If we find any issues, we’ll notify you so you can address them before they become bigger problems.
Safe and Efficient: Gutter cleaning can be dangerous, especially if your gutters are high up or hard to access. Our team is equipped with the proper safety gear and tools to safely clean your gutters, ensuring a job well done without risking injury.
Eco-Friendly Practices: We’re committed to protecting the environment, which is why we use eco-friendly cleaning products and methods. We also dispose of debris in a responsible manner, ensuring that nothing goes to waste.
Affordable Pricing: We believe that gutter cleaning should be affordable, and we offer competitive, transparent pricing with no hidden fees. You’ll receive a free estimate before we start the job, so you know exactly what to expect.
Comprehensive Services: In addition to gutter cleaning, we also offer gutter maintenance and repair services. If your gutters need minor repairs or adjustments, we can handle it while we’re on-site, ensuring that your gutters function optimally year-round.
Our Gutter Cleaning Process
We follow a systematic approach to ensure that your gutters are thoroughly cleaned and working efficiently. Here’s what you can expect when you hire Pure Pressure Wash Co LLC for gutter cleaning:
Initial Inspection
We start by inspecting your gutters to assess the level of cleaning required. We check for blockages, damage, and potential problem areas, ensuring that we address any issues as part of the service.
5 -
ETH and BTC Recovery Services: Choose the Right Hacker Hire Adware Recovery Specialist
I was irresistibly drawn in by the promise of high returns and decided to transfer 5.2 BTC to a digital asset bank, exhilarated by the potential growth of my investment. WhatsApp info: +12 (72332)—8343 The bank was offering an enticing 8% APY on Bitcoin deposits, and like many other investors, I was eager to capitalize on this lucrative opportunity. Initially, everything appeared to be progressing smoothly, and I felt confident that I had made a prudent financial decision. my enthusiasm quickly morphed into despair when, without any forewarning, the digital asset bank's website vanished into thin air. Website info: h t tp s:// adware recovery specialist. com
Panic ensued as I realized I might have fallen victim to a scam or a poorly managed platform. The thought of losing my hard-earned funds was overwhelming, and I felt vulnerable and anxious about my next steps. It was a harrowing moment, and I feared I would never see my Bitcoin again. I discovered ADWARE RECOVERY SPECIALIST, a specialized service dedicated to tracking and recovering lost funds from various online platforms, including cryptocurrency. I reached out to ADWARE RECOVERY SPECIALIST, hoping they could aid me in reclaiming my lost Bitcoin. From our very first interaction, the team at ADWARE RECOVERY SPECIALIST exhibited remarkable professionalism and empathy toward my situation. They took the time to listen to my story and meticulously gathered all the pertinent details about my transaction and the digital asset bank. Email info: Adware recovery specialist @ auctioneer. net What impressed me most about ADWARE RECOVERY SPECIALIST was their profound expertise in navigating the intricate complexities of the blockchain. They employed advanced analytical tools to trace the movement of my 7.2 BTC, and I felt a renewed sense of hope as they diligently worked on my case. Their unwavering commitment to transparency and communication alleviated much of my stress, as they kept me informed at every stage of the process. ADWARE RECOVERY SPECIALIST successfully traced my funds and implemented effective strategies to recover the full amount. I was elated when they informed me that I had recovered 100% of my lost Bitcoin. The relief I experienced was indescribable; I had feared I would never see my funds again. This has imparted a valuable lesson about the importance of due diligence when engaging with digital asset banks. While the allure of high APYs can be tempting, it is crucial to conduct comprehensive research and ensure the legitimacy of any platform before making significant deposits. I am profoundly grateful to ADWARE RECOVERY SPECIALIST for their expertise and steadfast support during this challenging ordeal. Their successful recovery of my funds not only restored my financial position but also reinforced my belief in the necessity of having reliable resources in the ever-evolving landscape of digital finance. I wholeheartedly recommend ADWARE RECOVERY SPECIALIST to anyone who finds themselves in a similar predicament; their dedication and professionalism truly made a transformative difference in my recovery journey.2 -
The Nutrition Store – Your Local Destination for Supplements, Herbal Remedies & Fitness Gear in Barcelona
Looking for the best place to buy sports supplements, herbal remedies, and gym accessories in Barcelona? Visit The Nutrition Store – Tienda de Suplementos Deportivos, your one-stop shop located at Carrer de la Marina, 300, L'Eixample, 08025 Barcelona, Spain. We serve health-focused individuals and fitness enthusiasts from L’Eixample, Gràcia, and the entire city with top-quality products, expert guidance, and personalized service.
Fitness Clothing & Accessories – Right Where You Need Them
Whether you're searching to buy workout clothes near me or trying to find a gym clothes store near me, The Nutrition Store has you covered. We carry a wide selection of gymnasium clothes near me, including top-quality apparel from Great I Am Wear Barcelona and Great I Am Wear near me – known for high-performance and stylish activewear.
Looking for well-known brands? We’re also your Gorilla Wear store near me, offering premium fitness wear for serious athletes.
Complete your gym kit with:
Gym gloves near me
Gym belt near me
Gym straps near me
Grip straps near me
Gym shaker near me
Gym towel near me
Knee pads for gym near me
Jump rope near me
From functional clothing to essential gear, everything is available locally so you don’t have to wait for shipping.
Natural Health & Herbal Products – Close to You
As a herbal store in Barcelona, we offer a wide range of plant-based remedies and superfoods to support immunity, energy, focus, and general wellness. Whether you're looking for a herbal store near me, browsing multiple herbal stores near me, or searching for a trusted herbalist near me, we’re here to help.
We stock premium wellness products including:
Buy triple ginseng – for stamina and stress support
Echinacea near me – immune system support
Fenugreek near me – natural support for metabolism and hormones
Glucosamine near me – joint care and mobility
Lions mane near me – for brain and cognitive function
Herbalists in Barcelona – expert guidance and trusted sourcing
We also carry hard-to-find essential oils and wellness products:
Lavender oil near me – soothing and calming
Lemongrass oil near me – energizing and purifying
Eucalyptus oil near me – natural relief for respiratory support
Essential oils near me – wide selection of therapeutic options
Yoga & Wellness Essentials
Looking to buy a yoga mat near me or expand your wellness routine? Visit us to find:
Buy yoga mat near me – for yoga, stretching, or home workouts
Energy drink near me – clean, focused energy to fuel your training
A full range of gym products near me – from nutrition to recovery
Why Choose The Nutrition Store?
Full-Range Offering: Whether you need supplements, herbal remedies, or gym gear—we’ve got it all in one store.
Top Fitness Brands: Shop popular labels like Gorilla Wear, Great I Am, and more.
Expert Advice: Our staff includes knowledgeable professionals ready to assist with your health goals.
Local Convenience: Easily accessible to those living in or visiting L’Eixample, Gràcia, and central Barcelona.
Premium Quality: All our products are authentic, trusted, and sourced with care.
Contact Us
The Nutrition Store – Tienda de Suplementos Deportivos en Barcelona
Address: Carrer de la Marina, 300, L'Eixample, 08025 Barcelona, Spain
Phone: +34 933 480 740
Whether you’re looking to buy triple ginseng, find a herbal store near me, or stock up on gym accessories in Barcelona, The Nutrition Store offers everything you need to support your health, fitness, and wellness goals. Visit us today or give us a call—we’re here to help you perform your best.2 -
McCarthy Power Washing Services: Top Roof Cleaning and Concrete Cleaning Services in Humble, TX
At McCarthy Power Washing Services, we specialize in providing high-quality roof cleaning service and concrete cleaning service to homeowners and businesses in Humble, TX, and the surrounding areas. Located at 18810 Summer Anne Drive, Humble, TX 77346, our goal is to restore the beauty and durability of your property’s exterior surfaces, ensuring they remain in excellent condition for years to come.
Why Choose McCarthy Power Washing Services?
With years of experience in the industry, McCarthy Power Washing Services is dedicated to delivering exceptional roof cleaning service and concrete cleaning service. We understand the importance of maintaining the cleanliness and integrity of your property, which is why we use the latest equipment and techniques to deliver outstanding results. Whether you need to clean your roof or restore the look of your concrete surfaces, our team is here to help.
Roof Cleaning Service:
Your roof is one of the most important parts of your property, protecting you from the elements and adding to your home's curb appeal. However, over time, roofs can accumulate dirt, algae, moss, and mold, which not only detract from the appearance of your home but can also cause long-term damage. Regular roof cleaning service is essential to maintain the integrity of your roof and prevent costly repairs.
At McCarthy Power Washing Services, we offer professional roof cleaning service to remove debris, algae, moss, and stains, including:
Algae and Moss Removal: Algae, moss, and lichen can grow on your roof, causing damage and leading to potential leaks. Our soft wash technique safely removes these contaminants without harming your roofing materials.
Stain Removal: We eliminate unsightly stains caused by dirt, leaves, and other debris, restoring the original beauty of your roof.
Protective Cleaning: Regular roof cleaning helps extend the lifespan of your roof by preventing damage and wear from built-up debris and organic growth.
Improved Curb Appeal: A clean roof can significantly enhance the overall appearance of your home or business, boosting curb appeal and property value.
We use a gentle soft wash method to ensure your roof is thoroughly cleaned without risking damage to the materials. Our cleaning solutions are safe and effective, providing lasting results while maintaining the integrity of your roof.
Concrete Cleaning Service:
Concrete surfaces around your property can quickly accumulate dirt, stains, oil spots, and other unsightly contaminants. From driveways and sidewalks to patios and pool decks, concrete cleaning service is essential to keep your hard surfaces looking fresh and well-maintained.
At McCarthy Power Washing Services, we offer comprehensive concrete cleaning service to remove stains and restore the appearance of your concrete surfaces, including:
Driveway Cleaning: We remove oil stains, dirt, and grime from your driveway, giving it a clean and polished look.
Sidewalk Cleaning: Our pressure cleaning removes dirt, algae, and moss from your walkways, ensuring they are safe and inviting.
Patio and Pool Deck Cleaning: We clean and restore outdoor living spaces, removing mold, mildew, and buildup to ensure your patios and pool decks are in excellent condition.
Garage Floor Cleaning: We can clean your garage floors, removing stains from oil, grease, and dirt, leaving them looking like new.
Our concrete cleaning service uses high-pressure washing equipment that effectively removes dirt and stains from concrete surfaces without causing any damage. We also adjust the pressure and cleaning solutions depending on the surface and condition of the concrete, ensuring optimal results every time.
1 -
HIRE SOLACE CYBER WORKSTATIONS FOR YOUR CRYPTO RECOVERY
One chilly Friday morning, I found myself scrolling through TikTok when I stumbled upon a broker that seemed too good to be true. The scammers claimed they were offering pool investments for Bitcoin investors, allowing individuals to choose from various packages to invest. They provided videos of real trades and impressive profit-and-loss (PNL) screenshots, showcasing their success and enticing me to join in. Their polished presentations and persuasive tactics made it easy to believe that I was on the brink of significant earnings. Eager to replicate their success, I invested $95,300, convinced that I was making a smart financial decision. It didn’t take long for the reality to set in. As I attempted to engage with the broker for updates, communication gradually declined. My messages went unanswered, and the once vibrant community I had joined became eerily silent. It soon became clear to me that I was dealing with a fake broker. The scammers vanished, taking my funds with them, leaving me feeling anxious, helpless, and utterly betrayed. I reached out to friends for advice. One of them recommended SOLACE CYBER WORKSTATIONS, a team specializing in recovering lost funds from scams. Skeptical but hopeful, I decided to give SOLACE CYBER WORKSTATIONS a try. That turned out to be the best decision I could have made. Their team acted swiftly, thoroughly investigating my situation. SOLACE CYBER WORKSTATIONS was professional, empathetic, and dedicated to helping me recover my money. Throughout the process, SOLACE CYBER WORKSTATIONS kept me informed, providing updates and reassurance when I needed it most. They meticulously analyzed the details of my case and employed effective strategies to track down my lost funds. SOLACE CYBER WORKSTATIONS not only helped me recover my lost $95,300 but also the promised profits that had initially lured me in. I was absolutely thrilled and incredibly relieved to see my funds returned. This taught me a valuable lesson about the importance of being cautious in the world of online bitcoin trading. I realized that while scams can happen to anyone, there is hope for recovery with the right support. If you’ve ever been scammed or are struggling to withdraw your investments from a broker, I highly recommend SOLACE CYBER WORKSTATIONS on all their platform Website: h t t p s : / / s o l a c e c y b e r w o r k s t a t i o n s . c o m
Email: S o l a c e . c y b e r . w o r k s t a t i o n s @ m a i l . c o m
WhatsApp: + 1 2 4 0 7 4 3 7 6 8 9. They are experts in fund recovery and can assist you in regaining what you've lost. Their approach and dedication to client success are truly unparalleled. Don’t let a scam define your financial future; seek help from SOLACE CYBER WORKSTATIONS and take action. You deserve to reclaim your hard-earned money today.7

