Skip to main content

Search

Items tagged with: WebDev


My former employer, @OCCRP, just went live with their new website, and it's pretty slick!
https://www.occrp.org/en

This is bitter-sweet for me.

On one hand, glad to see them have a new site, finally! The old was a mess.

OTOH: I had designed and built the infra that hosted their site through Panama Papers (arguably OCCRP's big break). It did not rely on external CDNs or "DDoS-protection" providers.

That infra is no longer in use as of today. Replaced by Google. 🥲

🧵👇

#DevOps #SysAdmin #WebDev


🌜 🦉 Things I did today: my websites now automatically switch to a dark theme if your browser has one.
- https://www.davidrevoy.com/
- https://www.peppercarrot.com/

#webdev #css


I'm going to throw this out there:

I'm looking for a #webdev internship for 6mos to complete my bachelor's here in France - this can be remote, I mainly hope for kindness.

I've worked with #php #Laravel #WordPress #angular #sql & more - I'm very open 😀


Dear devs,

It's NEVER ok to lock people out of a webapp because their User-Agent doesn't match your predefined list. 😡

Especially webapps they need to manage their healthcare.

(I am in fact using one of the browsers on this list, your code just isn't able to tell.)

:boost_love: Please boost for basic education.

#webdev
Red CVS pharmacy logo, an icon of a UI window, then the text:

It appears you may be using a browser that is out of date.

For the best experience, please switch to an up-to-date browser like Microsoft Edge, Google Chrome, Firefox or Safari.


I've been trying off and on for several months now to figure out how to find/hire #freelancers in these categories (#videoEditor experienced with simple #vlogs, #webdev experienced with #wordpress and #ecommerce, #socialMediaManager, and #talentManager or w/e they're called), but the most I can figure out how to do is just post to those generic online "job boards," which has only ever gotten me flooded with barely-readable copypasta with no proof of past work.


I also would love to hire (in order of need)
- a #webdev to install an e-commerce site that allows people to purchase tokens to then exchange for digital files (lots of red tape thanks to #ThePatriarchy , I can explain later)
- the same or another web dev to change the existing #wordpress theme on my website toplesstopics.org with something cleaner and more video-focused


I wrote an article on #css layers. It's as condensed as possible as all the other guides I saw were over 6000 words. I have #ADHD, that's not gonna work.

So, less than 800 words on this new "feature". What, how and why.

https://jmes.tech/posts/what-how-why-layer

#webdev #technology


I couldn't find any implementation info on Twitter's API "cursoring" pagination system. I'd like to replicate it for #Friendica 's #API since we emulate their API, but so far I only have the "next_cursor" feature, no idea how to compute the "previous_cursor" value.

I'm looking for either a high-level explanation of this system that doesn't seem to rely on the usual "max_id"/'since_id" boundaries, or an actual implementation of it.

Thanks!

#help #webdev