#web technologies for developers
Explore tagged Tumblr posts
prokopetz · 10 months ago
Text
I think the real reason most websites are janky as hell to use these days is because web developers have become so specialised that nobody really understands how anything works anymore. The other day I had to explain why hosting critical Javascript libraries on a third-party CDN is a bad idea to a "lead developer" who genuinely didn't know the difference between server-side versus client-side scripting.
2K notes · View notes
computer-nerd-girl · 11 months ago
Text
Tumblr media
478 notes · View notes
getbreaded · 5 months ago
Text
Tumblr media Tumblr media
Pushed myself to go outside and do something different today, so I ran some errands and visited a new bookshop (didn't buy anything, and it was alright, too commercial/trendy for my taste idk). Read the whole bus ride, and I'm loving this book 🌻
Otherwise I've been working on my app, I updated my CV and linkedin, I've watched all available episodes of severance (so many unanswered questions I love it), and mostly I've been resting <3
+ some feelings of inadequacy and loneliness, but ah well, it's expected when I have more time to think.
134 notes · View notes
prinstuvwx · 8 months ago
Text
WHY YOU SHOULD CHOOSE INFORMATION TECHNOLOGY (IT)?
Semillano, Prince Q. | BSIT1A
50 notes · View notes
wojenka · 6 months ago
Text
i need more mutuals who are into coding and engineering!! more info under the cut!!
I planned to become an electrical engineer like my stepdad but then I decided to change my path to programming. I'm currently studying at technikum (<- wikipedia link so I don't have to explain the whole polish learning system), programmer major.
this year I have exams from web development (10th Jan - theory, 16th Jan - practical exams) and next year I have exams from App development (both mobile and desktop).
I know C family languages, Java, Python and those ones I am currently using. I also know a bit of Kotlin and I think I will continue learning it.
For web dev I know HTML and CSS ofc but also PHP and JS.
Planning on learning more languages I can use for App and operating system development as well as just to know them cause I want to after this year's exams!
my learning list:
Lua (I heard it's easy but I can't really get myself to read anything about this atm idk why)
Ruby
Assembly
Rust
As for electrical engineering I don't know much tbh but I would like to learn! I just used CAD programs for technical drawings (dad taught me some basic things when I was still thinking about going his path) helped my dad fix things on his Solar farm, houses of our neighbors and I made a few very simple circuits for fun a few years ago. Now I'm mostly focused on programming but since I learned most of the things I need for exams I have more time to do whatever I want now!
I'd like to get to know more people so I can share and mostly learn new things since even though I'm coding for years I consider myself a beginner and I am a total beginner when it comes to electrical engineering.
I'm willing to be friends or at least mutuals with anyone who codes or makes websites or is in STEM! no matter what your specialty/interest is exactly and no matter if you are a total beginner or a professional ^__^
I'd also like to have some mutuals who are into old web development and retro computing!!!!!!!!
edit: I forgot but I'm also interested in physics and quantum physics
38 notes · View notes
rthidden · 11 months ago
Photo
Tumblr media
What is an Algorithm in 30 Seconds?
An algorithm is simply a series of instructions.
Think of a recipe: boil water, add pasta, wait, drain, eat. These are steps to follow.
In computer terms, an algorithm is a set of instructions for a computer to execute.
In machine learning, these instructions enable computers to learn from data, making machine learning algorithms unique and powerful.
69 notes · View notes
illusoryxdays · 11 months ago
Text
Tumblr media
Wed, July 31st, 2024
It's been a bit but a lot has happened recently. I passed the Network+ certification about two weeks ago. Since then, I've picked up my web development class again aiming to finish before I start a new job in a couple of weeks. I rediscovered? a cute coffee shop near my house to study at and I spent about two hours there today. The coffee was a 7/10. I nearly finished the 5th chapter of my online textbook. I'm ready to be done with this class.
52 notes · View notes
rttnmeat · 10 months ago
Text
Tumblr media
im currently programming a website from scratch and decided to make myself a blinkie !! the image is pretty big so i had to size it down a lot for tumblr to accept it
Tumblr media
this is how its actually supposed to look like dhfshd
53 notes · View notes
icqmuseum24 · 7 months ago
Text
Tumblr media
🌐 In an effort to bring instant messaging on the go, ICQ developed a client for PalmOS. This move allowed users to stay connected even while away from their desktops. The PalmOS ICQ client featured the core functionalities that made ICQ popular: sending and receiving messages, changing statuses, and managing contact lists.
📲 PalmOS was known for its simplicity and efficiency, making it a favorite among mobile users. It offered a unique combination of a touch interface and a physical keyboard, which made typing messages quick and easy. Bringing ICQ to PalmOS meant tapping into a growing market of mobile professionals and tech enthusiasts who valued portability without sacrificing functionality.
✨ Key Features of ICQ for PalmOS:
➡️ Messaging on the Go: Stay connected with friends and colleagues by sending and receiving instant messages.
➡️ Status Updates: Let your contacts know if you’re available, busy, or away with easy status updates.
➡️ Contact Management: Easily add, remove, and manage your ICQ contacts.
➡️ Portable Communication:** Enjoy the flexibility of ICQ’s messaging capabilities right from your PalmOS device.
🔒 One of the standout features was the security ICQ provided. Even on PalmOS, ICQ maintained its standards for protecting user data, ensuring that conversations remained private and secure.
💾 ICQ’s expansion to PalmOS was a significant step in the evolution of mobile messaging. It showcased the potential of mobile devices to support full-fledged communication platforms, paving the way for the sophisticated mobile messengers we use today.
11 notes · View notes
atcuality3 · 2 months ago
Text
Simplify Decentralized Payments with a Unified Cash Collection Application
In a world where financial accountability is non-negotiable, Atcuality provides tools that ensure your field collections are as reliable as your core banking or ERP systems. Designed for enterprises that operate across multiple regions or teams, our cash collection application empowers agents to accept, log, and report payments using just their mobile devices. With support for QR-based transactions, offline syncing, and instant reconciliation, it bridges the gap between field activities and central operations. Managers can monitor performance in real-time, automate reporting, and minimize fraud risks with tamper-proof digital records. Industries ranging from insurance to public sector utilities trust Atcuality to improve revenue assurance and accelerate their collection cycles. With API integrations, role-based access, and custom dashboards, our application becomes the single source of truth for your field finance workflows.
4 notes · View notes
ouhmouda · 2 months ago
Text
Tips for New Web Developers: Building a Strong Foundation
Tips for New Web Developers: Building a Strong Foundation
As a beginner in web development, it's important to focus on the fundamentals before diving into complex projects. Here are a few key tips to help you build a strong foundation:
Learn HTML & CSS: These are the building blocks of web development. Mastering them will allow you to create basic, functional websites.
Understand JavaScript: This language brings your websites to life by enabling interactivity. Start small and work your way up to more advanced concepts.
Responsive Design: Ensure your website looks great on all devices by learning responsive web design principles. Mobile-first design is crucial today.
Version Control (Git): Use Git for tracking changes to your code and collaborating with others. GitHub is a great platform to showcase your projects.
Focus on Clean Code: Write clean, readable code that is easy to maintain. It’ll help you and your future collaborators down the line.
Remember, the journey may be challenging, but with consistency and practice, you’ll become proficient and confident in web development. Keep coding! 🚀
4 notes · View notes
Text
Tumblr media
Write your fav! 💬👇 1,2 or 3?
This letter design is for a tech startup. The main idea was to follow a monoline style.
60 notes · View notes
computer-nerd-girl · 1 year ago
Text
Tumblr media
Honestly I can be both, it really depends on the day 🤷‍♀️
171 notes · View notes
sharpenedmindtech · 3 months ago
Text
4 notes · View notes
server403 · 3 days ago
Text
2 notes · View notes