#web development app
Explore tagged Tumblr posts
nr1-logo-design-inspiration · 3 months ago
Text
Tumblr media
Design meme - UI & UX problems 😅
59 notes · View notes
elamorsys · 1 year ago
Text
what do you want in a system app?
What apps and tools do you use for being a system and why?
What do you like about the apps and tools you use for being a system
Is there anything you dislike about the apps and tools you use for being a system
What would you like to see in a sys app?
84 notes · View notes
computer-nerd-girl · 1 year ago
Text
Tumblr media
Honestly I can be both, it really depends on the day 🤷‍♀️
168 notes · View notes
bugpysforge · 1 year ago
Text
Tumblr media
I made a game! I designed it and my friend build it, and now it's up and running! It's a Wordle-style guessing game where you have to guess the Pokemon from a series of clues. It's a daily game, so you can come back to keep guessing later!! Let us know what you think and have a go at guessing!!
95 notes · View notes
alycesutherland · 3 months ago
Text
Progress:
Okay so the authentication for spotify is hard for me to understand and requires user authentication, then making a token request that while expire in an hour. So i focused on what I did know how to do and what I had access to token wise. The Spotify developer home page has a temporary access token for demos. I took that token and made a function to make get request to the API and two functions for top tracks and top artists. Then made some functions to print them in my terminal. Here is what my end product looked like in the terminal.
Tumblr media Tumblr media
The data for tracks is proving to just show a years worth of listening even though I specified long_term in my get request.
Here is my code:
Tumblr media
I tried just doing track.artist but Spotify handles that as multiple artists so I had to handle them as such.
Next Steps: Tackling the user authentication and token requests and including it in this code.
(Also yes I know that is a concerning amount of My Chemical Romance tracks. I had my MCR phase strike up again with a passion last October and I am still balls deep in it.)
11 notes · View notes
technicalgrimoire · 2 years ago
Text
Overpowered 3.0 is OUT NOW!
Overpowered transforms any Role-Playing Game Adventure into a competitive solo strategy game. Play as a brave explorer bot charged with mapping, scanning, and pacifying a dangerous location. Compatible with any module that uses math and maps.
Play through an adventure, make tough decisions, manage your dice, and post your high score to the Online Leaderboards!
Tumblr media
Simple 1-Page Rules + Tutorial Adventure
Play through adventures as quickly as you can read them.
Free web app (in case you don’t have 24 dice).
Online Scoreboards to compete with friends.
Doubles as a GM prep tool to learn adventures.
Join the Discord to talk strategy or ask questions.
Tumblr media
165 notes · View notes
pekopeko-yama · 5 months ago
Note
Hello Peko,i came here to offer to cook you any meal you desire.So if you want anything,just ask me.^^
-@teruteru-mama-boy
Thank you. I will keep it in mind. A good meal is essential. And, unlike Fuyuhiko... I am not particularly acquainted with higher class meals... Perhaps I can let myself treat myself... Or you treat me, I suppose...
9 notes · View notes
softwaredevelopmenthub25 · 5 months ago
Text
Explore the innovative software development services offered by Software Development Hub (SDH). From MVP development and AI-powered solutions to ERP software, IoT, and cloud migration, SDH delivers cutting-edge expertise for startups and businesses worldwide. Discover insights, project highlights, and tips on building user-centric applications and driving digital transformation.
8 notes · View notes
thelonelybluejay · 3 months ago
Text
3/10/2025 - B-Sides Progress
Goal: start putting together the music journal in Godot
Notes: I had so much trouble with importing the Flutter package into VSCode that I had to switch to a whole other way to code this project. Off to a great start!
Reflection: I'm writing this reflection a week later, but I think godot is definitely giving me a lot more room to do what I need to. I have some basic UI right now that I need to write some code for, and then the "journal" section will be done. All in all, I'm optomistic.
5 notes · View notes
atcuality3 · 5 months ago
Text
Empower Your Digital Presence with Cutting-Edge Frameworks
In today’s fast-evolving digital landscape, staying ahead requires more than just a functional website or application—it demands innovation and efficiency. At Atcuality, we specialize in Website and Application Framework Upgrade solutions tailored to your business goals. Whether you're looking to optimize performance, enhance user experience, or integrate the latest technologies, our team ensures seamless upgrades that align with industry standards. Transitioning to advanced frameworks not only improves loading speeds and scalability but also strengthens your cybersecurity measures. With Atcuality, you gain access to bespoke services that future-proof your digital assets. Let us elevate your online platforms to a new realm of excellence.
7 notes · View notes
Text
3 notes · View notes
lazymentalitypirate · 3 months ago
Text
Haftusaar is your reliable partner for professional web development and digital marketing services.
4 notes · View notes
sincerely-sofie · 1 year ago
Text
Check-in for 01/28/24
It's been a while since I did one of these. Time to remedy that!
I've been doing well in my assignments, but due to some registration issues at the start of the semester I was unable to sign up for any web development or programming classes :< It's nice to take a break, but I'm really worried about getting stagnant in those skills, and maybe even losing what I've learned over time.
This is where a couple of new projects come in: A blorbo database and a tool for drawing pokemon from memory. These things are going to keep me avoid stagnancy and help me develop my web dev and Python programming skills, and I'm real excited to talk about them.
Tumblr media
First up, let's talk about that tool for drawing pokemon from memory. I love drawing pokemon from memory, but it's a bit of a struggle to find tools online that work well for a solo experience when you're doing this challenge alone. So I made a program in PyGame to solve this problem, and I've actually already completed it! It was a great learning experience when it came to getting a taste of APIs, and PokeAPI really helped me do all the heavy lifting with it. I also ended up using ChatGPT to help me understand how to phrase my questions and the things I needed to research. This is the end result:
Tumblr media
If you click "Get Random Pokemon", the program will provide a pokemon's name. The point of it is to draw the pokemon as best as you remember it, and then click "Show Pokemon Image" to see how you did. You will then have the option to get a new random pokemon, which clears the image from the window.
Tumblr media Tumblr media
There's a lot of stuff I don't understand about how the program works--- APIs evade my understanding, and Tkinter is a dark art beyond my comprehension. But I was able to make a program that solved a genuine problem for me for the first time, and that's super exciting to me!
Now, for web development--- long story short, I'm making a website dedicated to cataloguing my OCs that's very much inspired by tumblr user @snekkerdoodles's personal site on neocities, which I regularly stare at in an effort to motivate myself to make cool things like it (everyone reading this should check his page out IMMEDIATELY and tell him how cool it is). Here's the screenshots of the WIP I'm chipping away at right now:
Tumblr media Tumblr media
I don't have much to say about it, as the interesting stuff will really be the content of the pages, and I still have yet to finish the template page I'll be filling with my OCs' information. However, I can say that I'm very upset with the lack of proper teaching that took place in the first (and currently only) college web dev class I've taken. I spent an entire semester doing my own research to learn everything they were supposed to be teaching us. I'm still very peeved about that.
To summarize this very rambling post I'm too sleepy to edit properly, I'm making a digital blorbo encyclopedia, and I finished making a little desktop app thingy, which means I need to summon a new programming project. I'm tempted to make it a video game... maybe I should turn back to that visual novel idea I had ages ago and boot up RenPy!
32 notes · View notes
devstree · 8 months ago
Text
How to Create an AI Model: A Step-by-Step Guide
Tumblr media
Creating an efficient AI model is crucial for companies seeking a competitive edge in today’s market, projected to reach USD 827 billion by 2030. These models, which can analyze vast datasets, help identify patterns and predict trends, thereby enabling informed decision-making. However, challenges such as data quality and bias remain significant. Companies must set clear objectives, prepare and clean data, select appropriate algorithms, and continuously evaluate and refine their models. By leveraging AI effectively, organizations, including development firms like Devstree, can enhance operational efficiency and unlock new growth opportunities in an increasingly competitive landscape.
7 notes · View notes
alycesutherland · 4 months ago
Text
First Steps:
So I want to learn how to get access to the spotify api and my data first in my terminal. So I want to:
Get my top albums in terminal
Get my top artists in terminal
Get my top songs in terminal
If I figure it out really quick:
Add that json data into an xbar project on my Macbook
If that is easy then I'll add more stuff for when you click on xbar
7 notes · View notes