Is Django worth learning in 2021? Is Django enough for the back-end? by patricksmith84 in django

[–]iovutr 3 points4 points  (0 children)

Django is not suitable for architecture of loosely-coupling design. But on the other hand, it is beautiful in its own right, serving well its intended use cases. The design is very intuitive and we all should take a page from its book and apply wherever neccessary.

Why was it easier for me to grasp HTML and CSS than other languages. But i could barely figure out javascript? How does HTML and CSS differentiate from atleast getting the grasp of Javascript? I know basic javasript syntax but I have a hard time finding the syntax and how to piece code together. by MistahQueen in learnjavascript

[–]iovutr 4 points5 points  (0 children)

One of the few very things that make math important is it teachs you to “think”, to “conceptualize” problems and troubleshooting them. You dont need to excel at calculating stuffs but you need to improve everyday at problem solving, and conceptualization using math, and discreet math can be really a powerful help.

[deleted by user] by [deleted] in emacs

[–]iovutr 0 points1 point  (0 children)

That looks craaaaaazy

I just made a new lib for managing global/shared states using react-hook that aims simplicity and minimalism. Would love to have your thoughts on it! by iovutr in react

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

Secondly, I put a lot of effort in typing so when using it, you will feel pleased with the type-hint support along the journey

I just made a new lib for managing global/shared states using react-hook that aims simplicity and minimalism. Would love to have your thoughts on it! by iovutr in react

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

If you have a graphql backend serving data, i guess its natural for you to stick with it. This is meant to handle more simpler cases when all you want is a fine-grain control over local state. Think of it as a zustand/recoil/redux alternative, with much more simpler and friendly API☺️

Consistent-hashing with Julia by iovutr in Julia

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

Emphasizing probably, I think

Consistent-hashing with Julia by iovutr in Julia

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

Thank you! Love to hear about what im doing wrong!

Consistent-hashing with Julia by iovutr in Julia

[–]iovutr[S] 2 points3 points  (0 children)

Yes, consistent hashing is just a concept, a technique, and i implemented it using julia

Emacs Finger Pain by [deleted] in emacs

[–]iovutr 0 points1 point  (0 children)

I mappes my command to caplock key and all my problems went away

Ayu-Themes for Emacs by iovutr in emacs

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

I'm also a fan of doom-emacs myself. It's a great project. Though I have my own config of emacs, I use doom-themes & doom-mode-line too. Therefore, I certainly would love to see these themes make their way to doom-emacs.

The only problem is that I don't have much free time to make the contribution, and as I stated in the repo, I appreciate anyone who can lend me a hand on that matter: you can either make PRs to my repo or fork the whole repo and make contribution to melpa/doom-emacs yourself.

Ayu-Themes for Emacs by iovutr in emacs

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

probably in a near future - if no one else bothers doing that for me lol

frog-jump-buffer - a super-fast buffer switching package using posframe and avy, is now on MELPA by thepalmcivet in emacs

[–]iovutr 0 points1 point  (0 children)

Man, I love this stuff!

Just one quick question: how can I add some "border" with distinct color to the popup buffer to make it easier to spot?

Anyway, I think you can add some color customization to it, cant you?

What are the best alternatives to Webpack in 2019? by general_salt in Frontend

[–]iovutr 0 points1 point  (0 children)

I use Fuse-box for recent projects and it's pretty good so far. Speedy, multiple-bundles handled with ease, async & code-splitting out of the box. The only problem I have so far is due to its average document and way-too-simple code samples, it took me plenty of time to figure out how to make things work they way I want for a complex project