Details
-
SkillsPHP, MySQL, Oracle, C#, Java
-
LocationCzech republic
Joined devRant on 11/7/2016
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
-
In IT career you definitelly don't need it.
BUT!
If you want to move forward as a person in whole, it is really useful. You will meet many new people, learn things you would never ever touch on your own and it will be valuable life lesson. -
@zemaitis Well, they do, but they are not part of the frontend team. And they can also write unit tests, integration tests, stress tests etc, and those are all backend focused tests. QA is an entity on its own, independent of frontend and backend
-
@rantingduck Just use pub/sub and dynamically subscribe to or unsubscribe from posts which are entering or leaving the viewport. With each comment send comments count to the channel of the post and you're good to go
-
"Full refresh"? Why would you do that? Just send the post data in the websocket message. You shouldn't need to query something extra after the client receives ws message.
-
Well, websockets are designed to update the page many times per second. If you wrap multiple messages in some timeframe into one update, it isn't really realtime.
-
@zemaitis Testers and QA are not front-end, they are QA.
-
@010001111 What sucks about PHP? And even Node can be useful for some use cases, even tho I hate it.
-
@kamen I expected something from Silicon Valley, but I'm even more satisfied with this one.
-
@RANTSMCPANTS If I look at it from customer perspective, it really does not matter how many people are checking the same product as me. So why all the work?
The biggest eshop in our country shows customers who actually bought the product in the last week which seems much more useful. -
No sane person could believe that the number is true anyway.
-
@Oktokolo Yeah, everyone has time and budget to buy and manage like 15+ physical disks and driving hundreds of kilometers each week, just to have a backup of their cat fotos and porn folder.
-
I never took notes, instead I always try to think about the thing I'm learning - why and how it works under the hood, what are the reasons why it works that way, how does it fit into it's ecosystem etc. By just memorizing terms you'll learn "nothing", you'll just waste your time.
-
@C0D4 Eh, didn't the guy mean using payment gate provided by his bank instead of some other service? Those are usually not so cool looking and are harder to implement, but they make the job done securely, professionally and with almost none fees.
-
@Demolishun Why would you send two posts in five minutes tho?
-
@sqlkid Not everything written in PHP is 10 years old spaghetti or Wordpress.
-
Why would they bother with server OS?
-
@Rashmi-Shehana Bootstrap IS CSS, so you're using CSS when using Bootstrap.
-
Thank god for good old PHP frameworks, so you only have to maintain types in DB and ORM model. Or even better just in ORM model in case of using Doctrine Migrations.
-
@R3ym4nn Eh.. Isn't more security in fact better for enterprises?
-
Instantly recognised that lid! I have Kelp tablets from the same company.
-
@p100sch Yeah, they are binding, but it is practically impossible to prove.
-
@SortOfTested If I really tried I would find some cases where court here in Czech republic indeed said that email communication is legally binding and no written contract with physical signatures is needed. Not sure how it works in other countries, but my guess is that it works pretty much the same in atleast the whole EU.
-
@FrodoSwaggins So if Slack sucks because it has no right to exist, is it okay to say that u have no right to exist, because you're terribly negative and stuck in the past?
-
@Lor-inc Well, there are services which have reasonable amount of non-intrusive ads. Nobody has a problem with those and I personally try to disable adblocker on those.
And then there are the other ones, who put ad between every two or three lines long paragraph and ofcourse they blast popups in front of the content all the time. -
@AleCx04 Yeah, but even dev has to have atleast a clue what is going on while his frontend communicates with his backend.
-
@someguyintheus If he has history with you, why did you even give him a chance to do it again? If you're asking someone for something, you should always tell them right away what did you do to resolve it on your own (in this example checking the email for the files). I see people making this mistake all the time when I see a similiar story. Information is key, and if you provide them all straight away, you will save the hassle to both parties.
-
@M1sf3t I'm not sure why would someone even consider using vh or vw for corner radius :D Those units are meant to be used for layout, not for element styling. Using rem or px is all you really need, and you don't have to have fixed aspect ratio, which is also stupid idea which won't work accross devices.
-
Using percentage border-radius is really stupid idea, unless you know that the element will have exactly 1:1 width to height ratio. Otherwise you will end up with ugly looking ellipse-like corners.
-
Why do you have to freelance at first place, if you have regular full time job? Just take some time off, relax, watch movies, read books, play some games, go for a bike ride or run. Mental health is important if you don't want to be burn out soon.
-
Nope, just Symfony ones.