• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2024

help-circle



  • I started by going from full time employment to part time employment / part time freelance. When I had too much to do with the freelance job plus a few clients ready for new projects, I quit my job and went full time freelance. That’s the safest way if you don’t wanna risk your savings.

    So far it’s working out quite well. I got a steady stream of work from about 10 clients and some odd projects without follow-up work every now and then.

    It can be stressful sometimes but once you manage to be more selective with projects, it’s all right.


  • Reminds me of people who described themselves as „no code developers“ before the whole AI hype when they were using stuff like webflow. This job title always bothered me and made me think they were afraid of code or something since making a similar site with a good CMS is not complicated and scales much better and I couldn’t see why you would wanna go full no-code.


  • That’s so disgusting. Together these company leaders have unprecedented power (much more than they should have) but instead of fighting this administration, they support it.

    And no, this is ultimately not good for them. Yes, Trump is easily impressed by hollow compliments and meaningless presents, but he gets upset just as easily. A true lawful administration on the other hand might be annoying with its regulations but it gives you the ability to know what you’re up to and plan ahead for the long run.

    Apart from all the other concerns, this behavior is incredibly short-sighted.













  • The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.

    While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.



  • Pechente@feddit.orgtoProgrammer Humor@programming.devGood guy clippy
    link
    fedilink
    English
    arrow-up
    150
    arrow-down
    2
    ·
    1 year ago

    For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.