A self-taught 𝐟𝐫𝐨𝐧𝐭-𝐞𝐧𝐝 𝐰𝐞𝐛 𝐝𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 specializing in 𝐉𝐚𝐯𝐚𝐒𝐜𝐫𝐢𝐩𝐭 and its ecosystem, including React. Btw I use Arch & Emacs 😃

Joined December 2019
59 Photos and videos
Today Polyglot4DEV helped me solidify a view of mine that I can now finally put into words. Abstraction follows the same set of core patterns, regardless of its scale (think of fractals❄) or domain (think of different programming languages syntax🔡).…lnkd.in/dZuKmCwW
You know, recently around looking for a dev job I visited a few offices and just briefly glancing at all the devs sitting, doing their thing felt like when I used to be a kid taking its clothes off, just about to jump in the swimming pool lol
1
tbh I've never really supported the "pretend to love your job" sort of movement that we're all witnesses of - Fearful people claiming they love a career that they abhor (there ARE exceptions, however). Honesty is power ;)
I’m happy to share that I’m starting a new position as Junior Software Engineer at TechPods! #softwareengineer #newbeginning lnkd.in/d9Vc2RPR

Здравейте, aз съм свеж младеж, Front-End ентусиаст. Търся си стаж / джуниър позиция, или в зависимост от това, което можете да ми предложите спрямо квалификацията ми. Занимавам се с JavaScript (и HTML, CSS/SCSS) от 4 години и съз…lnkd.in/eqTim7br lnkd.in/eGPWf7na
Or in other words, creativity is a higher form of logic. lnkd.in/eSgq4VgX

I'm now a 5 kyū yellow belt on @codewars! Come join me #codewarriors!. codewars.com/r/Zz_iWA

1
I like how nginx has a page called "Setting up nginx" as if it was cooking a soup or something... 😁
SVG is not always the right choice! Sometimes it even makes sense to convert a SVG to PNG for usage on the web. In my case, doing so resulted in: - Smaller file size (wow) - The browser loads it faster, since it is pre-rendered, rather than SVG which needs to be rendered.
1
In my case I was dealing with a huge svg background image. In that case, PNG makes more sense!
The moment you get this sudden enlightment that Docker networks are an abstraction of real networks and there's nothing so scary about them, since they just resemble your home network that you're already familar with 🤯
O'Reilly's programming books have these cover arts because Edie Freedman, the female designer, thought that Unix program names sounded a bit like "weird animals" 😂😂😂
The moment you start creating an #npm package and you realize it needs an npm package that doesn't exist so you end up creating two npm packages 😂 #javascript #js #webdevelopment #webdev #linux

ALT JS Javascript GIF

4
2
Me building code explainer application: ☺ Adding AI that explains the code shouldn't be that hard. You feed it with the data and BAM. 🤤 Also me: Have never ever implemented or used ML in code before 😢
Hey devs, Today I have a tip for you from my salty experience 😢 If you are about to implement an app feature, do your research before that because there's a huge chance someone has already implemented it.
1
Example: I setup Firebase, Google auth, express.js, custom React front-end code with the scss to create a survey form (at the end I get raw data, so I probably would have to implement some form of a graph (d3.js) to visualize the data) instead of just embedding a google form.. 🤦‍♂️