#software development projects
Explore tagged Tumblr posts
Text
0 notes
Text
Software development is the process of creating computer applications. It's cost may vary depending on the project’s complexity, the developers’ skills and experience, and the use of advanced technologies. In recent years, technology has evolved rapidly, leading to an increase in the cost of software development in the USA.
#software development outsourcing#native app development#software development projects#software development solutions#cross-platform apps#software development cost
0 notes
Text
I am 75% done with my first full stack project but i have an error with migrations that I couldn’t solve
Been trying for 8 hours
I will wait for my teacher and instructor replay regarding that
I just hope they don’t tell me to delete migrations and redo the database all over again 😭
Only 5 days until submitting the project
After this i will never code until new year 🤕
#codeblr#coding#programming#learn to code#webdevelopment#womanintech#software development#front end development#JavaScript#react js#reactjs#software developer#bootstrap#coding project#programming project#dotnet#backenddevelopment#database
26 notes
·
View notes
Text
Beginner JavaScript Projects
POV: You’ve studied HTML and CSS, you’ve made some cool projects and now you’re moving on to learn JavaScript. If you're just starting out learning JavaScript, it can be helpful to have a list of beginner projects to work on in order to get your feet wet and gain practical experience.
I’ve combined a list of 5 mini projects to be working on - some I have done myself! Don’t worry, for each project I've added a video tutorial that you could use as a reference to help with your own version of the project!
━━━ ⋆⋅☆
Basic image gallery 📸
A web page displays a grid of images and allows the user to click on an image to view a larger version of it. This could come in handy when making Tumblr themes 👀
The JavaScript side: Handle the user's clicks!
Video tutorial: [LINK]
━ ⋆
Simple to-do list app 📝
A web page that allows the user to add, remove, and mark items on a to-do list.
The JavaScript side: Manipulate the page's HTML elements and store the to-do list data in the browser's local storage!
Video tutorial: [LINK]
━ ⋆
Basic calculator 🧮
A web page with a simple calculator that can perform basic arithmetic operations.
The JavaScript side: Handles user input, perform calculations, and display the results on the page!
Video tutorial: [LINK]
━ ⋆
Random quote generator 📜
A web page that displays a random quote from a predefined list of quotes each time the page is loaded or a button is clicked.
The JavaScript side: Selects a random quote from the list and displays it on the page.
Video tutorial: [LINK]
━ ⋆
Simple rock-paper-scissors game 🎮
A web page that allows the user to play a game of rock-paper-scissors against the computer. I did this project during my coding night classes! 😊
The JavaScript side: Handles user input, generates the computer's move and determines the winner of the game.
Video tutorial: [LINK]
━━━ ⋆⋅☆
I hope this helps someone, it's really good to build projects as you're learning! JavaScript can be a bit tricky towards the harder concepts so it's good to have a good understanding of the basics, project building helps with that! Thanks for reading and have a nice day/night! 💻👍🏾
[⏪ previous programming post]
#xc: programming blog post#codeblr#progblr#studyblr#resources#coding#programming#computer science#comp sci#technology#javascript#software developer#programmer#coding resources#learn to code#projects#project building#my resources
346 notes
·
View notes
Text
Frontend Projects Ideas
ADVANCED
1. E-commerce Website
2. Social Network
3. Online Learning Platform
4. Music Streaming Service
5. Real Estate Listing
6. Project Management Tool
7. Chatbot Interface
8. Job Board
9. Weather Forecast with Al
10. Stock Trading Platform
11. loT Dashboard
12. Voice Assistant Interface
13. Expense Report Generator
14. Augmented-Reality App
15. Interactive 3D Graphics
16. Blockchain Explorer
17. Machine-Learning Dashboard
18. Language Learning App
19. Financial Planning
20. Astronomy Viewe
#codeblr#code#coding#learn to code#progblr#programming#software#studyblr#front end developers#front end development#web developers#full stack web development#full stack developer#full stack development#learning#tech#technology#my projects
29 notes
·
View notes
Text
I was snooping around in the binary files for some ps1 games and I think the .bin files are basically just ISO 9660 file systems, or at least something super close to that.
This just means I could probably tweak HarvesterHarvester just a bit and it'll probably work to reconstruct file systems from ps1 games as well!
#future project idea (maybe)#programming#ps1#playstation 1#comp sci#software development#software engineering#developer#technology#development
4 notes
·
View notes
Text
Project update
In June, when I started the jolt-jni open-source software project, I considered it a subsidiary project. However, it proved so absorbing that it soon soaked up most of my attention, leaving little for all my other projects.
This is surprising, since unlike most of my projects, it has no graphical component (yet) meaning no satisfying CGI images to enjoy (and perhaps share on social media).
Also unlike most of my projects, I was coding it from scratch, yet constrained by a preexisting API. In practice, that meant writing a ton of boring boilerplate. Prior to this I'd been scornful of the idea of using AI to generate code. But for generating boilerplate code, I can see that mechanical aids have their place.
Now that the library is about 80% complete, I've turned more of my attention to testing. My progress (measured in lines of code) is much slower. Some days I delete more code than I add. The good news is, I enjoy troubleshooting far more than coding.
For the record, here are the current statistics:
+ 1472 commits
+ Overall 48K lines of code (excluding comments and blanks)
+ 29K lines of Java (including 8K lines of tests and examples)
+ 17K lines of C++
#open source#software development#coding#java#c++#troubleshooting#api#current project#library#generative ai
2 notes
·
View notes
Text
A logo which i had cobbled up for a potential idea regarding a G1-inspired Transformers Creator software
I imagine quite a few of you would be interested, since we don't have any major ways of creating characters besides FOC Multiplayer, so i'll list some goals for it below:
1. The software should allow for highly customizable characters, meaning all aspects can be changed.
2. It should be accessible to everyone, if possible. If not, then at least have it be accessible to trusted creators and such.
3. It should be easy to learn, but a little difficult to master (right in that "just right" zone for a tool like this).
4. It should be at first focused on making bipedal and quadruped characters, though any other modes of locomotion can be implemented later
Well, i think that should be it! Hope you all enjoy the idea and the goals behind it, i've been thinking about this one for a while!
#transformers g1#transformers#autobots#decepticons#character creation#project ideas#software development
3 notes
·
View notes
Text
I'm moving on to a different project today! I am excited because for the first time I will develop a project with .NET core. Actually, I went to a 6-month course for ASP.NET and there wasn't much mention of core there, so I'm on my own in this, but I think I can do it.
This project I will do will be an income and expense calculator. People will see how much they spend and earn per month by entering their income and expenses and how much money they have, I will show them with a graph. Actually, I would like to make an online banking system, but I didn't want to push myself that much, but I'm always open to ideas! I will develop the frontend first and then create the database, but my database will be code-first and I will use layers for the first time in this project.
#developers#webdev#studyblr#codeblr#girl code#.net framework#asp.net#code first#software development#web developers#project ideas#study motivation#software design#schoolblr#progblr#webdesign#tech
19 notes
·
View notes
Text
think I’m gonna try and get serious about buyin a lil server to run stuff off of, I need something to focus on and put some energy into
#unimportant thoughts#let my computer science degree get put to use !!#besides i mean. yk. my job as a software developer.#anyways#just a small little thing#run a minecraft server and a project zomboid server on it for my partner and I#run a discord bot off it as well for my personsl server whenever i finish that project#nothing crazy
1 note
·
View note
Text
goodness, i think i'm gonna have to make a post about project 2025.
#maddie speaks#us politics#politics#project 2025#txt#like an overview of the entire thing which will be a bit difficult since it's over 900 pages#and this is really serious shit but i'm not seeing much awareness of it here on tumblr so#i'm gonna make a summary with as much info as i can muster#honestly i'm gonna need an exit plan if shit hits the fan here in the u.s.#england is on the top of the list to go to rn. but i'm 18 so i have no clue how i'm gonna make enough money to move out if i need to#i'm aiming to be a software developer which seems to make a real good amount of money. so.#hopefully it all works out in the end.
7 notes
·
View notes
Photo
How Much Does Software Development Cost in 2023?
Software development cost has been on the rise for many years now.
However, there is no one answer to these costs as they can vary greatly depending on the project and its specific needs.
Generally speaking, software development costs will run anywhere from a few hundred dollars per hour to tens or even hundreds of thousands per project. But how do we estimate the cost of software development?
#software development projects#cross-platform apps#native app development#software development outsourcing
0 notes
Text
Tomorrow is my first coding project presentation ever! I am nervous and excited at the same time
Also its a part of teamwork and we will present our backend project (online bookstore)
I will talk about the structure of our code in general then talk about the user entity
After that I will focus on my graduation project and build a whole new backend for it 💻✨
#codeblr#coding#programming#learn to code#webdevelopment#womanintech#software developer#software development#backenddevelopment#coding project#programming project#bootcamp
16 notes
·
View notes
Text
2nd GUI Design | Old Web
Saturday 29th April 2023
Another Old Web inspired GUI, specifically Windows 95/2000, I created today. I'm really having fun making these! I'm finding all of the GUI designs on Google and just recreating them.
Once I make a handful, I'll create an entire webpage inspired by what I have learnt! 😎👍🏾
#xc: update#programming#coding#studyblr#comp sci#codeblr#studying#progblr#programmer#software developer#web dev#computer science#xc: project logs#personal projects#old web#webcore#old internet#old web 1 project
58 notes
·
View notes
Text
Frontend Projects Ideas
BEGINNER
1. Portfolio Website
2. To-Do List App
3. Weather App
4. Calculator
5. Blog Website
6. Timer/Stopwatch
7. Image Slider
8. Quote Generator
9. Countdown Timer
10. Responsive Nabar
11. Contact Form
12. Currency Converter
13. Login/Register Form
14.. Interactive Quiz
15. Card Memory Game
16. Interactive Maps
17. Recipe Finder
18. Music Player
19. Social Media Profile
20.E-commerce-Product
#codeblr#code#coding#learn to code#progblr#programming#software#studyblr#full stack development#front end development#front end developers#my projects#tech#technology#learning#webdevelopment
13 notes
·
View notes
Text
URL Shortner
Image Caption Generator
Weather Forecast App
Music Player
Sudoku Solver
Web Scraping with BeautifulSoup
Chatbot
Password Manager
Stock Price Analyzer
Automated Email Sender
3 notes
·
View notes