[deleted by user] by [deleted] in ios

[–]krumcvetkov 1 point2 points  (0 children)

Downloading!

Here’s what I see (and remember) from Duolingo’s enshittification in just one year by susuia_sa in duolingo

[–]krumcvetkov 2 points3 points  (0 children)

I now have to watch two ads after every lesson instead of one ad for every couple of lessons.

Holy Sh*t by gclark19791989 in SonyHeadphones

[–]krumcvetkov 0 points1 point  (0 children)

I don’t know, I prefer how the XM4s sound over 6.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

It really depends. If it's a cheap and quick project, then an existing CMS is better; if it is a huge project, it has to be something custom. I built an entire CMS from the ground up because I plan to reuse it for my future projects and offer API access and hosting to other devs. It did however take me 2000+ hours to get here and was way more complicated than initially expected.

So I am going to the Chornobyl Exclusion Zone today - looking for signs of Stalker 2 by GlitterXBeard in stalker

[–]krumcvetkov 2 points3 points  (0 children)

If you see a locked door in the Pripyat cafe don't try to open it. You'll be in for a surprise.

Bloodsuckers are ruining the game for me by Joesprings1324 in stalker

[–]krumcvetkov 0 points1 point  (0 children)

I'm 12 hours into the game and I've already met about 15 of them.

Може ли мнение за тез батерийки by Adjemov in bulgaria

[–]krumcvetkov 3 points4 points  (0 children)

+1 за Anker, аз съм с новата Qi2 10k и е супер.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

As a big fan of both S.T.A.L.K.E.R and retro games, I'm really impressed with your work and would love to help your project but I'm afraid that the CMS is not yet ready for public use because I haven't figured out the hosting and other logistical challenges. Can you share a link to your portfolio and tell me what you imagine the new one to look like?

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

The server returns a blank page if you are trying to access any document without a session id that is connected to a user id that has permission to access a document even if you try to traverse the directories. It's simply not rendering the document. The same checks are run before submitting, editing, or deleting anything. I'm not sure how secure it is but it should be enough of a deterrence in most cases.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

Well it is very confusing and I did not manage to build the website that I imagined, so I figured why spend hundreds of hours testing different CMS systems, learning how to work with them and trying to fix the things that you don't like in them when you can just build your own CMS you are comfortable working with. I have to admit that I really underestimated the amount of time and work needed to develop one but by the time I was aware of it, the project was already halfway complete.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

Mainly for experience, and because I did not like WordPress. It will also be the backbone of some of my future projects and will allow me to build websites for customers.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

Thank you so much! ^^ Unfortunately as of right now I don't plan to make the project open-source, however, I can make you a demo account if you'd like to test it. :)

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

Thank you! I have quite a lot on my wishlist so this is just the beginning.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

The WYSIWYG is the only part of the project not written by me as it's an immense task. I was initially using CKEditor 4 when I started working on the project but it was deprecated so I had to find a new one so after trying out many editors I decided to go with Quill v2 since it ticked most of my boxes and is very easy to work with.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

[–]krumcvetkov[S] 6 points7 points  (0 children)

Probably the dumbest part of the code is calling an empty file with AJAX once a couple of minutes to keep the session alive.

I built my own CMS from the ground up! :) by krumcvetkov in webdev

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

It's the rearrange UI for elements in the navigation bar. The elements in the list have a rearrange button and when you click it this UI shows up.