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 - "stack"
-
Anyone else used Stack Overflow for many years without ever asking or answering a single question?21
-
From the Gods of The Stack Overflow for the pesants of the community:
https://goalkicker.com
Just go there. This is everything you have to know, ever.56 -
I knew I was about to get laid off so I stopped caring and started answering questions on stack overflow all day every day instead of working.
10k rep later I got a new job via stack overflow careers that pays twice as much.
Moral of the story? Be efficient... even when you are not.5 -
Welcome to JavaScript where
Number.isInteger(0.9999999999999999) is false and
Number.isInteger(0.99999999999999999) is true11 -
Stack Overflow users in a nutshell:
*8 months ago*
Noob: "How can I do this with Javascript?"
SO User: "You should use jQuery. Here's how to do this in jQuery."
*Now*
Noob: "How can I do this with jQuery?"
SO User: "jQuery is redundant now. Here's how you can do it with Javascript."18 -
"I'm a full stack dev."
<html>
<h1 style="color: red">
<?php echo("Hello world"); ?>
</h1>
</html>
...16 -
Could the Web Developers here tell me which languages other than HTML, CSS and JavaScript should I learn if I want to be a full stack developer? I also know a bit of C#, if anyone is wondering.18
-
Hey, wanna hear a disappointing stack?
- WordPress
- jQuery
- vanilla inline CSS
- shitty random legacy PHP
Disclaimer:
The author is NOT responsible nor liable for any injuries, mental health issues, sanitary problems, asexuality, crippling depression, triggered by this rant nor liable for any damaged walls, hurt animals or deaths.12 -
So I got an answer on Stack overflow
Answerer basically said "finding the error is tedious so I re-wrote your code"
They changed about 15 lines in their answer. I combed over it and found that I needed just one.
I put an answer myself, saying which line was missing (as the other answer didn't highlight the actual solution, and rather re-implemented my code)
My clear, concise answer was deleted by moderator for "Not adding anything new" (Except what the exact answer was to my problem, I guess)
Not my fucking problem. Make your own Q&A site harder to use, as if I give a fuck.21 -
Devs regularly complain that our skills are not valued enough and that people think what we do is easy.
But, we don't really help the cause when we run around casually claiming to be "full stack" and not turning down work that clearly isn't in our area of competence.
We act more like Victorian amateur scientists.
Every seen a "full stack" doctor when you go to hospital? "Brain to feet---I can do it all."
OK, we have general practitioners, but they are really the BAs of the medical world. When it comes to getting into the weed, everyone specializes.
Full stack lawyer? "Hey, you did an excellent job of dealing with my house purchase. I've just been accused of murder. Can you represent me?"
While we continue to say that we can provide a high quality "full stack" experience I think we are signaling that this stuff *is* easy.19 -
The most badass dev you've met in real life? For me, it was meeting Joel Spolsky, founder of Stack Overflow and Trello!16
-
Thanks, I am happy to be sharing my payment details with your company.
ATTACHED TO THE LOGIN DETAILS YOU EMAILED ME!3 -
I spent three hours coding some algorithm and then looked it up on Stack Overflow out of curiosity. Big surprise. Someone did the exact same thing but more effeciently, and had all the code in his answer on SO.
Ughhhhhhhh 😓4 -
That feel when you Google your problem and the first result is your own stack exchange post without any answers 🙄4
-
Stack Overflow: Search on Google before asking questions
Google: *Shows stack overflow in top results*3 -
Heck yes!
I implement a stack trace in my embedded systems!
Whenever a device crashes, it makes a stack dump in an unused part of ram.
After it has rebooted and is connected to the server again, it uploads the stack dump.
The server then opens the correct firmware elf file, walks the stack and associates the debug info from the elf.
The result? A beautiful stack trace with file names, function names and line numbers.
No more guessing where random crashes come from.12 -
Just realized no one in my class knew that Stack Overflow was an actual thing, not just the website. Too much Java I guess :D10
-
When you have a difficult problem, search on Google, land on Stack Overflow and there is the correct answer - written by yourself about a year ago...2
-
Full stack web dev has no idea what an ssh key is. He is telling me that he can't read the key file, it would be kind of me if I could send him a .txt file instead.
Fuck me man...5 -
Dear recruiters,
if you are looking for
- Java,Python, PHP
- React,Angular
- PostgreSQL, Redis, MongoDB
- AWS, S3, EC2, ECS, EKS
- *nix system administration
- Git and CI with TDD
- Docker, Kubernetes
That's not a Full Stack Developer
That’s an entire IT department
Yours truly #stolen9 -
I'm afraid of getting dumped and it's not because i fear rejection or being alone, it's just because the stack trace will be HUGE!4
-
You don't have a problem if you go to stack overflow to find a solution to something. You have a problem if you go to stack overflow and CANT FIND the solution.4
-
Not an office prank, but when I was in high school we had some public computers and I switched some shortcuts for chrome and internet explorer, so when you clicked chrome, something that should not be called a browser would open.
And than I got the brilliant idea: I wrote a script camuflagged as a chrome icon that would launch 100 internet explorers. Legend says that people are still raging to this day.6 -
A: man Stack Overflow is a paradise on earth, anything I need is on there, it never lets me down.
"Stack Overflow is currently offline for maintenance"
A: ......PANIC3 -
Just solved two huge bugs in a private project without using Stack Overflow... Since when am I even able to do this? What happened to me?2
-
Am I the only one who looks at the answers first on stack overflow then the question when the answer does not relate to my problem?3
-
When you finally get the courage to write your first question on Stack overflow and you totally try to work it out well for 30 minutes and it gets a down vote within 5 minutes.9
-
*wants to do some coding for once*
Stack Overflow: sorry, we're offline 😶
Classic 😑
Also it's Monday. Coincidence? Most certainly not!!5 -
I am a back end developer who is forced to fix angularjs problems because we don't have people. Literally copy/paste and wild guessing. Am I a full stack developer now?!?!
.
.
.
.
.
No, I am a back end developer who can hack front end together if somebody else started it.😉😉4 -
I call this the Distraction Stack.
[working on code]
"Hey, can you look at this bug?"
[
working on code,
looking at bug
]
"Can I bother you for a second?"
[
working on code,
looking at bug,
being bothered
]
"When you're done with her can you stop by my desk?"
[
working on code,
looking at bug,
stopping by your stupid desk
being bothered
]
It's enough to make me pop.10 -
My tech stack progression:
Started with PHP without any frameworks, using a homegrown MVC architecture. Used to use `mysql_` functions everywhere. And only jquery + vanilla CSS in the front end.
Then moved to use PDO functions in PHP and Backbone.js + Less CSS in the front-end.
Then moved to Django in the back-end. Did not like Django very much as it is too opinionated and not flexible (although it's damn good for rapid development if you buy into their type of things).
Then moved to Flask + SQLAlchemy and using a home grown architecture. This is a sweet spot for me in terms of back end and stayed in this spot for the longest time.
Moved to Postgres from MySQL as I fell in love with Postgres.
Then learnt React+Redux. Liked it. Made most sense to front-end development this way. Moved front-end stack to React+Redux.
Learning Haskell and been working with Scotty and eyeing Servant for a while now.
Let's see where it goes from here.
PS: this is my personal journey through various tech stacks in various products at various companies I have worked. I'm not talking about moving a product through these many tech stacks. That doesn't make any sense.9 -
I'm working on a programming language with a "bytecode" interpreter and a compiler that translates source code to said bytecode and... it sort of actually works!
I want to recreate an Erlang-style environment, currently you can write functions, call C++ functions via wrappers, have immutable-only values, and it has no explicit control structure apart from statement sequencing and the if-expression because I want to make it as functional as possible. Next thing on the list is to add a green threads implementation and ability to spawn and send messages to processes.
Still a WIP and heck even design-in-progress.
Now for the rant:
I'm using CMake for building C++ (interpreter) and Stack for Haskell (compiler) and I've been trying to get them to talk to each other for hours because I want CMake to manage the Stack build too and shove all the executables into one place. CMake documentation is weird and Stack isn't too helpful either, so I guess I'll just spend another few hours trying to get Stack to fuckin reveal its build directory to CMake and/or build to a given directory. Ugh.8 -
On a three hour plane ride, and the wifi is down 😨. Three hours of programming without stack overflow... 😤12
-
I hate that, not only did this error happen, but they weren’t smart enough to hide the MySQL stack trace13
-
Good guy me. Had an issue and no helpful answers were provided on Stack Overflow. Found a solution, and posted my answer, even the question is 6 months old.4
-
So, for an assignment we have a task of developing an IT product for a business to solve one of their problems. One of the project development examples contains the following screenshot.
You can tell, from this screenshot that whoever made a screenshot of this example has no idea what they're doing.14 -
@dfox you need an option for no shoes in the avatar builder. Probably underwear only for some of the gents.17
-
Wk1:, Client wants stack deployed to AWS in a day... Does it in 30 minutes...
Wk2: client complains about cost of service so requests I downsize the stack they asked for... Does so... Just to save some £££ at loss of any DR or HA capability
Wk3: Client wants stack moved to a different AWS account just cos... Advised could cause issues... Client says carry on. Migrates to account as requested on the days they requested.
Wk4: client complains that said migration caused issues and that proper change control wasn't followed..... That was never informed on..
Wk5: issue discovered to actually be network fault linked to clients wanting every £££ saved in AWS... And as the stack specialist I still have to write up a summary and findings?
Wow just get a decent AWS admin will ya....3 -
I feel bad for the stack overflow developers, because when it goes down, who can they turn to for help?4
-
After hours of debugging and trying to find a solution online I got frustrated and started working on a different module, thinking will come back to it later. Next day when I Google the errors I find a similar question in stack overflow which might have a solution. Feeling delighted I check the question but no answers. So I see the date and the user who posted it, found out it was my colleague who was also debugging the same problem.
-
Fucking fuckers on Stack Overflow...
I kind a use SO every fucking day, helping people with horrible formatted (don't even start about content) questions, and then when I got a single fucking question once all three years, no fucking cunt out there is willing to help.
Some dumbass even downvoted my (in my eyes) total reasonable, perfectly formatted, good written question.
I fucking hate it, that I spend so much time on that fucking platform, whilst nobody is giving me some help.
Fucking fucker cunts....!!!!
I've fucking got about 2,5k rep, I fucking know, in what fucking dimensions I can ask a fucking question.
Fuuuuuuuuuuuuuu!4 -
What do you think about the new UI of Stack Overflow?
I personally was expecting something better...12 -
Stack Overflow ..Are you kidding ? . <3 people who code . We have a 10+ developers in team still not able to build stable product.8
-
2010: haha yeah I use StackOverflow too
2011: SO, amirite?
2012: omg SO servers are down
2013: am engineer and I use SO to remember how to eat and breathe
2014: guys, what if SO was down. CODEPOCALYPSE!
2015: I use SO and have imposter syndrome
2016: omg, git checkout this SO meme on /r/programmerhumor
2017: I'd rather skin my mother alive than have SO dowb
2018: Stack fucking Overflow... like.. what if... you... can't... use it... in an interview...
2019: check my twitter @paresh, tons of SO references with barely intelligible english
just fucking drop dead, pieces of shit...5 -
So being a sole developer at the company, full stack, you know, basically 24/7 job because you are the only one that knows what's going on.
I love my job but now that I'm not working with a team I miss code reviews and bouncing ideas off.
So, is there like a community or something where a sole developer can get this? Maybe more privately than SO or reddit or whatever5 -
fuuuccckkk stackoverflow.
q: "why doesn't python do this like i want:
me: "Here's an answer that quotes an article and links out explaining with Python 3.6.x doesn't allow that."
every fucker: "downvote, doesn't answer why it isn't allowed"
FUCK YOU, PROVIDE AN ANSWER THAT DOESN'T SAY WHAT I SAID5 -
Worst part of being a dev? Ever got an error message without a corresponding stack overflow question/awnser?1
-
Copying code from stack overflow doesn't make you a developer. Knowing where to paste that code makes you a developer.2
-
When the company you work for decides to install a new firewall and the firewall service recognizes stack overflow as a forum site and blocks it.... :/3
-
1.ReactJS sucks ass.
2.Full stack developer is myth.
3.Multiple languages makes you impotent to fuck in any single given language.
Two truth and a lie.15 -
How normal people stalk others -
Follow them on Instagram , facebook
How programmers stalk others-
Follow them on stack overflow , github, twitter, codeforces , bitbucket.joke/meme github codeforces stalk codechef bitbucket twitter developer stack overflow program stackexchange coder2 -
Supervisor has me making a web app in this badass new stack called the LAP (linux, apache, php) stack because he would he would like the app to be "simple". He's spot on though.. having a three letter acronym saves so much time.... and then we don't need to worry about a database... or querying.... or efficiency.... or even the web app itself because clearly he expects the fucking code gods to come down and turn this piece of shit web app into a fucking masterpiece if he thinks this shit can be done based on a hacked together file management system. Please save me code gods4
-
From this day I'm also a backend developer! I'm going Full-Stack and the company where I work is letting my learn on the job!1
-
I think devRant should add an Ask A Dev section, since I always feel intimidated using stack and I can't be the only one...9
-
I'm not sure if it's a software or ethical error that we are dealing here. Btw, this is a legit question on stack exchange network.13
-
Full stack developer.
I know what it's supposed to mean, but I feel like it gives discredit to the devs who perfect their area (frontend, backend, db, infrastructure). It's, to me, like calling myself a chef because I can cook dinner..
The depth, analysis and customization of the domain to shape an api to a website is never appreciated. The finicle tweaks on the frontend to make those final touches. Then comes a brat who say they are full stack, and can do all those things. Bullshit. 99.9% of them have never done anything but move data through layers and present it.
Throw these wannabes an enterprise system with monoliths and microservices willy nelly, orchestrate that shit with a vertical slice nginx ssi with disaster recovery, horizontal scaling, domain modeling, version management, a busy little bus and events flowing all decimal points of 2pi. Then, if you fully master everything going on there, I believe you are full stack.
Otherwise you just scraped the surface of what complexities software development is about. Everyone who can read a tutorial can scrape together an "in-out" website. But if your db is looking the same as your api, your highest complexity is the alignment of an infobox, I will laugh loud at your full stack.
And if you told me in an interview that you are full stack, you'd better have 10+ years experience and a good list of failed and successful projects before I'd let you stay the next two minutes..1 -
Every time I search something on Stack Overflow, I get excited when it's word for word the issue I'm having. Giddy with excitement, I click the question and scroll down.
Every damn time "Question was closed due to being off-topic".
Even when it's totally on topic!
Anyone get this or do I have the worst luck on the planet?6 -
Stack Overflow taught me to place all my respect for fellow users in a near arbitrary score.
As a new user here I feel trapped...7 -
My supervisor tells me to prefer the official documentation over stack overflow for reference. Fuck him11
-
Everyone hates CSS
I'm a full-stack dev, I was considering CSS really hard to deal with for a long time. I have some friends who are bad at design and barely know how to use CSS and hate it.
Last year, I decided to learn CSS again after 6+ years of web development.
If you are a developer but hate CSS. maybe you should give it more time and learn it the right way.30 -
If you're ever feeling unskilled at development, just remember:
One of the most famous questions on Stack Overflow is "how to exit vim?"
Jk, Vim's a bitch.2 -
me: *goes to stack overflow to get some points*
*searches for questions I only know*
*scrolls down to find unanswered questions*
*keeps scrolling*
*finds a question I can answer*
*types in my answer*
*finds out that someone has answered
the question with better explanation*
*decides not to submit my answer*
*looks for other questions to answer*
*keeps scrolling*
*scrolls some more*
*scrolls for the last time*
*realizes I'm Jon Snow*
*exits stack overflow*3 -
I just asked my frist question on stack overflow and I'm nervous af about the reactions I'm gonna get 😂
Let's see if it even gets any answers, wish me luck20 -
Any half-stack developers here?
I think I'm a few stacks short of a quarter-stack. :-/
So much to learn and it keeps growing!1 -
Who else hates tutorials.
They are made with so much text and outdated code that it’s better to write the thing needed by yourself and stack overflow.🤔4 -
Startup companies be like "we are hiring full stack developer"
Full Stack Developer = the entire IT department 😏3 -
classmate: *asks something about our topic*
teacher: "uhm hold on" *goes to stackoverflow on screen where everyone can see* "there's your answer"
classmate: "thanks..... i could have done it by myself but ok"
>> let stack overflow be our teacher3 -
Is it just me, or is the term full stack developer a bit carelessly thrown about in job listings and such?
In the past, as far as I can tell, you could refer to yourself as a full stack dev if you had experience with both front end and back end technologies.
If you for example knew HTML/CSS, JS, PHP and MySQL, you'd be a full stack dev.
Now however, I feel you need to know so much more to justify calling yourself an actual full stack dev, and yet most job listings ask for a full stack dev.
What do you guys think?
Should the term full stack developer still be used, and what do you need to know to justify calling yourself a full stack dev without feeling like a liar?8 -
Hey DevRant Fam ❤️ hope everyone is well as always! It’s Sunday here in dull weather Sydney!, i was thinking bout this for awhile now, now surely most of us time to time use Stack Overflow for help and it works!.
Though, thats not the issue :-), my first time using it as a newbie wasn’t so great so to say, I’ve noticed that the people over at S/O can be quite rude such as they would downVote my question and also not comment why they have downvoted it :-(.
I’d love to know what you guys think, funnily enough I’m using DevRant much more than FB itself 😅, anyways guys hope you’re all having a great one!
Best wishes ❤️
Milo20 -
I hate the term "full stack" as it sounds like uneducated recruiter speak, but then can't think of anything better.9
-
Interviewed for a backend position a few days ago, but ended up getting a full-stack job!
Pretty excited to start this new gig, coworkers seem to be nice and the stack is great too.10 -
Long time no rant.
Rant::beginRant();
How do people who are, I think, supposed to have a knowledge of what the fuck they're doing, keep their work without knowing what the fuck they're doing?
You're telling me that you have been hired as a "full-stack developer", yet you can't build a motherfucking Vue page over SSH (not even talking about automated deployment, just the most bare bones approach)? You don't know how to deploy a Laravel project? You don't know that Linux server paths are case sensitive? You can't read the log files?!
Rant::commitRant();10 -
Seriously.
Don't call yourself "Senior Software Developer", if you write shitty code, and have less experience with the technology stack than the other team members!12 -
I hate hate hate React! Sorry but to me it's just such a bloated pos of a framework. I realize it was pretty revolutionary at first, the idea of having everything "reactive" and all of that - but newer things like Svelte.js are a dream to work with, whereas trudging through the poorly coded React app I'm supposed to be testing for work is making me want to pull my hair out! I installed a vscode tool so everybody could see what the import "cost" is on everything - a simple INPUT is 50KB of pure BLOAT for something that should and can be way simpler.
I realize there are probably better coded apps out there that wouldn't drive me so crazy, but anybody importing hundreds of KB of 3rd party crap just to get a select box, some inputs, and a date picker are really out of their mind.12 -
Who has the craziest (not largest per se) Production stack?
I just found out we have tomcat webapps, calling Angular, which is calling Java to call a Perl script.4 -
I have found the best game for learning ever XD
I have recently heared about io.netgarage.org and tried to solve several it's levels, and I find this game awsome
It is the best to learn reverse engineering)) it is just like an Impossible quiz, where you have to smash the stack to get to the next level))
I have wasted much time for that, but it is worth it))
((Not an advertisment))7 -
When you try to help on Stack Overflow but every fracking question that you have the answer to gets at answer 8.7 milliseconds by Jon Skeets everywhere that monitor the new questions page!
-
I've rarely encountered an error that someone on Stack Overflow hasn't also encountered
Thank fuck for Stack Overflow2 -
I gleefully await the day that languages are so high level that stack traces can be generated simply for unintended behavior, not just errors2
-
Is there anything more annoying than seeing a junior dev role advertised and when you click on it, then reads like a full stack role 🤔7
-
Stack Overflow is a great resource for all sorts of programming hints and tips, information and...sadly, desinformation. But if you want to comment on something someone's said you need 50 reputation points. How to achieve that when you need rep points to do anything that could earn you rep points? It's a catch 22 for newcomers that are like totally excluded from any discussions at SO which is more sort of a read-only community to me. This is where devRant shines. Anyone can rant about anything and comment on anyone's rant. Some rants and comments are stupid, and some are great. In the end of the day, freedom of speech is a great thing.9
-
! rant
I met a super interesting developer guy today in London in Starbucks and we talked a lot about programming and the Full Stack conference, he also has devRant, I hope he sees this post and adds me!4 -
Curious. What's your definition of a full stack developer?
Is it just about knowing all necessary languages? Does it also include various business oriented soft-skills? What about handling server and stuffs?
It is a new term I have been seeing a lot lately (especially after 2016, if I'm not wrong). Of course, I could google and look for the answers but I prefer to know devrant community edition 😀6 -
I HATE javascript syntax like this: `${this.props.app.listingObj.property.id}` What idiot thought this crappy syntax would make things run smoother?
Keep in mind I've been hired as a tester, hence the rants. Were this my own app I'd burn it to the ground and rewrite it.4 -
My Startup Stack now looks like this on production env !! LOLjoke/meme full stack developer startup webdev devops open source startup hell production product joke
-
Hey guys, quick question regarding employers and stuff.
I'm 14 and I've been learning and making things in PHP for around 1 and a half years now. I quite like PHP as, despite the code being quite messy sometimes, it's super easy to learn, and has plenty of features for any use case. My biggest concern is that, when I end up getting a job, whilst 5 and a half years of experience using the language is good, do you guys think PHP will still be in-demand, or should I look towards learning a new stack? Perhaps I should use Ruby on Rails, or Express - React and Redux, or maybe Django? With so many options available for developers, I'm finding it difficult to choose a stack that will stay in-demand in the future. Could anyone help me out with this? Thanks.
Edit: I've been learning Laravel, too.15 -
Rant
Arg! Stack overflow why are you so full of argumentative dumb wits. I post serious question for a serious answer and what do I get? People who apparently know my situation better than me and have decided what I want to be done shouldn't be done. They don't even know what I am making. Either answer the question or move on!!!5 -
Finally a little productive today. Built a LEMP stack web server for my personal stuff later on. I've been using apache for so long but feels great to switch to nginx.10
-
Writing Node entirely in TypeScript. Mini MEAN stack front and back entirely in Typescript... What a beauty 😍
-
"I don't know what I'm doing. Let's try stack overflow."
*check stack overflow*
"I know what someone else did. Let's try that." -
What would you guys recommend if a beginner wishes to become a full stack developer?
I have some basic programming knowledge, but can't say that I know enough to be a dev.4 -
my googling Stack has overflown out of stack overflow and I feel like fucked up and create a New stack that doesn't overflow
-
I find it hilarious that I am one of 2 people at my company of 60+ people that really knows front end development. Like, how have you guys made it this far without full stack devs?2
-
Full stack isn’t about knowing just a backend and little bit of JavaScript. Turns out a bunch of them who applied this week seem it have derived a new meaning for it!
Throwing around terms like “I am exploring MEAN” doesn’t make you sound cool unless you have some working examples that you have built with it.7 -
I like my log messages to indicate automatically where in the code something happened, so that I can easily identify where a message originated from while tracking down problems.
In C/C++ this is nice and easy - write a logging routine, wrap it in macros for the different log levels and have that automatically output __FILE__, __LINE__ etc.
I wanted to do something similar in NodeJS, as I'd found myself manually writing the file name in the log message and then splitting functionality out into new files and it became a mess.
The only way I found to be able to do this was to create an "Error" object and access the "stack" member of it. This is a string containing a stack backtrace, suitable for writing to console/file. I just wanted the filename/line/routine.
So I ended up splitting the string into lines, then for each of the lines, trimming the surrounding spaces (or tabs?), and parsing them to see if the stack entry is inside my logger module. The first entry outside of that module must therefore be the thing that called it, so I then parse out the routine or object and method, filename and line number.
It's a lot of clumsy work but the output is pretty neat. I just wish it were simpler!2 -
It's been 1 month in my first dev job.
I'm really happy but there is one problem...
Despite my role as a full stack dev in a fullstack team, I deal with only frontend stuff so far.
I asked to get some backend tasks from my boss, and he said "in due time".
Is it because I'm a junior? Is it normal?5 -
Some peoples questions on Stack Overflow are so fucking cryptic, it's as though the question is written in the language in question.1
-
Hi all! I am an iOS developer and I've been using Firebase as my 'online storage'. I want to be a more full stack dev and creating my own APIs. I want to start to learn Java or .NET APIs (uuh an iOS dev speaking about .NET :P). Anyone that can recommend good courses or tutorials and best practices? I have been learning Java and .NET in college, but that is about 4 years sgo.. Thanks in advance!11
-
After 3 years of postponed delivery dates and enduring a crappy internet connection the result is close enough to touch. 1 Week until I get a solid internet connection and can join the rest of modern society.
100Mbps internet here I come!
More updates to come with undoubtably more frustration!4 -
Just learnt that Stack Exchange servers are using Windows servers with IIS. Codebase written in C# (probably ASP .NET). Not sure how I feel about this.19
-
Does having a good rank on Stack Overflow reflects positiveness on your Resume? Share your experience(s).5
-
@dfox @trugus It would be great if you talk about the different components of your stack in the podcast. I'm particularly interested in neo4j.1
-
anyone else paranoid when it comes to privacy? i'm already deleting my stack exchange accounts after realising that whatever I do there would be hard to delete. i keep googling myself. this is crazy.2
-
Today I was told that full stack is another name for a shit developer who wont be able to develop anything good because they aren't focused on one skill.
But it was by a person who claims to like OOP but doesn't know the 4 principles, SOLID, GoF, or DDD. So I take it with salt. But he claims his entire company follows this philosophy.
I think that some developers just decide that they're hot shit and refuse to talk about any other skills they don't know about since they must not be needed if they don't know them. Code is code.9 -
Started learning to code and built applications using spring, hibernate, jsf and sql dbs. Never called ourselves 'full stack bitches'! And now, with these JS toys around, no one is less than a full stack ninja! Fckin' full stack experts everywhere!5
-
I wish I had stack callback for my brain. I would love to know how I came to be thinking about sword fighting with stale baguettes at 8 in the morning.1
-
I finally feel like a proper developer! I was googling something, found a promising thread on Stack Overflow and after going there noticed that it was my own self-answered question from some time ago that unfortunately didn't really answer my current problem.
-
You know you're a developer when the only secret society you want to join are those who don't get auto down-voted for a Stack Overflow question.
-
When you have to debug a system made by a freelance agency that only had to get it working and not maintain and support it, leaves you with that feeling;
Their stack: https://m.xkcd.com/1636/
Their tool chain: https://m.xkcd.com/1579/
The actual resulting code: https://m.xkcd.com/1185/
And nobody can see why performance is suffering — it's all so simple and beautiful...undefined front end web dev tools stack wars my stack is bigger than yours tooling other people suck -
Does anyone else find Stack Exchange exhausting?
I start off feeling shit that I don't know how to solve my problem.... Then after asking on Stack, I end up feeling shit that I can't even ask a valid question!
Seriously, 80% of the effort is spent by everyone telling me it's a shit question, or off topic, or somehow wasn't asked in the correct way!5 -
What programming languages are used late at night ? - stack overflow blogs
https://stackoverflow.blog/2017/04/... -
Always read the Stack Overflow thread carefully otherwise, you will'be the one asking a question next time.
-
What's the actual requirements to be called full stack developer? I do front-end, back-end, database, server, my own api's etc. I even have a t-shirt with "Keep calm and hug a printer". I've been doing this for 15 years and would not call me an expert in any part and certainly not privilegied for the full stack title. So what is?
If this was a humblebrag then please shoot me..7 -
When you answer a question on stack overflow and the person who asks it changes the question and (presumably is the one who) downvotes your answer1
-
I had a brainfart and I can't google it, do you happen to know of a game that deals with inventory in the style of a stack (large, but you can only access the topmost few elements at any time)?4
-
I'd like to locally encrypt files before syncing it with the cloud; what's the "best" software available for this?
I'm currently switching to STACK as my cloud service (it's a file hosting service for Dutch people that offers 1TB of free storage).
But I don't feel fully comfortable with them having access to all my personal data.
So I came to the conclusion that it would be best to locally encrypt files before syncing it with STACK. I DuckDuckGo'd but there seems to be a lot of software available for this so I'm not sure which one to use.
Which one could you recommend me? I'd prefer a free software but I'm okay with paying as long as it isn't too expensive.7 -
What exactly makes you a Full Stack Developer nowadays? It's one of the big buzz words employers seem to use9
-
Web developers, please recommend a tech stack. I have work experience in Laravel, Angular and Node Express. Personal small experience only for Vue and React.
Frontend: Angular, React or Vue?
Backend: Node Adonis JS or PHP Laravel?
CSS framework: Angular Material(angular), Material-UI, Tailwind CSS or Bootstrap?
This is for a personal project API based. What frontend backend tech stack are you using right now? Thanks!23 -
not sure if stack overflow mods are real developers/technicians or Garmmar Naz*s...
impatiently one usually waits for an answer after posting, once you get a notification for an activity on your post you later find out someone took their time only to fix your English.1 -
ROFT: When you know the answer to someone's question on stack overflow but you don't have enough reputation to answer 🤦♂️4
-
What's the best nodejs framework for the MEAN stack? I need to do additional things to put TypeScript in node js and express. I have seen nestjs with a good directory structure and also uses TS by default. How about meteor or Koa?
Should I just add TS to my existing node and express? Or use nestjs or some other nodejs framework. What do you suggest?3 -
(This is the third time I'm talking about the same question I posted on stack overflow this week, but things keep happening that pisses me off)
Me: *answers my own question, clearly says I tried deleting the php path environment variable and that it didn't work, so that's why I added it back and now it's working perfectly*
Guy: *downvotes my answer* "you need to delete the php path environment variable, here's how"
M: "I did and it didn't work, that's why I added it back and now it's working"
G: "well, you need to delete the php path environment variable"
YOU MOTHERF-
G: "You need to check for all the references"
WERE? You literally only talked about environment variables, I told you I checked those multiple times. Obviously I don't know what I'm doing, if I did I wouldn't be asking such a stupid question like this one, so maybe a little guidance? I mean, isn't that what stack overflow is for? To guide people who don't know how to do something? Don't just say "your wrong" when I said MULTIPLE TIMES I did what you said and it DIDN'T WORK.
Seriously, asking a question there was the worst thing I did 😑
Anyway, he didn't answer back and everything is still working fine, with the php path.1 -
How to approach job applications for EU and US market?
I have applied at multiple places and have never made it even to the first stage. The jobs I apply for, pretty much match my experience level and stack.
Does this have something to do with visa issues since I am from the Middle East?
Or is there something else I am possible missing out on.23 -
I think work is finally getting to me, I had crazy dreams last night full of stack traces. Woke in a cold sweat...
-
A company refused me few months ago, as a front-end developer, calling me for interview as a full-stack developer!!
I really don't know what I should say?4 -
I suck at DevOps at least as hard as I'm good at front-end/UX. I found out as a result of the local job market starting to get needy for 'full-stack'. Stuck for 2 days on setting up a Docker/ Dockerhub/ DigitalOcean/ Bitbucket pipeline with Nginx/ Node/ MongoDB Cloud & Webpack/ React.
*Sigh*1 -
I see this term “full stack developer” pop up all the time, does anyone want to explain what it means? A dev who knows all parts of the stack, and a stack is what..?7
-
What kind of projects are you guys currently working on? What technologies are you using? I'm personally thinking about starting to use the MEAN stack to get a working knowledge of it and how it works...8
-
what have i got myself into???? full stack development for my internship without previous and complete knowledge of it... i guess i have 2 months to do intensive training and practice to prepare myself AAAAaaaaaAaaa4
-
IMHO Rich Harris (of the Rollup and Svelte fame) is a rock star. I think I'd rant less of more people would follow his methods.
-
What is the best web full-stack in your opinion?
I have been working with PHP all my life, and I am looking to start something new.3 -
Full stack developer?! Which one is hard front end or back end? I'm talking about MEAN other than mongodb!4
-
my client has the most ridiculous tech stack for displaying an admin ui website I've ever seen.
* They have a mssql as db (on a separate machine)
* node js backend followed by a nuxt js backend (why???)
* then a nginx and on yet another server an apache8 -
When you're programming at home and you struggle on something you might search on Stack Overflow.
But when you're at work, what do you do? Ask to other co-workers and maybe search on SO as well?5 -
Questions that are bothering me:
When a function that returns void returns, is any value from the stack frame copied into the register?
Is the return address in the stack frame even allocated, or is it nullptr?
Could a void function theoretically return a value if you hacked one into the frame?
Does the register even know to expect a value from a void function? If so, where is the logic for this and what is difference between a void and non-void function return at the stack frame & register level?
Any good books on this stuff?2 -
dev = true
rant = false
post = " hey guys, I wanna make a photography portfolio website for my brother.
I want to change my habitual stack and go in uncharted seas.
My habitual stack : Nodejs, angularjs/Angular, bootstrap/foundation.
This portfolio should be SEO ready and lightweight.
Thank you if you have some ideas so I can enjoy learn a new stack 😃"
return post2 -
i thought of a way to implement a stack using two queues, but then i searched on the internet and, as always, found a better version there - using a single queue... will there ever be a day when i can actually think and write those efficient algorithms myself, without looking on the internet? :(2
-
I recently received a text to a sketchy URL. In my curiosity I tried to see if I could get the source code from said URL without actually going there directly.
My first attempt I did this with apitester.com, a website that is intended for testing APIs but comes in handy for a quick URL test and seeing what gets returned. Next, I tried an official website dedicated to telling me if a site is sketchy. Finally, I tried to CURL the url with a variety of different headers. Alas, all these attempts gave me nothing. I know if I clicked on this link through my Phone it would definitely direct me to a sketchy website, but I just can't for the life of me figure out how their backend is setup to know what is a real request and what is not.
My Question is this; what is the potential stack setup that this person could be using that would disallow anyone from testing the URL and force them to redirect to google and any real request to redirect to the actual website?10 -
Hey devRant team, I saw the new designs and they are awesome. Actually I just started learning Android App Development and I was curious what stack do you guys use for devRant Android App. And while we are on this can you guys share the stack you use for IOS app and Web app. Thank you and by the way you've done a really good job with android app.6
-
I want to become Android developer as well as web developer (Full Stack more likely) , So enlightenment me Devs which API , Libraries, Frameworks i should master?10
-
So... I have 5 Raspberry Pi Zeros (no Wifi), one RPI Zero with wifi and one RPI 2 b+. I want to do home automation stuff with them. Any ideas?
I was thinking openhab, my only problem is that the rpi zeros dont have wireless connections.5 -
What will the world do without the Internet has morphed into, What will the world do without Stack Overflow?
-
I got my first proper start in programming through a side business operated by the same guy that was running a local makerspace. He had me learn basic git syntax and change some values in ionic.
From there I decided the best way to learn how to do this was write my own project in angular. From there I branched of with React and Vue.2 -
One of my friend asked me
What the hack is this ...
Tech Associate on Job title
Full Stack Dev on Job Description ?3 -
Spend 3 days redesigning a core server side component which now makes the server side stack perform around 40℅ better...... Boss has some feedback, ignores new changes, requests minor CSS changes to front end...
-
Looking for an online Bootcamp to learn front end development and eventually full-stack. I was looking at a combo of Free coding camp and Udemy Complete web developer Bootcamp. Any suggestions?1
-
One of the most headache-inducing things about being a developer is having to find a solution to every little ailment that software has.
An example would be: working with a particular stack. LEAN, MEAN, LAMP, WAMP,.. The nightmare of having to deal with every single error in PHP, NodeJS, Apache Server, Nginx, the HTTP spec intricacies, the HTML5 spec, API problems..
Sometimes it's just a lot to deal with and I'm trying not to lose my patience.9 -
To be a Java (or other business popular language) developer
* Java 6, 8 and features up to 14
* SQL + nosql
* Caching
* Logging eg log4j2,
* Searching eg elastic stack
* Reactive
* Framework (at least 1, but hey, knowing 1 is lame..)
* Networking or at least base http knowledge
* Tomcat, jboss or other shit
* Aws, heroku, GCE or other SAAS/paas
* Rest, RPC, soap
* Business Hello World example
* Hexagonal Architecture
* TDD
* Ddd
* Cqrs
* 12 app factor
* Solid
* Patterns
* docket
* Kubernetes
* Microservices
* Security, oauth2
* concurrency
* AMPQ
* Cloud
* Eureka or consul as service Discovery
* Config server
* Hazel cast
*
*
* Endless story ...
Then we can start hello word app2 -
What exactly is a full-stack developer/engineer? I'm confused.
So, I worked as a freelance webdev for a US company where I redesigned a pretty complicated website from scratch with PHP, mysql, JavaScript, CSS, HTML5. I only mention those because it will important later.
Basically, it's a lame mvc framework I wrote which heavily relied on AJAX and bootstrap modals.
I built from mysql <=> PHP -> UI
I Also built an android app that communicates with the php api
I worked for 4.6 years and they were kind enough to give me the designation "Full Stack Engineer" so I could put that on my resume. Alright, cool.
Then I go to this interview and one interviewer took offense. He told me that, there are 3 tiers of web dev; Database, Backend shit and UI. And I'm not a full-stack engineer. He then asked me if I worked with frameworks like laravel, symphony etc. [I did but not in this project]. I didn't know what to say. The other interviewer tried to help me, "Do you know what it means? Or have you ever worked with React.js or Angular?".
Didn't get the job and I'm so embarrassed and just feel like I'm a fraud. How could I not know what full-stack is? And why did I put it in my resume? Fuck!
Anyway can anyone tell me what "full- stack *" is?
>inb4
>incoherent
>bad engrish
Just fuck my shit up fam5 -
I ask what i think is an interesting question i havent been able to answer on software engineering stack exchange ("why did the original Basic use the caret for exponentiation"). Even said "no subjective answers, please provide a source" in my post.
Result: a bunch of comments saying it "because it looks like an up arrow", comments saying I'm rude because i said no subjective answers, and a bunch of downvotes.
Did eventually get a good answer though. The system works.2 -
Can anyone direct me to a Javascript stack system design using AWS? (Visual representation or a blog about how to make something like this)
It would be great if it had Angular, Node.js being used on EC2 instances with a ELB and a RDS (master and slave) instances, some caching etc.2 -
So, yesterday I was able to create a stack overflow using jQuery, just trying to do a fucking AJAX call.....
It took me fucking 2 hours and 5 rewrites to spot that I was trying to access an undeclared variable.....
Fucking useless error messages, like why would I get an overflow at dc, when it's a fucking undeclared variable..2 -
I heard some of you develop web applications in c# (or think that's a good idea).
Since I like both c# and web a lot, I was wondering: what stack do you use, and how well does that work? Or is it just a pain in the not-to-be-named-rear-end?5 -
>stack overflow: "Use JQuery!"
>
>me: ok i broke a lot of stuff after >about a year, help me fix the JQuery.
>
>stack overflow:2 -
What do I need to know to transition from a frontend developer, to a full stack developer?
Right now I am using AngularJS (I know, very old) at my work and we are transitioning to either React or Angular. My goal is to pickup back end tasks so I can eventually become a full-stack developer. What do I need to do to get there?4 -
Being a full stack developer within a company that has separated departments for each stack can be very frustrating, especially when it comes to just a development environment.
Although my main role is a backend PHP developer, there are times where I need to configure or install something in a development server. But I have to put in a request to the networking team every time I want something done. Personally I find this to be very inefficient and wasting my time and the networking teams' time as well.
An example would be I want to install Supervisor to have a process restart in the event that it dies, which I explained to the networking guy. But the networking guy says that they don't want to install it, can just make a systemd service instead. I said that is fine and asked if he could do that or can I do it myself. Then he wants to know why I want to have a systemd service installed even though I just explained it to him!
Though I guess I'm always going to have this kind of issue with networking teams.1 -
When they say 'Write comments!' and you are like:
// Do necessary operations
I have been refractoring a project with a SHITTONE of comments like this and a FUCKLOAD of nested if statements. And then this commes along:
$user2 = User.find($user->id);
WHO WRITES THIS STUFF? I am never working on a cheap project from India again.3 -
Used to love our old severity grading methods on my old project. Traffic light system worked a treat. Defect raised... Have we seen this before? Green light
Never seen it but it's on stack overflow? Amber light
Not on stack overflow? Red light and most definitely an "environment fault" -
So I'm a Java Dev used to work develop products on Google Clpud Platform. Technology stack used was Java, REST API/Webservices, Firebase, Google Cloud Datastore. Now that I've resigned from there (because of limoted opportunities) and joined a new company in another city.
And in new company I've been assigned to a project which is developed using Java Swing, SQL Server only.
So my question is:
Is it worth working on Java Swing which is a fairly old tech or should I look for another job: a webapp developer using Google Cloud Platform or AWS technology stack. What can be the wise move here in my case?
Really need a direction here guys. :) -
Do it's been about 19 days since my last update on my shitty internet and the upgrade that's meant to be in the pipeline for the current month.
Despite seeing people laying cable around my neighbourhood there's been no update on their website or in my letterbox.
It's halfway through the month and news outlets are reporting that the NBN has said that they:
Have 99% coverage
100,000 suburbs that aren't fully catered to
But, can't cater to a property that is in a relatively dense area less than 20km from a major city. -
@dfox @trogus
What is the tech stack used to build this...
To my best knowledge, you guys are using DigitalOcean and Shopify, what else do you use?
What is the language, server is based on?2 -
Guys and gals, what's tour opinion on static website generators? Have you ever used one?
The concept kind of intrigues me and I was considering a Hugo + Travis CI stack.7 -
Would you like to share your story here about how has your life been as a self-taught full stack developer?
PS: You may answer it yourself or taking in reference of a friend. Doesn't matter.10 -
can you share some interesting and useful topics for a web developer(PHP), who want to become nodejs based full stack developer?
udemy courses link will be useful.2 -
I've a question for my fellow developers here.
I've been thinking about pursuing a full stack developer course (a nanodegree) from Udacity. Are there any chances that I would score a good paying job after the course is completed.
Note: I have been working as a Java Developer since 2.5 years near Mumbai, India1 -
Ever spent too long coding around a limitation in a piece of code further down the stack, blissfully unaware that this particular piece of code resides well within your team's scope and that you could have just extended it to fit your needs? Side note: Senior engineers don't appreciate you wasting their time...1
-
Every once in a while it helps to remind the 100 people that have jobs because of you that you could leave at any time.1
-
Do you ever feel that there are some guys on stack overflow who can't understand English or they don't know the solution to your problem they down vote your question?
I am talking to them don't be an asshole. You have a special place reserved for you in hell.. -
So like... is there a reason no one can answer a react-native question on stack overflow or do they only reply to things that give them the chance to be dicks? 🤔2
-
So y'all chill, there are levels to this dev sh*t.
The question you are asking today on Stack Overflow has been asked and answered 9 years, 8 months ago — you might as well make it 10 years for good measure.1 -
If you are using Javascript as your main language .. what is your stack either front end or back end?4
-
The new feature on Stack Overflow tells me that I'm way underpaid. Guess I should ask for a big raise or start doing less lol
-
99% of the time, someone has previously run into the same problem you'll run into. In short, Google and/or Stack Overflow are/is your best friend.
-
So, I'm part of a pretty nice project with an awesome community. Being open source it didn't have really strict standards, evidence of this being one of the latest merges to master.
The latest merge breaks the project. It received approval because of some minor changes that were easily overlooked. Although they should have tested the build nobody bothered.
Now that it's been merged I've rebased several of my own requests I am unable to test them until the original author makes a fix.2 -
The top reason was probably the people I surrounded myself with. I always loved computers and, as a result always joined cool tech-based clubs when I heard about them. The teachers there were also Devs and could do some awesome things with the code they wrote.
Hence me downloading eclipse and everything after... -
Is it a problem if you’re a “full stack” developer but the company you work for has your title as “data analyst”? Meaning your teams builds and maintains every aspect of a website that the company employees use in their daily jobs and all that...
I’m just curious how that affects pay, your resume, etc. New to all things tech related so please excuse my ignorance. I just haven’t seen that before.7 -
If you were to start making a lightweight, fast, multiplatform client app, architecturally clean and simple, with as little of the JS(style) libraries and packages and transpilers and weird convoluted and/or unpleasant syntax trends like JS or flutter...
ideally (or at least minimally) something at least as straightforward as making a WinForms app in C#
...what language/tool/platform/tech stack would you choose?
...asking for a friend with totally not an absolutely cool idea that needs to exist.11 -
if your dev skills are blockd ny stack overflow & want to let us know. please know that this status is overwhelmedly posted here. thanks
-
If you're a SaaS developer, what free serverless tiers have you found being good for implementing quickly business ideas? And on which tech stack they rely on?1
-
I wouldn't be surprised if JavaScript reached the maximum allowed stack size without needing infinte recursion2
-
I was approached by some guy on a project and I need your help figuring out how to go about this.
the project is basically a website where school owners who are not tech savvy can input necessary details about their school and it spins up a site from an existing website template built in react for them.
an extra complexity will be creating custom domain names for each site. will this also be possible ?
I've not done something like this before and I dont know the word for it so making a Google search has been quite hard
my stack is javascript MERN stack.1 -
Today, I got accepted in Upwork as A full Stack web developer. Is anyone have an advise in how I could get my first job? And any hacks in writing proposal?2
-
Hello everybody, I am right now learning node.js and I plan to become a full stack developer so I wanted what are the prerequisites for learning react . So should I have knowledge of html and css before starting or I can just jump into learning react?1