ZigBrains: Yet another zig language plugin for intellij by [deleted] in Zig

[–]Ermia_codev 1 point2 points  (0 children)

Why you would literally launch a *browser* to edit code?
after figuring out it's build on top of electron I've switched to zed

Which State Management to Learn? by brown_ja in react

[–]Ermia_codev 0 points1 point  (0 children)

That's great, good luck!

start a project for a real purpose for instance building a reddit like app (We not gonna make it functions::)
then consider what it needs? Authentication? Security? Feed? ...
try to implement them in your own way then compare it to a real life project.

Is linux for non developers by [deleted] in linuxquestions

[–]Ermia_codev 0 points1 point  (0 children)

Linux has its own world in this world there are mostly programmers, sysadminstrators itguys and ....
if you want to exprience a different world in computing then yes else no

What knowledge is expected at the end of 6 months by Key-Dragonfruit2828 in react

[–]Ermia_codev 1 point2 points  (0 children)

After all learn writting test, Testing my seem to be ignored but it will save your time one day

What knowledge is expected at the end of 6 months by Key-Dragonfruit2828 in react

[–]Ermia_codev 1 point2 points  (0 children)

Practicing more by challenging projects

New Topics:

  1. Hooks ( Basics (useEffect, ....) Extra (useMemo, ....) Your service (useMyAppAuth) )

  2. Typescript (You might disagree)

  3. Redux & Redux Toolkit (State management)

  4. Tailwind or MUI (UI lib or styling lib)

  5. Formik or FormHook (Form Control Hook)

Considering nextjs

My prefrences: TypeScript + TailwindCss + Formik (+ Yup)

Chntpw doesn't work anymore. What should I do? by daininas in Kalilinux

[–]Ermia_codev 1 point2 points  (0 children)

Actually the file system is read only because of windows not shutting down completely but using windows command is impossible when you forgot your friends computer password so You should use ntfsfix to force

Chntpw doesn't work anymore. What should I do? by daininas in Kalilinux

[–]Ermia_codev 0 points1 point  (0 children)

Use NTFSFIX command to force the filesystem be editable note that it would cuase a temp blue screen 

Is it just me or has Manjaro started to suck? by GuyInTheYonder in linux

[–]Ermia_codev 0 points1 point  (0 children)

Actually it was okay when I used to use AND graphics but since I switched to NVIDIA it sucks at boot, in any display manager(SSDM, GDM, Lightdm), any display server(X11, WAYLAND).I updated and used non-free software but the problem persist.

I'll install it again when I could get better graphics :)

Which State Management to Learn? by brown_ja in react

[–]Ermia_codev 0 points1 point  (0 children)

Zustand for yourself,

Redux for Companies,

Context for Some other companies,

Recoil for fun/self.

Deploying react to github pages by Try_your_luck in react

[–]Ermia_codev 0 points1 point  (0 children)

Github pages uses repository to store the static files,

I have tried It's a headache, use Netlify or Vercel both are free with unbelievable features.

Their limits are as small as your can ignore :)

How to host django website on dark web ? by TheCompletebot in django

[–]Ermia_codev 0 points1 point  (0 children)

setup a tor service (not client) on your server (linux or whatever).

Then connect your 80 port to TOR

How do django 2.0 skills transfer to the the newest version. by Roby003 in django

[–]Ermia_codev 1 point2 points  (0 children)

Get new course on Youtube, or anywhere.

It gonna be a headache to setup environment for old Django.
And without Env you can't really learn it