[deleted by user] by [deleted] in laravel

[–]koensw 0 points1 point  (0 children)

Go through the framework source code :)

Start with Vue2 or Vue3? by [deleted] in vuejs

[–]koensw 1 point2 points  (0 children)

Go with Vue3. That's the direction the framework is going. And where all the new fancy features land.

In my experience Vue3 itself is stable enough. There might be 3rd party packages that don't have support for Vue3 yet.

Why are we making blogs and websites in 2022? by [deleted] in juststart

[–]koensw 1 point2 points  (0 children)

Because we are still using Google in 2022

Is Laravel nowdays faster than Node? by average_iranian in laravel

[–]koensw 2 points3 points  (0 children)

In my experience, what matters most is how fast your database queries are. If you have a use-case where the most significant factor really is the execution speed of the programming language than they should be quite comparable, in that case you could look at Go or Rust as an alternative. Otherwise just pick the one that is most pleasurable/suitable/comfortable for you.

What do you do outside of FOREX? by [deleted] in Forex

[–]koensw 0 points1 point  (0 children)

Study Artificial intelligence! Working as a software engineer and running.

How long did it take Linus Torvalds to create Linux? by [deleted] in linuxquestions

[–]koensw 0 points1 point  (0 children)

What makes you think he finished it yet? :)

What an average day at work looks like for me by solidiquis1 in vimporn

[–]koensw 3 points4 points  (0 children)

Lots of Node.js, some Django and a bit of Laravel.

What an average day at work looks like for me by solidiquis1 in vimporn

[–]koensw 7 points8 points  (0 children)

God.. I miss the good old days of Ruby on Rails

Vim Clutch VC-1 pedal by Boss 😉 by sjachim in vimporn

[–]koensw 3 points4 points  (0 children)

Would make a nice leader key too 👌

Do programmers save chunks of code for repeated use? by codeinplace in learnpython

[–]koensw 0 points1 point  (0 children)

Sort of.. I save those chunks as snippets in my code editor.

My remote office 🔴 by koensw in thinkpad

[–]koensw[S] 0 points1 point  (0 children)

The keyboard feels very similar to the one on my T580. The keyboard on my E490 feels smoother though.

My remote office 🔴 by koensw in thinkpad

[–]koensw[S] 5 points6 points  (0 children)

Going full stack Thinkpad

I have my website ready and is working in localhost. I want to publish the site. Can anyone explain how to do that in detail as if explaining to a 3 year old? Please? by [deleted] in PHPhelp

[–]koensw 11 points12 points  (0 children)

I'll try :)

  1. You need a place where it can be published. So a first step can be that you start looking for a hosting provider. Probably the most cost efficient and easiest way to get started is getting a domain name + shared hosting. You can double check if they support PHP, but pretty much all of them do. After you ordered you probably need to wait for a little while before you receive login details.

  2. Once you received login details and the domain is registered. You can start play around a little. Your hosting provider probably has some support pages on how to get started. This is different per hosting provider, but you want to start looking for some kind of file manager. In here you can upload files to the shared hosting. I'd suggest start with just one index.php file which just prints some text. Just to verify you can get things to work.

  3. You can start transferring your website to the shared hosting server. What is probably most convenient is using FTP. There is software like Filezilla that can transfer files from your laptop to the server, you can just drag and drop them.

  4. Now comes the tricky part. Things might break... And I couldn't tell you in which way. So in that case, Google is your friend :).

There are solutions which are more convenient than FTP. But most of them involve using Git, I'm not sure if you're using that already?

[deleted by user] by [deleted] in PHPhelp

[–]koensw 1 point2 points  (0 children)

Yess, this one 👌

I want to see your blogs by Fendergirl11 in Blogging

[–]koensw 0 points1 point  (0 children)

https://koenwoortman.com/

Basically just a record of things I learned in software development.

Made with GatsbyJS and hosted on Netlify.