Details
-
Aboutfullstack web developer.
-
Skillsjava, javascript, react, php, html, css, sql. To old to remember the names of them all..
-
LocationSweden
Joined devRant on 9/25/2021
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
-
What does a software tester do between releases?
I mean, it can take weeks before another release comes up. What do they work with between releases?7 -
I actually went to college and got a bachelors degree in both computer science and buisness.
Take that all you guys that are better than me!8 -
As a senior dev with a house and a good salary im a bit afraid these young devs.
They are hungry, they are intelligent, they work hard, they want my comfort and my job!
I feel like im running naked through a forrest with a ham between my cheeks, chased by a pack of hungry wolves!
And im only 37...
Do you feel the same?22 -
Have you ever worked on a project/app for months adding features to it and then afterwards found out there is this cheap online service that can be used instead of many of the features you added to the app?5
-
My boss once decided to employ a team of developers from Ukraine because it was cheap.
I worked with these people (remote) for years and their humuor, hard work mentality and intelligence impressed me.
They became my friends and i have visited them in Poltava many time since.
Please fight for Ukraine! A lot of great devs are there!1 -
How many years experience as a dev do you need to feel like the cool hacker guy in the movies instead of a blind monkey trying to play the violin for the first time?9
-
The popups on websites pisses me off.
If you try to google something quickly and enter various websites you have to close all popups on each site you enter.
Some websites try to make these popups more discreet by making them small and putting them at the bottom of the screen but then your brain just ignore them and focus on the small content above them.
In the year of 2022 people visit a lot of sites during a day. The human brain is programmed to put in as little work as possible to reach a certain goal so therefor everyone ignores popups.
I know its a law to inform people about cookies etc. But isnt there a better way?9 -
I dont like programming languages where "there is more than one way to do it".
There should be one way to do things, it makes it easy for developers to understand code others have written, it makes it easier to start working in new teams etc etc.23 -
If you upgrade your framework/php/React version then you need to have tests to makes sure nothing breakes after upgrade!?
Ive never seen a project with tests that completly covers everything and ive been a developer (web) for over 10 years.
Without tests you just upgrade, get down on your knees and pray?4 -
Does anyone really like JavaScript as a language?
I mean i like working with it because you can build a lot of creative and cool stuff with it, but i find the language itself to be hacky, wierd and too complex.17 -
I dont understand the Log4j vulnerability.
Isnt the ability to execute code a feature they added so that you can add dynamic data to the logs?
If it is a feature then isnt it written in the documentation?
Is the problem that a lot of companies forgot to sanitize the input before logging it?23 -
Is it common to look at code you wrote 1 to 2 years ago and think "what the hell was i thinking, this mess needs refactoring"?10
-
Its strange how the process of building a house/building can be so different from building software even if the costs are the same!
Imagine hiring a construction company to construct a building, you give them a vague idea how idea how it should look thinking "i can always change stuff later for now i just need to get this started"
Then when the house is allmost done you say "make the windows bigger and the garage into an office"
After another week you say "we have been thinking and we would really like the living room to be under ground instead of above, and please rotate the entire house so we can have some morning sun" -
Boss: "i need you to build a feature so that customers can do bla bla bla and it has to be done by friday.
Dev: "Ok i can do it fast if you sure this is what you want, and requirements wont change in the future. Have you considered bla bla"
Boss: "Yes do it"
Dev: *writes, tests and deploys code*
A few weeks later:
Boss: "we need to add bla bla to the feature you built since some requirements has changed."10 -
A swedish insurance company has two different solution for logging in to their system.
1. An advanced high security single sign on solution involving active directory, verification of the network the request came from etc etc.
2. Using a link and passing your credentials in the query string!!! Like: insurancecompany.com?username=admin&password=password.
Solution 2 works with admin accounts from anywhere.4 -
The web dev front-end world is insane!!
webpack, babel, node, npm, sass, css, postcss, javascript, cypress etc etc.
It should be easier and easier to build web apps NOT harder and harder for each year!13