Tumgik
#backend
wip · 9 hours
Note
Can Tumblr stop sending notifications to us saying "your crush" posted something, trying to inappropriately romanticize friendships or follows? It's incredibly inaccurate and uncomfortable when I'm sitting next to my husband and get a notification popping up on my screen saying that my "crush" posted something. I don't know if you guys are meaning to treat this like some juvenile dating app but if you're going to do that, there should be a way to opt out of it without having to turn off notifications just so that our online relationships are not being misrepresented.
Answer: Hi there, @theshadowpoet!
So, as luck would have it, we were just having a conversation about this internally. We agree that this phrasing could be problematic and will be changing it via an update this week or soon after.
But that's not all. To turn off this type of notification, you can toggle the "Recent updates" notification settings in the app to banish updates such as these.
Tumblr media
243 notes · View notes
escuerzoresucitado · 3 months
Text
Tumblr media
328 notes · View notes
ceaselessbasher · 4 months
Text
Here's an internet hidden gem for y'all
So I'm fucking around in the network section of Firefox's developer's tools because I'm taking a Django course and I'm looking at the instructor's samples as part of a lecture and I spot this little thing:
Tumblr media
and I'm like ????? Sir what are you doing in my browser???
The instructor of this course likes making little references all the time (for example he often uses "42" as a value because of Hitchhiker's), so my first thought was that he is also a Terry Pratchett fan and added him as a value in his sample code, but what is "x-clacks-overhead"?
Well, let me share with you what I found on the X-Clacks-Overhead website:
In Sir Terry's novel "Going Postal", the story explains that the inventor of the Clacks - a man named Robert Dearheart, lost his only son in a suspicious workplace accident, and in order to keep the memory of his son alive, he transmitted his son's name as a special operational signal through the Clacks to forever preserve his memory
[...]
As a way to preserve the memory of Sir Terry Pratchett, the users of the SubReddit for the Discworld series came up with the idea behind the X-Clacks-Overhead HTTP Header. It allows web authors to silently commemorate someone through the use of a non-invasive header that can be transmitted from server to server, or server to client without operational interference.
[...]
At the time of writing, Mozilla.org (makers of the Firefox web browser), the makers of Debian (a popular Linux Operation System), and Xml.com (a major repository of standards information) are examples of some of the backbones of the Internet who transmit the Signal "GNU Terry Pratchett".
It's not that the instructor is making a hidden little reference to Terry Pratchett. It's so much more than that. And I think it's beautiful :')
EDIT: There's more information in the GNU Terry Pratchett website if anyone is interested
170 notes · View notes
augustswife · 1 month
Text
Tumblr media
rubi rose.
105 notes · View notes
nixcraft · 2 months
Text
Tumblr media
66 notes · View notes
izicodes · 2 years
Text
Build Your Own X | Resource ✿
Tumblr media Tumblr media
GitHub is literally the best, what the fuck? ヾ(・ω・*)ノ
Anyhoo! This GitHub repository contains a list of tutorials that will guide you to build almost anything in web development using a range of programming language that best suits you!
Let me give you an example:
I click "Game" in the table of contents, it jumps me to the Game section. I wanna use C# so I pick a random C# game tutorial e.g. C#: Learn C# by Building a Simple RPG and it takes me to the site where someone made a whole project page with step-by-step guide to help build that game!
Tumblr media Tumblr media
I find this sooooo cool! This can definitely be like a summer project thing you do when no school but you still want to keep yourself busy! I will definitely be doing that this summer ƪ(˘⌣˘)ʃ
Here is the link: Build Your Own X by Danistefanovic ♡
{Have a nice day and happy programming ♡}
3K notes · View notes
thedoze1223 · 1 month
Text
Tumblr media
Tail light Tuesday. Back in WA when I was painting the hood.
24 notes · View notes
tiikiboo · 2 months
Text
I'm a Web developer
Hello, my name is Bettina and i'm 27 years old. I live in Sweden 🇸🇪 but i'm born in Hungary 🇭🇺.
I'm currently studying web development focusing e-commerce. I've done it for a year now and i have one year left in school. I have not had my internship yet.
The languages i'm learning:
HTML
CSS
JavaScript, React.js, Node.js, expess.js,
MySQL, PHP.
I've even experience UX-design, web design, digital marketing, SEO and entrepreneurship. And i love talking about problem solving and accessibility 🪄🪲
Currently i'm developing wordpress with PHP, HTML and hierarchical CSS.
So, if you are into this stuff, especially wordpress and php, talk nerdy stuff with me! I would be so happy if i had more connections with people who are into this stuff, especially women. 🌸
My github:
My portfolio:
It is not done yet, i will update it soon 🫣🐢
🌦️ A weather app made in our Javascript course:
19 notes · View notes
koshekdev · 7 months
Text
Project update (Next.js) + little API routing tutorial
So my last post was about setting up my back-end using Node.js and Sequelize. After setting everything up it was time to create needed routes and queries. I didn't look too much into how to do it, just made an api folder, made a .ts file for every table I have in my database and filled it with CRUD operations + whatever additional query was needed.
Tumblr media
After writing all of this I wondered how do I define links for all of these operations? Well as it turns out, when you put files in an api folder in Next.js, they generate by themself, meaning all of my crud operations were now under the same /api/file_table_name link. Obviously that's bad news. It took me 2 days of rearranging (it wasn't hard, just boring XD) and I got this structure
Tumblr media
(This is not an entire structure, just a snippet because the whole structure is kinda big and pointless for demonstration)
So now for getting host/api/tag we have an index.ts file which carries the createTag function which requires just a body that contains new tagName.
For host/api/tag/id we have the [id].ts which carries getTagById and DeleteTag function. Now how do we differentiate between those two operations when they are on the same link?
Tumblr media
At the end of your file you should have a handler function for which you write the cases in which certain operation happen. In this case it only depends on the http method, but it is possible to add other cases such as potential query string (the on that start with ? in the link ex. api/posts?sort=asc). Here's the code example from my /stickerpack/[id].ts file
Tumblr media
So this means the link is going to be host/api/stickerpack/id?type="".
What surprised me was that you don't fetch id with req.params.id, but you fetch everything with req.query, and Next.js I guess just figures out what is a parameter and what is not based on the file name. Another surprising thing is the obvious "id as any" situation XD. It did not work any other way. No idea why. I'll look it up when I get the energy.
That's my wisdom for today, if you have any questions feel free to ask me anywhere XD I'm no professional tho lol
26 notes · View notes
kitkatcodes · 10 months
Text
Join my discord!
I kinda wanna brag that I have a pretty cool and supportive community in my discord. Everyone has such a variety of knowledge that we're able to help anyone with just about anything (ꈍᴗꈍ)♡
All the resources and cool stuff I post about here on tumblr I post in the discord first or learn from the people in there (•̀ᴗ•́ )و
Tumblr media Tumblr media
here are some of the techy channels we have in there and we also have stuff for the gamerz (˶ ᵔ ̫ ᵔ ˶) ♡ and sometimes we even do anime nights hehe
♡discord♡
35 notes · View notes
wip · 3 days
Note
I recently encountered yet another tumblr user who didn't realize that the Blog Settings option to hide your blog from search engines also includes tumblr's own search. It's surprisingly common in my experience, where people for years complain that search is broken for their blog, or that their posts don't show up in the public tags/search, but have no idea it was their own choice that put them in that situation. I know that the explainer text for the "discourage searching of [blog]" option is definitely more detailed than it used be, but if you haven't checked your settings since then, well...
Anyway, is it possible that the option could be separated into "hide from external search engines" and "hide from tumblr's search"? For people who would prefer not to be googleable (and assumed that's the only thing the option was doing) but are ok with their posts showing up in tumblr's own search.
Or possibly the options could be "hide from external search engines" and "turn off tumblr search for my blog"? Or at the very least, could there be further explainer text that hiding your from tumblr's search means that your blog's own searchbar won't ever find anything?
Answer: Hello, @nobodysuspectsthebutterfly!
Well, what do you know. We were looking at this same issue just recently and could not agree more: this setting really should be separated. Ideally, it would look a little something like this:
Tumblr media
We need to take another look at this, as splitting search settings into Tumblrs vs. others makes a whole lot of sense. What is less clear is when a member of the team will have the capacity to work on it.
But rest assured we will be adding this to our agenda, and will be in touch with you with updates as and when we have them. And we hope you do not have to wait too long for news on this. We’ll keep you posted!
1K notes · View notes
nosmile123 · 1 month
Text
Tumblr media
9 notes · View notes
xpc-web-dev · 1 year
Text
100 days of code: Day 4
(03/12/2022)
Yesterday I didn't code because I had an anxiety attack about my plans and future (Sometimes you can see it here, I hope in less percent uheuheuhe).
Now, before going to sleep and relaxing, I did 2 exercises, (pseudo code while messed with my head more than the table test, but I liked it)
Tumblr media
If you're reading this, I wish you a good weekend and drink water!
95 notes · View notes
nixcraft · 11 months
Text
Perfect, I don't see problem. No cookies, no Ads.
Tumblr media
395 notes · View notes
izicodes · 2 years
Text
800 free Computer Science classes | Comp-Sci Resources ♥
Tumblr media
800 free Computer Science classes you could take online right with video lectures!
Link: GitHub - Developer-Y/cs-video-courses: List of Computer Science courses with video lectures
I found this link in a tweet and found the site very helpful! Take full advantage comp sci learners!!!
Have a nice day and happy programming ♥
2K notes · View notes
lostlibrariangirl · 10 months
Photo
Tumblr media Tumblr media
06.06.2023 - Tuesday Hello everyone! I am running to finish my TypeScript course (I am loving it, TypeScript is so “smooth”), as I must complete it in order to do the Angular course. I will start in the tech architecture team in July, that is why I am doing my best with the courses. Furthermore, I will keep working with Java, but I will also deal more with Spring for Back-end (I already studied it before, but need to remember), and Angular for Front-end. Keep studying you all, and stay hydrated!
47 notes · View notes