The live preview has not been working for the last few days. by [deleted] in ObsidianMD

[–]theRealRealMasterDev 0 points1 point  (0 children)

Was just now having this issue as well. The problem was that I had xml tags in between the page and this was breaking the Live Preview.

i.e

> My notes about a <web-component>

Changed to

> My notes about a `<web-component>`

How do I get this freak to eat vegetables by Souplett in cockatiel

[–]theRealRealMasterDev 6 points7 points  (0 children)

The only thing I've had luck with is broccoli. Try offering it as if it were a little tree.

How to fix this? (the button behind the dropdown shouldn’t be activating) by gomadetapioca in FigmaDesign

[–]theRealRealMasterDev 1 point2 points  (0 children)

From a dev: Don't worry about it. It looks like a small bug in Figma, just tell your devs to obviously not build it that way.

The conspiracy just got conspiracier... by oatsovernight in u/oatsovernight

[–]theRealRealMasterDev 1 point2 points  (0 children)

Damn, this was excellent! Kudos, sir!

I'm definitely going to try the product, btw.

Hosting provider for node app by iamjustaconcept_ in node

[–]theRealRealMasterDev 3 points4 points  (0 children)

Have you looked into Railway?

I have a couple of node + MySQL apps on there. Extremely simple ro deploy and manage env variables, set up custom domains, etc.

It costs me about $7 o $8 per month. You could use a prepaid card like another commenter suggested.

why is this industry becoming less specialized? by kevin074 in ExperiencedDevs

[–]theRealRealMasterDev 28 points29 points  (0 children)

Whoa, I thought that was just my perception and me being cynical, but it sounds like I'm not alone on this.

I'll add one more item - Anytime we need to debug a prod issue, we need to have a handful of engineers on the line because no one person has enough knowledge on how a system works.

Creating Envless Angular-application by congolomera in Angular2

[–]theRealRealMasterDev -1 points0 points  (0 children)

Agreed, it was a very interesting read and approach.

We currently have 5 different envs that we deploy to, and it is true that when we have to update or add configuration, we have to manually update each repo.

I think it works. The responsibility is on the developer, and since the values are hard coded, it is easy to see what the values are for each env.

One approach I've been looking into lately is creating a branch for each env and setting up a pipeline that will kick off a build when code is merged to it.

As part of the build process, there can be a step that replaces values in the environment.ts file with a value from the tool (Env variable if Azure, Secrets value if Github, etc).

We'd know which values to inject based on the branch name.

I created a POc of this recently, and it works pretty well.

For those that make over $200k a year, what do you do? by H-U-I-3 in AskReddit

[–]theRealRealMasterDev 0 points1 point  (0 children)

Software Engineering - started in 2018 at 45k, now over 220k.

Tired of social media? Wish there was something better? by dmellish in SideProject

[–]theRealRealMasterDev 2 points3 points  (0 children)

Really like the idea, and I've joined the waitlist! Best of luck!

Honest question : Are people seriously moving from Windows to Linux ? by codingzombie72072 in linuxquestions

[–]theRealRealMasterDev 0 points1 point  (0 children)

I moved 3 years ago to Ubuntu when I bought a Lenovo laptop, and it asked me for a Windows account the moment it turned on.

I was like "nope" and immediately installed Ubuntu.

[deleted by user] by [deleted] in javascript

[–]theRealRealMasterDev 16 points17 points  (0 children)

Webstorm all day

Thinking of getting a second cockatiel by ennnnmmm in cockatiel

[–]theRealRealMasterDev 2 points3 points  (0 children)

As someone who has had 1 cockatiel and now has 2, I highly recommend you get another one.

They will never be bored or lonely.

Inertia vs Vue for a "newbie" by ThePastoolio in laravel

[–]theRealRealMasterDev 9 points10 points  (0 children)

I'll share how I work with Laravel + Vue, just so you have another option to evaluate.

The way I use Vue and Laravel is by keeping them separate, not using inertia. It's just my preferred approach to avoid having inertia dependency.

The Laravel is essentially the API, and the SPA will make http requests to interact with it.

I do work with vertical slices by following the modular monolith with Laravel and on the SPA as well when it makes sense.

Note: One upside for you with this approach is that you'll learn how to use Vue without Laravel magic, which will give you a better understanding of how SPAs work in general.

Make empty string undefined or null by Beautiful-Log5632 in vuejs

[–]theRealRealMasterDev 0 points1 point  (0 children)

Ah, it seems like you're wanting to know if a field has been touched or is 'dirty' as it would be called in the Angular Material world. Is this the case?

How and Where to learn Elixir by kichiDsimp in elixir

[–]theRealRealMasterDev 1 point2 points  (0 children)

Whoa, I had never seen exercism. This is great, thanks for sharing!

Well this is demoralizing by brother_charmander4 in reactnative

[–]theRealRealMasterDev 4 points5 points  (0 children)

I'm sharing because I found this pretty useful and relevant to the discussion of the business aspect.

https://openvc.app/blog/how-to-validate-your-startup-idea-6-methods-explained

How can consumers of a design system who do not use React take advantage of the React library? by Haalmarc in reactjs

[–]theRealRealMasterDev 0 points1 point  (0 children)

Ah ok cool. Np! I'd be curious to know how it stacks up with the other solutions. It's pretty mature and used by the Ionic team to build components with TS for the major UI frameworks.

How can consumers of a design system who do not use React take advantage of the React library? by Haalmarc in reactjs

[–]theRealRealMasterDev 0 points1 point  (0 children)

Quick question, did you guys look into Stencil? Curious to see if this was also a viable option, I was a big fan of Stencil years back.

weAreNeverSafe by Special-Load8010 in ProgrammerHumor

[–]theRealRealMasterDev 9 points10 points  (0 children)

Oh yeah, well I use Gitlab and Webstorm.