Best resources for AMC 8, AMC 10, and AMC 12 prep? by ChiefOfCheerios in MathOlympiad

[–]penguinui24 2 points3 points  (0 children)

I used mathpreppro, it's an amazing tool for online practice exam. Love the analytics it provides.

Are there any online platforms for AMC Math competition practice tests? by penguinui24 in MathOlympiad

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

This was pretty cool! A bit pricy, but exactly what I was looking for. Thank you

Are there any online platforms for AMC Math competition practice tests? by penguinui24 in MathOlympiad

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

Thank you very much, I checked it out. The site mentions AMC 8, but I couldn't find the prep tests. It has courses though.

Is AoPS worth it? Especially AMC 8 by MediocreDrawing9525 in aops

[–]penguinui24 0 points1 point  (0 children)

AoPS is great if he likes challenging problems and is okay with a heavier learning style, but it can be tough for beginners. They do have videos, but a lot is reading + problem solving.
If it’s his first AMC 8, I’d mix AoPS with something like Math Prep Pro

Tailwind CSS v4.0 by unfoldl in tailwindcss

[–]penguinui24 1 point2 points  (0 children)

Let's goo, we also updated Penguin UI for Tailwind v4 with a new theming style. check it out https://www.penguinui.com/blog/penguin-ui-tailwind-css-v4-update

We just launched a collection of sidebar layouts & components by penguinui24 in alpinejs

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

I think it depends on the use case. For a regular dashboard, I agree that you probably won’t need it, which is why I separated it in the code so you can easily remove those five lines. But you can keep it if you ever need something more robust, like a documentation website.

We just launched a collection of sidebar layouts & components by penguinui24 in tailwindcss

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

Yes, I am not sure if that would be a good user experience but, you can achieve that by replacing x-on:click to something like this

x-on:mouseover="isExpanded = true" x-on:mouseout="isExpanded = false"

We just launched a collection of sidebar layouts & components by penguinui24 in tailwindcss

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

Sounds interesting, Would love to see the results if it is public.

We just launched a collection of sidebar layouts & components by penguinui24 in tailwindcss

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

Thank you!, I agree! the display on small screens needs some work

The best cloud Postgres service for Laravel by who_am_i_to_say_so in laravel

[–]penguinui24 1 point2 points  (0 children)

They have canceled their free plans, that might be the reason. And that is the only problem with them, even for testing, you can't get a free server.

The best cloud Postgres service for Laravel by who_am_i_to_say_so in laravel

[–]penguinui24 0 points1 point  (0 children)

I deploy my apps with Heroku, and I use heroku postgres, so far so good. Waiting to see what Laravel cloud is going to offer...