Details
-
AboutLife is too short to care about warnings
-
SkillsDrupal (>= v8.4), HTML, CSS, JS, PHP, Java
-
LocationGermany
-
Website
-
Github
Joined devRant on 5/10/2017
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
-
@hjk101 looks pretty interesting, I’ll have a deeper look into it when I got time!
-
@Crost that’s where we wanna go. Now we don’t have a dedicated Test stage. Stage == Test 😔
-
Just filled the form :)
-
Nice thing, I think I'll try to add support for the german language and other shells as soon as I have time!
-
I dont get it either but maybe it is because I dont know the "= () => {" thing 😅
-
I don't get it..
-
Everytime I read stuff like this (including the already existing comments) I'm thanking god that I don't have to work with WordPress 😍 I have tried to create a website in WP (in a semi-professional way with an own extension and theme and so on) but I gave up after 2 days and looked at Drupal (at that time I started my apprenticeship and I were able to choose which system to work with) and Drupal feels so smooth compared to WP 😅
-
Foo, Bar, Baz
-
@cephei okay, we probably have that extension for our Typo3 systems but I'm not sure 😅
Well, you have a config folder for like everything thats configurable (nodes display, nodes form dislay, field settings, etc.) and the single config files are in yaml format. I don't how Drupal builds the SQL queries exactly but I know that the GUI is buikt by twig templates you define in your themes.
These configs are normally generated by what you do in the backend. When you add a field of the type 'text' to a node it will be put into the config.
As I'm typing this I remember that the config files you can ex- / import are just a 'copy' of whats inside the config table in the database. In production you should never configure anything by yourself, import the configurations instead. -
@cephei as far as I know Typo3 creates static pages but I can be wrong :)
Right, there are nodes and you can define as many node types as you want and give them fields and so on. -
@toriyuno I just have not been using devRant for quite a while :D
-
@ynnk Drupal is super flexible, super customizable, super scaling and you can use it for almost everything, from a small blog over a backend an app is communicating with to a very complex web application.
Drupals biggest plus is the quite infinite dynamic. You can build almost everything completely dynamic, not like Typo3 where you create static pages.
To be fair, Drupal is also super complex and quite hard to understand in the beginning. You need to take your time to understand how Drupal work and where you can hook in to insert your custom logic.
But in my opinion I think you will never wamt to work with other CMS like WordPress or Typo3 if you have learned Drupal :) -
What did you expect? They also implemented isUserAGoat() 😅
-
I'd say it depends on your backend application that receives the file. If you just want to save the file in PHP for example you could base64_decode($bas64file) and save it with file_put_contents. If you want to save it to a database I'd probably use BLOB or TEXT (I'm not quite sure how to use BLOB tho)
-
Our Drupal systems exchange images (as well as other media types like videos, audios or pdfs) with our apps as base64 as these systems exchange every data as JSON
-
Ah i got it :D
-
Is this the look of the mint system monitor? I haven't been using Windows for quite a while but that system monitor reminds me of Win10 😅
-
@ElizadeathRaven the Chamber of Industry and Commerce puts german code in their intermediate exam as part of questions and the chance to find something like 'bekommeName()' in the final exam is around 100% 😅 even our teachers are teaching us to code in german tho nobody of my class does that at work
-
The only german words I sometimes find in our projects are in comments. But besides that these comments are very old and we got used to comment in english, we all know that our code will never leave Germany. That naming variables or functions in german is a definitve no-go was the first thing I habe learned when I started learning programming
-
I don't think you're late but I think you're wrong. Try Drupal.
-
So it could be a good solution also for me as dev? Ive installed it on my moms laptop because windows got fucked up and she just wants some basic apps like a browser and file explorer and stuff. But i need a good ide, web development text editor, vagrant, virtual box, sftp client, [...]
-
Since drupal implemented CKEditor, we don't use anything else at work.
-
At work we get so many clients who made a wordpress page by theirself and now want us to help.. i get to see things like that more often..
-
@lorki97 they should at least let real coders check what they 'made'
-
@lorki97 und die nennen sich internetagentur 😂
-
@lorki97 yeah i just saw that 😂 sorry, was too fast, just saw that code and 'had to' reply
-
Because there arent any ooenig brackets for the if conditionals
That wont work at so many points btw, not just at that closing bracket.. -
I don't get it 😂 whats wrong with developing PHP?
-
His name is pronounced Kavka btw 🙃
-
Whoo! Thanks dude!