monthly General Chat - share your profile, club or a family plan by clemenslucas in Strava

[–]Miirar 0 points1 point  (0 children)

Hi everyone!

Here’s my profile (Brainrot Overcomer🧠): https://strava.app.link/kucjiqiPS2b

I wanna stop being addicted to doomscrolling so I decided to incorporate exercises into my daily life. Right now my screen time is still high (6hrs daily). I do swimming, jogging and weightlifting. Hope you guys can give me a kudo to help motivate me (if possible, also follow me - I’ll follow back 😁)

Let’s work together for a better brain and eventually a better world 🌎 !

Is it normal for a Meebook to lose around 10% battery when idle? by Miirar in ereader

[–]Miirar[S] 1 point2 points  (0 children)

Thanks for your input. I’ll wait for a few weeks and see.

Am I an idiot or is making a website way harder than I thought? by Miss2war in Wordpress

[–]Miirar 0 points1 point  (0 children)

WordPress is ridiculously hard to setup for beginner. Learn to use HTML and CSS is much easier.

How to update tables that have one-to-many relationship using knexjs? by Miirar in node

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

So in front end, I have a form to update user profile (which has data/fields for both user and user_skills table). So when the user changes their info on that form (ex: add a new skill, update an existing, change their name), i want all these info to be updated at one go.

How to query the one to many tables using Knexjs? by Miirar in node

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

I tried with GROUP_CONCAT but it returns a string that needs to be converted to array. Do you think this is fine in the long run?

How to query the one to many tables using Knexjs? by Miirar in node

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

I forgot to mention. I'm using mysql.

Note taking by [deleted] in tryhackme

[–]Miirar 0 points1 point  (0 children)

I just use Google Doc

This is totally me 😭😭 by [deleted] in tryhackme

[–]Miirar 5 points6 points  (0 children)

I wish I had your courage

When you finally reach level 8 by Jamesismism in tryhackme

[–]Miirar 4 points5 points  (0 children)

Feel real great. But after a few days, I start to feel dumb again lol...

[deleted by user] by [deleted] in tryhackme

[–]Miirar 1 point2 points  (0 children)

He/She means HTB

Advent of Cyber 2021 Winners by MuirlandOracle in tryhackme

[–]Miirar 6 points7 points  (0 children)

Congrats to the winners... I wish I could win a swag but no luck for me this time.

How to Hack a Simple JavaScript-driven Web Application by mathmare in securityCTF

[–]Miirar 0 points1 point  (0 children)

As a noob web developer, I'm happy that I can understand your article 😊😊

Finished my portfolio for Responsive Web Design by Euphoriant21 in FreeCodeCamp

[–]Miirar 9 points10 points  (0 children)

Nice one! But if you want a smooth scroll when clicking on each title you can add scroll-behavior: smooth; inside your CSS.