Message from @Daniil
Discord ID: 567085382689226753
Also its a well-paying hell
From the things I have seen, Vue is my favorite framework
Then AngularJS
Ive yet to try Vue. Ive only tried React and Angular 2+ so far.
The company that im being rented out to have their app written in AngularJS, so I have to spend the day looking at tutorials in order to get an idea of how AngularJS looks like. Its pretty primitive tbh
Not that I mind
It's not as much focused on components, and more on reactive bindings, I'd say
Seems so, yeah
Basically I was brought in cause I am basically the only guy in the company that knows PHP, and I dont even like PHP. But this means every time there's a client in need of a PHP dev, I'm the one that gets picked.
Nobody likes php, specially now that there is such a separation between frontend and backend
Really? Ive not used php for long enough to notice. Previously my work was mostly just editing stuff on Wordpress for whiny clients
React, Vue, Angular, etc. all are focused on separating frontend and backend, so that the client only needs an API. Php kind of goes against this by mixing the backend and the generation of the html code in the same files
Of course, it is still a quite relevant language,a nd can be used to simply offer an API
I will find out what the project looks like tomorrow, but my guess is that php is used exclusively on the backend there. I just dont see the point of mixing two hybrid languages on both sides of the stack lol
Few tutorials later, AnuglarJS is really dirty compared to Angular
Kinda blurry, whats wrong with her coding?
She's typed the same thing at least 3 times and each time has a "code not found" error.
OOF
Its a bunch of mostly incorrectly written console commands to change current directory and similar things
She's trying to access the code folder but its saying no such directory, so she's going up and up trying to find that folder lol
I can't wait until companies develop a new type of input with >100000 choices with hundreds of continuous 4th dimensional parameters for gender selection
Inb4 someone makes the input for gender a hex colour picker
Tfw asshole client wants me to fix a list worth of stuff on their site, but im too lazy to make a dev environment
>dev environment
Just use notepad and imagine colors or somethin lmao
Lel, its a live webshop site
If I screw this up I will lose all my shekels
better roll d20
Is it the same porting project to angular JS?
Nah, its sidework
I did some backups, clicked around, prepped stuff for tomorrow and logged 10 euros lol
Then went home
I'm really, really tired of seeing hindu doctors, PhDs and research staff saying generic, retarded stuff in answers to tech related questions
Question: "What is the difference between a database and knowledge base?"
My answer: "knowledge base" is an ambiguous term, usually used to refer to databases or collections of data that, in one way or another, contain "information about things", which is used by some program or whatever.
For example, we can store wikipedia and use it as a knowledge base. Or we can store a set of facts as triples <subject, predicate, object> as a knowledge base. A program could use those knowledge bases, for example, to infer how related two concepts are. For example, we could query wikipedia articles with each concept and then analyse how similar the retrieved pages are.
----------
The answer next to it, by "Hind Lamharhar": "Hi
The difference is knowledge. How?
A datab such relational can't be processed by machine it composes of a set of data without knowledge so human only can use it so if we add knowledge to it it can be processed by machine so like that we move from syntactic level to a level with semantic so we can can add automatic processes to use it
Hope that help you"