#Software Development
Explore tagged Tumblr posts
zoppa682 · 2 days ago
Text
THIS NEEDS MORE ATTENTION, THE COMMUNITY NEEDS SOMETHING LIKE THIS! IT IS AN AMAZING IDEA :D
Hello there!
so, here's the deal:
I, a burnt out autistic highschooler, want to create an app for therians (as a therian myself).
Here's the basic features:
A database full of information on as many animals as possible (that can and will be updated!)
Blank templates for otherkins!
Each user has a profile- public or private- and can add theriotypes and notes about those theriotypes!
A journal feature where you can add pictures, drawings, and notes to a digital journal, similar to a glorified notes app lol- and you can make certain parts of your journal public or private!
Packs!
What are packs?
Have some word soup as an explanation: Basically if you want to create a pack to either make friends or add your friends, you can submit a pack request, where you explain why you want to make a pack and if you have specific people in mind to join, and I'm thinking that I don't want it to be like everyone has their own pack or whatever so that's why it has to be approved and stuff like I don't want too many different packs. Basically it's like a discord server or an amino thingy it's a big group chat and the pack creators can set up virtual events and send out pings like "hey! Join this zoom call if you wanna do some arts and crafts!!" Or smth like that
It's a database and a community!! If you would like to help out, please please please send an ask!! I would love all the support I can get!
P.S.
BE NICE AND DRINK WATER
1K notes · View notes
nixcraft · 2 days ago
Text
start them young
Tumblr media
74 notes · View notes
geminisee · 4 months ago
Text
Tumblr media
x
16K notes · View notes
la-principessa-nuova · 4 months ago
Text
I made a support request with a vendor asking if there’s a way to leverage the logic they already have for determining what counts as a business day (it is very critical that this is done exactly correctly and that it never breaks in the future if nobody is maintaining it) when using their API since I didn’t want to have to maintain a separate source of truth for it, and in their response they said:
it is not too hard to do date/timestamp arithmetic
which any developer who has done date/time arithmetic knows is the understatement of the century
Famously everyone thinks so until they take down an important system by forgetting about DST, or leap years, or that leap years don’t happen every 100 years, or that they do happen every 400 years, or not considering implications of people using different calendar systems, even if they’re just slightly different like having weeks start on a different day, or they consider whether the first week of the month is the first full week or the partial week before that, or they format it in a different order.
Then when they finally think, “OK, but I know about that,” then they learn about the leap second, or the negative leap second.
So yes, date math is “too hard”.
574 notes · View notes
mlembug · 4 months ago
Text
the current landscape of webdev needs to know that I don't need web applications that scale up to millions of users, I need web applications that scale down to 5 users or less
207 notes · View notes
heart-ghost-studyblr · 3 months ago
Text
Tumblr media Tumblr media
Getting old is interesting. I've always been a middle ground between sports (skateboarding, surfing, jiu-jitsu) and an avid student. Over time, it's clear that you can't keep trying the same tricks, just as you can't study the same way.
Today, as I'm writing an article about event-driven architectures, I realize that final exams in college were much easier, just like it's not as easy to jump the same stairs on a skateboard as I did when I was 18. In the image, you can see my favorite note-taking app, Obsidian, and my Neovim terminal. I'm diving deep into Java, and for that, I'm taking a Spring Boot bootcamp offered by Claro through the DIO Innovation One platform.
156 notes · View notes
techtimechronicles24 · 6 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
🇺🇲 Dive into the history of the Apple III (styled as apple ///), a computer that marked an ambitious step forward for Apple Inc. Released in May 1980, the Apple III was designed to be a successor to the highly successful Apple II series, aimed at the business market.
💻 The Apple III was envisioned as a business-oriented machine that would bridge the gap between personal and professional computing. Apple sought to improve upon the Apple II's capabilities, both in terms of hardware and software, while maintaining backward compatibility. Steve Jobs, who was heavily involved in its design, emphasized aesthetics and functionality. The Apple III featured a sleek design and was intended to be more robust and reliable, with enhanced performance.
⚙️ The Apple III was powered by a 2 MHz Synertek 6502A processor, an improvement over the Apple II's 1 MHz processor. It came with 128 KB of RAM, expandable to 512 KB, which was a significant upgrade at the time. The computer featured an internal 140 KB 5.25-inch floppy disk drive. An external floppy drive could also be connected for additional storage. The Apple III supported a variety of display modes, including 24 lines of 80-column text and multiple graphics modes. It ran on Apple SOS (Sophisticated Operating System), which offered advanced features such as hierarchical file system and support for multiple users.
💡 The Apple III introduced several innovations, including a built-in clock, advanced sound capabilities, and a new keyboard design. However, it also faced significant challenges: The Apple III initially suffered from severe overheating problems due to the lack of a cooling fan. This led to hardware failures, with chips often becoming dislodged from their sockets. Early units were plagued by reliability issues, which hurt the computer’s reputation in the business market.
💔 Despite its rocky start, Apple released an improved version in 1981, known as the Apple III Plus, which addressed many of the initial issues. The Apple III ultimately did not achieve the commercial success Apple had hoped for, with only about 65,000 units sold. Nevertheless, the Apple III played a crucial role in Apple's development. The lessons learned from its challenges influenced the design and engineering of future Apple products, including the highly successful Apple Macintosh.
💾 The Apple III stands as a fascinating chapter in the history of computing. While it may not have achieved the commercial triumph of its predecessor or successors, its ambition and the innovative spirit behind its design left an indelible mark on Apple’s evolution. Today, the Apple III is remembered as a symbol of both the challenges and the relentless drive for innovation that characterize Apple's journey.
288 notes · View notes
code-es · 2 years ago
Text
Coding resource!
Tumblr media Tumblr media
exercism.org
A free website where you get specific problems to methodically learn small concepts of a programming language. Do 10 minutes to 1 hour every day, and then you will keep practicing every day, and you will be able to use the skills you learn in your real projects. They walk you through the problem all the way, and it's a super good way to learn!
2K notes · View notes
jay0fspad3s · 2 months ago
Text
I swear that half of programming is staring at your screen going "how do I do this" and the other half is figuring out why something doesn't work and being like, "oh duh I'm just fucking stupid"
85 notes · View notes
nixcraft · 3 months ago
Text
me_irl
Tumblr media
215 notes · View notes
izicodes · 2 years ago
Text
C# Study Links | Resources ✨
Tumblr media
As I am starting to relearn C#, I thought why not share some links that have helped me in the past and what new ones I will be using this time to learn! I already made a similar resource post (post 1 | post 2) for C# in the past but why not a new one? 🤗
Tumblr media
Microsoft Learn - LINK
C# Station - LINK
YouTube - LINK
SoloLearn - LINK
Codecademy - LINK
Learn C# - LINK
C# Yellow Book - LINK
C# Programming Guide - LINK
Tutorials Point - LINK
Roadmap to ASP.NET Core Developer (C#): LINK
C# Subreddit - LINK
Dot Net Perls - LINK
C# Coding Conventions - LINK
The Ultimate C# Guide For Beginners - LINK
Tumblr media
That's all for now! If this does interests you, do check out the other posts (1 | 2) I made of other C# resources!
Happy coding/programming! 😎💻👍🏾
Tumblr media
787 notes · View notes
computer-nerd-girl · 1 year ago
Text
Tumblr media
450 notes · View notes
hayacode · 2 months ago
Text
Software Development using C# (Bootcamp)
Currently on week 3 out of 13
This bootcamp is really hard but hey at least I am finally getting the hang of it and a lot of the stuff that didn’t make sense to me before is finally making sense to me now.
The last thing we studied was
• Lambda expression
• Generics in C#
• LINQ
I am so happy and proud of myself but that of course wouldn’t have happened without the help of @codemerything @indigotech @moose-mousse
I will be forever grateful to the three of you and I am sorry for throwing my bootcamp trauma at you
Are the assignments getting easier? Not at all but I decided not to care about the grade and just focus on getting better and better at solving problems.
I don’t know what the next days will bring, maybe they will beat me again but I will always get right back up, no matter how many times I fall 🤍✨
Tumblr media Tumblr media
43 notes · View notes
heart-ghost-studyblr · 3 months ago
Text
Tumblr media
Today I have an merge conflict plus a deploy error in my link in bio app which is deployed in Fly io. Not big deal, just came out that was auth error in deployment, but about the merge conflict was a little bit more than a few lines.
69 notes · View notes
rahisaurus · 2 months ago
Text
The company I loved working for has run out of money to pay me, so I'm out.
I am a competent C++ developer with over 8 years of commercial experience in the computer graphics industry. I've lead multiple projects through the software pipeline from concept to distribution and maintenance.
I have excellent learning skills, I can pick up new techniques and frameworks and adapt myself to your team quickly.
Main skills: C++, C#, OpenGL, 3D Geometry Maths
Full CV: (OneDrive link)
If anybody knows of a remote working opportunity for a mid-senior developer where I can continue working from the UK, please contact me! Thanks for taking the time to read!
37 notes · View notes