#webdeveloper
Just got through my least-painful experience with #CORS yet! Am I a professional #WebDeveloper now?

I found a very interesting infographic about #React re-rendering
https://punits.dev/jargon-free-intros/why-react-rerenders-and-when-to-worry-about-it/
#javascript #frontend #Coding #programming #web #webdev #webdeveloper
“We're all worried about what's going to happen with social spaces as media changes. Joe introduces us to Umbraco within the Fediverse, a decentralized universe of social platforms. Discover how Mastodon can be tailored to the Umbraco community, fostering connections and sharing insights!”
#umbraco #opensource #cms #dotnet #dotnetcore #webdev #webdevelopment #umbracodeveloper #developer #webdeveloper #dotnetdeveloper #skriftmagazine
Die Web Developer Toolbar von Chris Pederick war lange Zeit ein ständiger Begleiter im Browser.
Nach drei Jahren gab es jetzt ein kleines Update:
Are there any #independent artists or musicians that would like a #FREE landing page ?
Hey #webdev friends, I have multiple front end libraries on one page, what is the best way to communicate between them? Custom event listeners? Broadcast channel? Some singleton I create as a message handler? Right now I’m using the hashChange event and each library is making changes to the url hash, but that seems kinda clunky. #web #webdeveloper #javascript
This is using Astro as the web server.
This is a 16 year old photo of a UI feedback incentive tool. I kept this at my desk to get folks to come by occasionally and give feedback on projects we had going on. I didn’t—and don’t—consider myself a UX expert but I have always cared about how the websites and web applications I work on get used. I don’t think this would work quite as well now. #uidesign #uxfeedback #webdeveloper
Are you a freelance #webdeveloper? Or do you work for a web development agency? ✨
Find out 22 ways to deliver more value to your web development clients to build lasting relationships! 🤝
https://cloudcannon.com/blog/22-ways-to-deliver-more-value-to-your-web-development-clients/
Hey #artists and #DigitalCreators, I've created a website to compare the results of two different #JavaScript libraries for pigment mixing: MixBox and spectral.js.
https://brynmiller.me/color-mixing #WebDev #WebDevelopment #WebDeveloper #DigitalArt #DigitalArtists #DigitalArtist
Like any true #webdeveloper I dream of one day building some tool or library that becomes really popular so that people start to pay attention to me on social media, but I know I'd end up cancelled af.
Can you help TransActual get our website migration (to Wordpress) over the line?
Most of our website has already been migrated but TransActual are looking for someone to do the last few bits. E-mail transactualuk@gmail.com for more information and to discuss the rate of pay.
Doesn't sound like you but know someone who might be interested? Share this post and tag them in the comments.
#webdeveloper #webdev #webdesign #lgbttech #transtech #queer #lgbtqi #lgbtq #lgbti #lgbt #trans #nonbinary
Starting out coding again, and to get the brain working again, I have started on Daniel Shiffman's Nature of Code book (https://nature-of-code-2nd-edition.netlify.app/), the #javascript version. It is nice to be back, and I hadn't forgotten as much as I feared:
Our Partner web developer, Ed Cupaioli, uses CloudCannon’s Visual Editor to provide his clients with an intuitive & user-friendly CMS 🤩
Find out more about Ed’s user-first approach to web development here: https://cloudcannon.com/customers/ed-cupaioli/
#freelance #webdeveloper
Shopping in IKEA and this co-working cafe space has a website on the wall. It's been there for ages but I've never checked it.
To my surprise, it was was available... so of course I bought it. What should I do with it?
👉 We are hiring a Senior #Web #Application #Developer for our Bangalore office.
Experience required: 5-15 years
About the role:
Preferred experience with the latest versions of #Angular
- Develop a modern, responsive front-end for the Indusface web application security products.
- Collaborate with Product Management, UX designer, and backend developers to build prototypes and UI layer, create unit tests, and test drivers.
- Troubleshoot and fix defects, and develop solutions for existing issues.
- Ensure security, performance, scalability, and responsiveness of the front-end or any other features.
- Learn new technologies, develop and maintain other features per business requirements.
- Candidate should have at least 5 years of exp in angular and #JavaScript skills.
- Should have experience in dashboard designing.
Interested candidates may share their resumes to: Jobs@indusface.com
#webdeveloper #applicationdeveloper #angulardeveloper #websitedeveloper #appdeveloper #softwaredeveloper #apptrana #indusface

Question for any web developers out there. Suppose you could learn either .Net or Java/Spring Boot. Which would you learn and why?
The HTTP status code I never knew about 😉 😎
"418 I'm a teapot"
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418
My dear friend Crystal Lemming is looking for work. She geeks. Something to do with stacking things.
"Hi friends! I really need your help. I am looking for a job as a software engineering director or manager. I am also looking for contract roles as a developer. I have 19 years of Microsoft stack web development, plus 4 years of open source stacks. Thank you for your time and help!"
https://www.linkedin.com/in/crystal-lemming
#developer #seekingemployment #microsoftstack #webdeveloper
Werden #KI-Tools wie #ChatGPT #FrontendDeveloper überflüssig machen? Man könnte es glauben, wenn man einzelne, sehr spezifische Ergebnisse sieht. Ich glaube aber, dass #Frontend-#Entwickler auch in absehbarer Zukunft benötigt werden, sie aber sehr mächtige Tools an die Hand bekommen werden.
#webdesign #webdevelopment #webdeveloper #webdev
https://www.wawer.dev/2023/08/14/das-ende-der-front-end-entwicklung/

If you were to watch streaming tech content, which platform do you prefer? #webdeveloper #javascript #tech #software #softwareengineer #js #coder #programming
Don't mind me over just vibing to Lizzo to get through the mid week mid morning slump writing some php that definitely will throw errors and will definitely be overcomplicated and will definitely be simplified into 10 lines by my manager during my code review! 🫡✨✨
#DailyBloggingChallenge (13/25)
One of my favorite things to do is exploit the DOM (ethical concerns aside).
Lots learn early on if some pesky web component is blocking your view, just delete it in the developer’s tools.
This is usually the spark into what other configurations are possible.
As a #WebDeveloper by trade we are constantly in the developer’s tools trying to understand why certain elements are behaving the way they are - visually or in action. Though we have access to the code base, so it’s easier to understand.
The fun begins when you only have access to the website!
- For one time edits basic DOM manipulations will suffice.
- For simple tasks the console will suffice.
- If you started editing the CSS, you can save your changes and load them next time you visit.
- If you don’t care about #fingerprinting, you can use extensions like #GreaseMonkey or #Stylus.
In the realm of heavy duty modifications, there are a couple of options:
- Write your own #browser extension.
- Write your own library and run it through the console. This permits to offline development in your preferred coding language and you can bundle it either through #webpack or #wasm.
- Host your code on #npmjs, use a CDN bundler, and then preload it via an extension like GreaseMonkey.
- There is also the option to preload your script into the browser’s config, though with each update one has to do this anew, not questioning the potential #security flaws.
Through these possibilities one will learn a lot about vanilla #WebDevelopment and #VanillaJS.
Council of "Ctrl+c" and of "Ctrl+v" from Arch wiki.
#linux #linuxfan #linuxuser #dev #devops #webdevelopment #webdeveloper #programmer #programming #programmingmemes #linuxmemes #memes #cat #coding #developer #tech #ethicalhacking #computerscience #coder #security #infosec #cyber

Sorry for the long hiatus, but just like Linux updates, I'm back and better than ever!
#linux #linuxfan #linuxuser #webdevelopment #webdeveloper #programmer #programming #programmingmemes #linuxmemes #memes #cat #tech #ethicalhacking #coder #security #onepiece #penguin
Hello everyone, everywhere, all at once! I'm writing Zines and Web Comics.🎨
My Zines are focused on nerdy computer stuff, from bits to Quamputers (Quantum Computers :P), history to mystery and many more. 🖼️🎭💻
So far I've written some sample pages, which I wish to turn into full-fledged books.
If you don't know yet, take a look at them. 👇
#zines #webcomic #web #webdev #javascript #nerdy #computer #machines #programming #webcomic #webcomics #webcomictalk #webcomicchat #webcomicupdates #javascriptdemo #javascriptcore #programming #programmer #zine #cprogrammerjokes #zinelife #webdevelopment #webdesign #webdev #webdeveloper #100DaysOfCode #internet #india #website #js #jsx #javascriptdeveloper #code #coding #newbie #newbies #codenewbie
#ui design with #figma
#webdeveloper #web #site #art #design
https://dribbble.com/shots/22113456-Login-Register-UI?added_first_shot=true&new_shot_upload=true&utm_source=Clipboard_Shot&utm_campaign=meisam3dfox&utm_content=Login%20%26%20Register%20UI&utm_medium=Social_Share&utm_source=Clipboard_Shot&utm_campaign=meisam3dfox&utm_content=Login%20%26%20Register%20UI&utm_medium=Social_Share
Thinking about #Elon #ElonMusk rebranding #Twitter as #X, and how pretty much every competently run professional #website would do something like that... All at once, as a major update with visual improvements and at least a couple minor feature additions to get people excited. I don't think I've ever seen a major site, even one that was just like a fan site or something, rebrand itself in waves like this...
It really speaks to the fact that he's fired virtually every competent #programmer / #WebDeveloper and is basically running off a skeleton crew of people who aren't willing or able to expose him to reality.
Disponible pour des missions de dev front et/ou back.
/ Available for front or back dev missions.
Références / References :
https://devweb.dev
https://cv.devweb.dev
https://boutique.devweb.dev
https://laboutiquedu4.fr
https://flynaero.com
#html #css #javascript #symfony #react #prestashop #Sylius #wordpress #devWeb #WebDev #WebDeveloper #developpeurWeb #job #jobs
I only use #Chrome for streaming Youtube or Twitch while I'm doing something else. #Firefox has long been my browser of choice as a web developer (of 27+ years). Vivaldi is becoming my second favorite. I use Safari on iOS devices and Edge and Opera. Stop using Brave last year because of issues with that company. Yeah, there is no reasonable use case for anything Google is trying to inflict on web standards. #WWW #WebDeveloper #Google
Hi guys
I try to learn #figma, it's a cool tool for #ui and #ux, but I'm a noob in figma. Do you have any suggestions?
#noob #noobs #help #suggestion #code #program #programming #webdeveloper
Whhhhhhyyyyyyyyy
#Elementor is driving me insane!
Throwing up #PHP errors and won't even load the builder. Go into "Safe Mode" NOPE. No safe mode for you!
Und wenn ihr in Deutschland #GameDev, #GameArt/ #GameArtist, #TechArt/ #TechArtist, #GameDesign/ #GameDesigner/ #WebDeveloper/ #UI/ #UX oder ähnliches als #Freelancer, und vielleicht sogar verschärfend (weil Rentenversicherungspflichtig) #Dozierende tätig seid, meldet euch JETZT bei der #KunstlerSozialKasse an!
Die Bearbeitung kann dauern. Bei mir damals 8 Monate, aber die Zahlen auch rückwirkend bis zum Abmeldezeitpunkt den Arbeitgeberanteil eurer Sozialabgaben!
https://de.wikipedia.org/wiki/K%C3%BCnstlersozialkasse?wprov=sfla1
🛂 Why is OAuth still hard in 2023?
—nango.dev
「 The real-world OAuth experience is comparable to JavaScript browser APIs in 2008. There’s a general consensus on how things should be done, but in reality every API has its own interpretation of the standard, implementation quirks, and nonstandard behaviors and extensions. The result: footguns behind every corner 」
З чого почати, щоб стати веброзробником?
Читати: https://w3schoolsua.github.io/where_to_start.html
#w3schools #w3schoolsua #web #webdeveloper #webdev #w3schools_українською
V excited gonna start getting assigned minor bug fixes for the next maintenance release!! WE DOING THINGSS!!!
for those we are teaching themselves how to code or are new to #webdevelopment YOU CAN DO IT!
Now I just gotta pass on-boarding!
Finally making a new #Introduction to pin because it's been a while
Hello, I'm Wasp! I'm a nonbinary #Artist, amateur #WebDeveloper, and #VTuber . My partner in crime is @eldritch_atelier and xe is a pixel artist and also a VTuber. I usually have commissions open on my Ko-Fi if you're interested in those as well!
Hashtags:
#Furry #FurryFandom #FurryArtist #VTuberUprising #PNGTuber #TwitchStreamer #Transgender #TransgenderArtist #Nonbinary #3DArt #3DArtist #BlenderArt #BlenderArtist #Neocities
Can anyone give me a reason to not buy a campground template for our WordPress site?
I know there is https://front-end.social/ for #Frontend developers. I know there is https://phpc.social/ for #Backend #PHP developers.
But is there any platform for full-stack web developers? I'm asking for a dedicated coding account, so I don't have to annoy you here. :D
Usually I would go the frontend route but I constantly switch between preferring frontend and backend. You could say I'm stack-fluid. 😅
So is there any general #WebDev instance I could join?
Hello everyone, everywhere, all at once! :mastodon: :pixelfed: :blobcat: I'm writing Zines and Web Comics.
My Zines are be focused on nerdy computer stuff, from bits to Quamputers (Quantum Computers :P), history to mystery and many more. :computerfairies: :calculator:
Today's #zine is on our favorite langugae JavaScript.
Presenting you, "for loops & don't care attitude"
Choose your color grading :awesome:
#zines #webcomic #web #webdev #javascript #nerdy #computer #machines, #programming #webcomic #webcomics #webcomictalk #webcomicchat #webcomicupdates #javascriptdemo #javascriptcore #programming #programmer #zine #cprogrammerjokes #zinelife #webdevelopment #webdesign #webdev #webdeveloper #100DaysOfCode #internet #india #website #js #jsx #javascriptdeveloper #code #coding #newbie #newbies #codenewbie
Have you done an exercise like this before? If you have some ideas to help me bring this more into focus I'd love to hear it!
I'm still looking for freelance web dev opportunities, if you have something coming up I'd love to hear more about how I can help bring it to life!
#Developer
#WebDeveloper
#FrontendDeveloper
#Freelance
#FreelanceDeveloper
#BuildinPublic
Stayed up all last night playing & #streaming on #twitch #finalfantasyxiv. Then swapped to messing with learning #golang #rubyonrails and #php, lots of research.(used to use all of them years ago, it was fun to revisit them with all my know general knowledge)
All done on #ubuntu #linux. Finally got comfortable using the system & dipped my toes in the languages for a possible #webdeveloper #project I plan on making. Think I'm gonna remake the same service in all 3 languages ultimately & #opensource them so I actually have something recent on my #github again lol. It was a ton of fun. Trying to get out of my comfort zones and try something new, and I honestly had a blast.
Now it's time to relax before work tomorrow so debating playing #Diablo4 or #FFXVI, either way I'll be streaming them.
Feels good to do something new that I've been debating for way too long. 🥴 Gonna do the mobile clients of the web projects in #SwiftUI for #iOS17 & then thinking doing it in some fashion for #Android, possibly #Compose? Not sure. Guess I'll cross that bridge when I get to it.
Fun 4th of July for a #nerd like me.
Si estás leyendo esto probablemente estés aquí por el mismo motivo que yo. :psyduck:
Aquí va mi #introduccion para quien pueda interesar:
🎵 Me gusta la música #metal , #blackmetal , #retrowave y #rock . Es lo que suelo escuchar mientras trabajo como 👩🏻💻 #webdeveloper y en mi tiempo libre juego #worldofwarcraft o leo #libros. Tengo #acuarios , cuatro peces rechonchos y un #caracol gigante🐌
I suppose it's time for an updated introduction. I'm a web developer living in central Illinois. I'm a graduate of Northern Illinois University with degrees in computer science and meteorology. Weather has been a passion of mine since I was in junior high so I post about that a lot. I'm also a drummer and I listen to music almost constantly.
Time for an updated #introduction 👋
My name is Fletch, and I make stuff! Online you'll primarily see me do low-stakes #GameDevelopment. 🎮
I am a full-time #WebDeveloper. I also work part-time for #DevolverDigital writing silly #Discord bots. 🖥️
With the rest of my time, I stream on #Twitch; you'll find me making or playing games! 📷
I love to share the joy of game development, and we have lots of fun while doing so. Here's a clip from a recent stream. ✨
Hoping to meet some new friends here! ❤️
The browser rules are thus:
1) Every browser *but* Firefox supports this
2) No browser *but* Firefox supports this
👋🏻 Hey, I'm Kieran a #Freelance #WebDeveloper based in #London. I primarily use a #JAMStack technology in particular @nuxt & #VueJS.
I'm a massive bookworm, vinyl collector & huge Star Wars fan.
For all my latest work visit - https://kieranmansfield.com
#Introduction #Introductions #NewHere #VueJSDeveloper #NuxtJSDeveloper #FreelanceWebDeveloper #NuxtJS
My favorite new feature in #visualstudio, #DevTunnels, is now available EVERYWHERE with the new Dev Tunnels CLI! Mac, Linux, and Windows! Take your localhost services online from your dev machine! I break it down: https://www.youtube.com/watch?v=doUDcQNoy38
Another one of our sites went live! I'm super super proud of this one, as it goes to a good cause.
Einige #WebDeveloper kennen selbst einfachste Grundregeln der #Barrierefreiheit nicht. Auf der mobilen Website des #Spiegel kann man nicht reinzoomen, da "user-scalable=no" gesetzt wurde.
https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
"user-scalable"
Setting the value to 0, which is the same as no, is against Web Content Accessibility Guidelines (WCAG).
"maximum-scale"
Any value less than 3 fails #accessibility.
Is it important for a Senior #WebDeveloper to be able to craft a form that writes to a #database without resorting to #browser client #JavaScript?
#webDev #web #programming #html #js #software #engineering #frontEnd
We have really wonderful news! #QGIS.org is going to fund two full-time positions for at least one year!
#Documentation writer: This person's role will be to help the really overtaxed documentation team with maintaining and improving the QGIS User Manual
Full stack #WebDeveloper: This person will help us realise our new web site and maintain our existing web sites.
For more info and to apply, visit:
I'm a full stack web developer looking for full or part time remote work for a company or organization. Mostly work with #WordPress, but I have #Drupal experience and know a little #React. Have been making websites for 27+ years, so I'm an OG webmaster. My portfolio is here: https://breadandrosesweb.com/portfolio-top/
#FullStack #webdeveloper
As a #webDeveloper; the constant conflict between...
"I could just use this pre-done neat little thing by someone else as my personal website so I can really easily publish content, which is what I care about anyway"
and
"But I don't like a few of the choices they made implementing it, and I'd do it differently, and doesn't it reflect poorly on me if I don't do it all myself"
with the result:
no website updates, posts, or changes in multiple years.
@a32 ich bin seit 10 Jahren #Microsoft-frei und nehme ausschließlich Jobs an wo ich dies bleiben kann.
Bin allerdings euer #Sysadmin den #Developer...
Gibt allerdings ne Menge - besonders #WebDeveloper - die ausschleißlich mit #FLOSS untee #Linux oder *#BSD's arbeiten...
[tap, tap] 🎙Is this thing on??
Hello, #Fediverse! I am Ivan Rodriguez. I am a college student in #Amarillo, #Texas. I am learning to become a full-stack #webdeveloper, and although I have not used all of them, I know the basics of many of the mainstream #programming languages (see the color-coded doughnut chart below).
Besides programming, I am an ameture #journalist (when I have the time and energy to do so), and I like learning more about the world.
Where else you can find me:
My main account: @ivan18rod@urusai.social
Medium: https://medium.com/@ivan18rod
GitHub: https://github.com/IRod22
Matrix: https://matrix.to/#/@ivan18rod:matrix.org
(EDIT: I had to redraft because the <center> tag didn't seem to work)
This is so accurate it hurts.
#webdev #dev #development #webdevelopment #webdeveloper #softwaredev
RT Jordan Dey
Five lines of code for a colorful gradient effect 🌈🌈🌈
I made a @CodePen to show what we can do with #SCSS loops🌀
Take a look : https://codepen.io/DeyJordan/pen/BaOXNaE
#webdevelopment #frontend #CSS #codinglife #codepen #codingtips #webdesign #programming #CSS3 #HTML #html5 https://t.co/EQz9fVhcOL
<div class="rsshub-quote">
Jordan Dey: Why use loops with just #JavaScript, when you can use them with #SCSS too? Loops can save you a lot of time 🔄
Check out this demo using a #CSS helper for spacing
#webdevelopment #webdeveloper #webdev #codingtips #programming #frontend #webdesign #HTML #sass #CSS3 #html5 https://t.co/wW4CMq4t8D
</div>
:sys_twitter: https://twitter.com/DeyJordan/status/1642955857364221952
We're still taking applications for our Senior Plugin Developer job. If you looked before, take another look - the job description has been updated to be clearer. You don't have to be an #a11y expert - just ready to build market-leading software.
Https://equalizedigital.com/devjob
Apply now if you're a #SoftwareEngineer, #SoftwareDeveloper, #developer, #webdeveloper, or #webdev who is interested in working on a meaningful product for a Certified B Corp in the #WordPress space. #devjobs
Some earlier results from the past week. These structures were formed using only modulo operators. I'm just amazed how simple math can form these complex structures.
#3dstructure #patterndesign #mathart #creative #threejs #typescript #webdeveloper #artandmath #creativity #patternlove #webgl #generative
Modulation of space... in motion
#threejs #webgl #creativecoding #javascript #glsl #generativeart #animation #digitalart #generative #code #processing #webdeveloper #art #shaders #shader