Why are you so quick to take things personally?

|
DesolatorMagno 2020-12-13 16:59:35
I don’t see such logical jump that often.
DesolatorMagno 2020-12-13 17:02:34
Tailwind is great, and yes, for us that use template to work we can’t use Tailwind that often, and we have to almost always use bootstrap, because is older and more popular, but is not Tailwind fault.
ckulthe 2020-12-13 17:03:54
Any paid work here??
NeaMitika 2020-12-13 17:04:11
Tailwind ia very goodlooking but i found it hard to use/learn and i always end up with bootstrap
ckulthe 2020-12-13 17:04:12
I am laravel, node js programmer
DesolatorMagno 2020-12-13 17:04:40
The thing that users usually omit, is that before the UI was also oppinated, just that because we used bootstrap, we where ok with it.
DesolatorMagno 2020-12-13 17:07:47
NeaMitika 2020-12-13 17:04:11
Tailwind ia very goodlooking but i found it hard to use/learn and i always end up with bootstrap

Is not just good looking, when you use it it help you reduce time working with the design, even if you use a theme, you will usually need to make small changes, and those changes can become headaches, specially with custom css from the theme.

DesolatorMagno 2020-12-13 17:11:15
When I changed to web development I went full, I quit my old job, failure was not a option.

When you just try something and have that voices in your head that say, if it become to hard you can go back, it make it harder for you to really learn, and that’s what kinda happen with Tailwind and bootstrap.

NeaMitika 2020-12-13 17:15:19
DesolatorMagno 2020-12-13 17:11:15
When I changed to web development I went full, I quit my old job, failure was not a option.

When you just try something and have that voices in your head that say, if it become to hard you can go back, it make it harder for you to really learn, and that’s what kinda happen with Tailwind and bootstrap.

Yea i understand… If there is backuplan when learning tailwind… It getting harder cuz you dont try enough cuz u have the backup plan (bootstrap)… I agree

DesolatorMagno 2020-12-13 17:18:11
Yes, and that voice in you head just get it worse “It toke you 2 hours, with bootstrap it would be less than half”, “if just a ‘card’ toke you so much time, imagine the rest of it”, “If you go back now, you would just lost a couple of hours”….
DesolatorMagno 2020-12-13 17:22:04
We try to be as fast and efficient as possible, but sometimes we forget other important things, like you didn’t lost a day of work, you spend a day learning about a new tool, that could help you in the future, or at least help you see things in other ways.
GistOf 2020-12-13 17:25:44
NeaMitika 2020-12-13 17:04:11
Tailwind ia very goodlooking but i found it hard to use/learn and i always end up with bootstrap

It’s not hard to learn. It’s difficult to adjust to. It’s like writing inline CSS in a compact way

GistOf 2020-12-13 17:26:49
DesolatorMagno 2020-12-13 16:59:35
I don’t see such logical jump that often.

It’s not my fault that most people you talk to think in a linear, blinkered way

DesolatorMagno 2020-12-13 17:27:21
Dude, get you head out of you f ass.
GistOf 2020-12-13 17:28:33
DesolatorMagno 2020-12-13 17:11:15
When I changed to web development I went full, I quit my old job, failure was not a option.

When you just try something and have that voices in your head that say, if it become to hard you can go back, it make it harder for you to really learn, and that’s what kinda happen with Tailwind and bootstrap.

I agree

GistOf 2020-12-13 17:31:24
DesolatorMagno 2020-12-13 17:27:21
Dude, get you head out of you f ass.

Stop acting like you have hormonal imbalance. Why are you so quick to take things personally?

DesolatorMagno 2020-12-13 17:31:46
Just shut up.
GistOf 2020-12-13 17:32:15
DesolatorMagno 2020-12-13 17:31:46
Just shut up.

You need therapy, dude

DesolatorMagno 2020-12-13 17:32:51
yeah yeah, whatever make you happy.
GistOf 2020-12-13 17:33:41
Seriously. There are people who can help
DesolatorMagno 2020-12-13 17:33:58
dude plz, stop.
GistOf 2020-12-13 17:34:18
I will, just now
GistOf 2020-12-13 17:34:37
Just promise you’ll get help though
DesolatorMagno 2020-12-13 17:34:40
When you need to work 14 hours a day and you get 1 day of rest, the less that a person want is to read shit.
GistOf 2020-12-13 17:35:13
Block me then
GistOf 2020-12-13 17:35:28
But get help after that
DesolatorMagno 2020-12-13 17:35:46
shut up. that is more that enough help
GistOf 2020-12-13 17:36:13
Block me dude
GistOf 2020-12-13 17:36:26
And go get help
DesolatorMagno 2020-12-13 17:36:41
You really have a huge ego.
GistOf 2020-12-13 17:37:52
DesolatorMagno 2020-12-13 17:36:41
You really have a huge ego.

You don’t help when you keep wanting to read what I type when you could just block me

natghi2010 2020-12-13 18:28:24
DesolatorMagno 2020-12-13 17:36:41
You really have a huge ego.

Speaking of saving time, know any code generators?

DesolatorMagno 2020-12-13 18:30:19
There are a couple of project, for specific things or more general, things like backpack, nova, quickadminpanel, etc.
DesolatorMagno 2020-12-13 18:32:55
And i read about https://orchid.software/ not so long ago, but i don’t really trust those packages to much, they tend look better that what they really do.

Orchid – Laravel Admin Panel
A free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back office applications like admin panels and dashboards.
GistOf 2020-12-13 18:34:35
natghi2010 2020-12-13 18:28:24
Speaking of saving time, know any code generators?

With Laravel Blueprint, you can design quite a huge chunk of you project in one YAML file. I like it
https://blueprint.laravelshift.com/

Blueprint
A code generation tool for Laravel developers to rapidly generate multiple Laravel components from a single, human readable file.
|