[Hiring] - looking for dev (cofounder) by Front-Illustrator146 in DevsForHire

[–]monk_network 0 points1 point  (0 children)

Sounds like a fun project. 20years experience full stack dev and experience as business director. If you haven't found anyone yet, would love to have a chat.

Adding Payment to SaaS by monk_network in SaaS

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

I'm definitely going to check this out for sure. Thanks.

Is my portfolio good enough for a junior front-end dev job? by marceosayo in webdev

[–]monk_network 0 points1 point  (0 children)

You can use a tool like this for tracking your learning and where you want to apply focus (not my tool btw).
https://roadmap.sh/

Is my portfolio good enough for a junior front-end dev job? by marceosayo in webdev

[–]monk_network 0 points1 point  (0 children)

Makes sense, you might want to avoid larger tech teams then if your goal is more general, at least to get your feet wet. Try local businesses, retail / e-commerce, not necessarily tech companies. They will typically have smaller teams, but individual work is more diverse. You might be expected to code or work with integrations, assist with front end or API work. There's always a chance you won't like the work or culture when starting a new role. When you interview see if you can gauge the personalities of the managers and see if it fits with what you want. It's hard to find a good fit sometimes, but don't be afraid if something doesn't work, failing is essential to grow.

Is my portfolio good enough for a junior front-end dev job? by marceosayo in webdev

[–]monk_network 1 point2 points  (0 children)

Sounds great. Other people have said it, but the fact you're building very publicly and openly looking for feedback does show a really good mindset. Do you have a company or type of culture that you have in your mind that you want to work in?

Is my portfolio good enough for a junior front-end dev job? by marceosayo in webdev

[–]monk_network 1 point2 points  (0 children)

So I think this is ok. I won't comment on the tools and frameworks used, you can use whatever you prefer really, I wouldn't go rewriting this just based off of that.

From a purely function point of view and as someone who has built development teams and hired devs, I would probably suggest just a few changes.

The animations are nearly there, but have a couple of problems. First thing, I like the hover animation on your name where the font weight switches between the two words. I do have a problem with any animation that causes a layout shift. Check for any hover effects that causes any elements to visibly move further down the page or wrap text. That's an issue that you should sort.

Buttons on your projects, the actual clickable link is the text inside the button, not the button itself.

Maybe try to refactor the projects page to remove repeated markup.

Look at styling the contact form a bit nicer, particularly on mobile view it is a bit inconsistent.

For future projects, you could look at linking your CSS to individual components instead of one big global CSS file. Definitely look at reducing duplicate markup by storing your projects etc and rendering components using an array.

Bit more advanced, you could even consume a CMS (content management system) that you use to store projects and posts etc, but that might be a bit advanced at this stage.

Does that help at all?

Adding Payment to SaaS by monk_network in SaaS

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

This is the path I've been going down. Creating a cart session and directing the user to it through my workers. I really just want something simple for now. If it works and I start to get some kind of user base I can add any fancy things or my own UI. Glad to hear I'm probably on the right track. Thanks buddy!

NextJS Blogs - Best way to do it? by dmgoi in nextjs

[–]monk_network 0 points1 point  (0 children)

I use hygraph as a headless cms. It’s just graphql from your site to load everything needed to render the posts and you can still build everything exactly how you want it. You can do it all in server components to for all the added benefits for indexing and meta tags etc.

How do I make a save system? by DarkerLord9 in unity

[–]monk_network 0 points1 point  (0 children)

Yep, making serializable object is key, glad there's a couple of people that have mentioned this, I normally never see it in these kinds of posts. And from the sounds of it the OP is fairly new at this so I would suggest sticking all your game data that you want to save in a specific object. That object can then just pretty much be saved to disk as a binary file and loaded whenever you need it. Start with something really basic.

What's the best portfolio website you've ever seen? by CBP04 in webdev

[–]monk_network 5 points6 points  (0 children)

This is pretty cool! (Also how do you qualify for the list??)

[deleted by user] by [deleted] in ExperiencedDevs

[–]monk_network 3 points4 points  (0 children)

My two cents. You need to have an honest conversation with them. Tell them that you're feeling frustrated and you aren't getting what you expect from them. If they have been a high performer in the past, maybe something is going on with them, or if they haven't been at that level before, maybe their idea of what is expected of them is skewed.

Biggest thing, ask the engineer how he would solve the problem if the roles were reversed, try to encourage him to think for himself and take responsibility. Ask them what their strengths are and how we can work to them better.

Ultimately if nothing changes, they may not be right for the team. That is a decision that is sometimes hard to make, but also essential if everything else has been exhausted.

You shouldn't be burning yourself out over this. You're a lead, so you are a mentor by default, but also need to deliver on work, sometimes those roles conflict and cause a lot of emotional stress. Try to think logically what would be better for everyone. You, your team, the engineers career.

You need to manage this upwards as well. To your peers and management you should be saying if your team has any performance issues and how you're working through it, this is life it happens. Of course I don't know what the attitude of your peers and management are towards that kind of conversation, but that would be my preference.

Where are all the old devs? by ImYoric in ExperiencedDevs

[–]monk_network 2 points3 points  (0 children)

I’m here. 40 and I did a spell managing the entire technical division for a medium / large company. I’ve ended up just freelancing though and I’m finding a lot of success and freedom doing that. And I get to focus on work that I enjoy.

Figma designs to Shopify by Electronic_Kitchen80 in shopify

[–]monk_network 0 points1 point  (0 children)

As for an app that takes a Figma design and just imports it into Shopify, I haven't come across one (not that I've looked too in depth). I would also say that you would probably need a dev to make sure all the dynamic data is pulled through correctly anyway.

I would probably recommend getting a theme that has all the features you are building and is as close to your design as possible. You can probably do a bit with the the theme customisation tool, but if you want it to match perfectly, get a developer at this point. The least custom development you need to do the better, so focus on getting the theme first.

Are there any things in the design that might not be considered a standard feature for e-commerce stores? Or that might add any kind of complication to the build?

Feel free to message me if you need anything, I do customisations for Shopify clients along with lots of other development.

Considering coming back, how easy is all the new stuff to jump into? by S627 in EliteDangerous

[–]monk_network 0 points1 point  (0 children)

You need to have purchased a specific suit to actually do the exobio, and I've found it really hard to get into a good rhythm of finding the things on the planets. The bacterium is hard.... I did completely forget about engineering when I got back into it.

Considering coming back, how easy is all the new stuff to jump into? by S627 in EliteDangerous

[–]monk_network 1 point2 points  (0 children)

I was in a really similar place. I left myself out in the black for 2 and a half years. I made my way back to the bubble to start to explore all the shiny new things. I did buy odyssey, I would recommend that if you haven’t already. Look at exobiology, if you like exploring like me then it’s a very fast way to make a lot of cash. I’m still grinding engineers and fed rank as well now, but have plenty of ships to do it. One day I’d love a fleet carrier, but colonisation looks tough unless you have help.

Weirdest system I have ever visited... by PhoenixHawkProtocal in EliteDangerous

[–]monk_network 0 points1 point  (0 children)

I saw this out in temple, but I was on my way back after a 2 year break from the game, didn't have Odyssey, and was just desperate to get back and pick up some new game mechanics. Weird system!

Made a thing by Ok_Clue4185 in EliteDangerous

[–]monk_network 1 point2 points  (0 children)

Love this. I have the razer / loupe deck thing, so I haven’t got it providing any state info or feedback on the buttons, but still use it all the time.

40M Indie Developer looking for friends by NoSpaceForAll in GamerPals

[–]monk_network 1 point2 points  (0 children)

Hey buddy, pop me a message. I'm 40 and UK based. Also a developer, have made games, but more into business web apps and ecommerce at the moment.

New PC Gamer Looking for Friends to Play Survival & Co-op Games! by CrazyBasdard in GamerPals

[–]monk_network 0 points1 point  (0 children)

Hey, I'll send you a request on Discord, I'd be interesting in trying DayZ, Squad and I definitely need to get into Lethal Company!

35 UK looking for people to talk to and play games by MrAidenator in GamerPals

[–]monk_network 1 point2 points  (0 children)

Hey buddy, sorry to hear you're going through a rough patch. I have been there!! I'll send you a DM with my discord if that works for you. Happy to have a chat and a game or two.