Tumgik
#programming community
lostlibrariangirl · 9 months
Text
Tumblr media Tumblr media Tumblr media
19 July 2023
I am trying my best to drink more water, and this big water bottle with motivational quotes is helping me a lot! Is strange, but to look at it, and know the pacing is great.
About programming, as I have to hurry up with my studies in order to keep up with the new architecture squad, I am trying to figure out the best notebook to write, as I learn better by writing.
I am using the purple one to Java, programming logic, SQL and GIT-Github; the colorful to Typescript and Angular, and I am thinking of using the brown to Spring Framework (as it is a huge topic).
Yes, for whom was working with JSF, JSP, JQuery (it is better to say that I was struggling with JQuery... hated it), it is a big change to turn my mindset to this modern stack - I will deal less with legacy code.
I am accepting all possible tips regarding Angular and Spring Framework, if is there anyone working with it here ❤️
That's it! Have you all a great Wednesday 😘
66 notes · View notes
Text
My HTML-Certificate on MIMO ...
Tumblr media
Post #153: MIMO (Multiple Input Multiple Output), Online Programming Learning Platform, My certificate of the HTML-Course, 2023.
6 notes · View notes
tecxter · 19 hours
Text
Tumblr media
Unleash the Power of Python from Tecxter - The Language Driving Innovation Across Industries
Python, the versatile programming language, has become the driving force behind innovation in various industries. Its simplicity, readability, and vast library support make it a preferred choice for developers worldwide. Tecxter, a pioneer in Python innovation, has taken the lead in leveraging Python to create cutting-edge solutions that transcend industry boundaries.
LEARN MORE ABOUT US
0 notes
ahsnapitskat · 5 months
Text
Hey, I know we may not know each other but I wish you the best of luck with whatever you have going on. I hope something great happens to you, you deserve it. 💕
12K notes · View notes
Text
Tumblr media Tumblr media
(NEW UPDATE WITH PHOTOS) Send us your best photos!
Absolutely beautiful! I hope everyone took this in! Makes you think just how small we are. A moment the world comes together as one! That’s true humanity . We will be uploading more amazing photos to this same post. So come back later on and check out our 2024 once in a lifetime eclipse photos.
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
6K notes · View notes
analyticspursuit · 1 year
Text
Top 9 Programming Help Websites to Check Out When Stuck
When you're stuck and don't know how to solve a problem with programming, it's tough to know where to turn. That's why I've compiled a list of the best programming help websites to check out.
These websites are full of helpful resources for anyone looking to learn how to code. From guides to instructional videos, these websites have everything you need to get started with programming.
So whether you're a beginner or a more experienced coder, be sure to check out these websites!
You can read more about it on my blog.
0 notes
izicodes · 8 months
Text
I made a beginner coding resource! 👩🏾‍💻💗
Tumblr media Tumblr media Tumblr media
Hiya! 👩🏾‍💻💗
I made a coding infographic/slideshow for anyone getting into coding and are stuck! I'm seeing a lot of new codeblr blogs coming up recently and they're all beginners and I have been getting a lot of asks which basically all ask "I'm new to coding, how do I start?", so I decided to make this at 1am in the morning real quick! 🥲😭
I genuinely hope that this resource proves beneficial to someone out there. And remember, if you find yourself still facing challenges or need assistance with anything else, please don't hesitate to reach out. I'm here to help! ✨
Link to the PDF: LINK
2K notes · View notes
octal-codes · 7 months
Text
The modder argument is a fallacy.
We've all heard the argument, "a modder did it in a day, why does Mojang take a year?"
Hi, in case you don't know me, I'm a Minecraft modder. I'm the lead developer for the Sweet Berry Collective, a small modding team focused on quality mods.
I've been working on a mod, Wandering Wizardry, for about a year now, and I only have the amount of new content equivalent to 1/3 of an update.
Quality content takes time.
Anyone who does anything creative will agree with me. You need to make the code, the art, the models, all of which takes time.
One of the biggest bottlenecks in anything creative is the flow of ideas. If you have a lot of conflicting ideas you throw together super quickly, they'll all clash with each other, and nothing will feel coherent.
If you instead try to come up with ideas that fit with other parts of the content, you'll quickly run out and get stuck on what to add.
Modders don't need to follow Mojang's standards.
Mojang has a lot of standards on the type of content that's allowed to be in the game. Modders don't need to follow these.
A modder can implement a small feature in 5 minutes disregarding the rest of the game and how it fits in with that.
Mojang has to make sure it works on both Java and Bedrock, make sure it fits with other similar features, make sure it doesn't break progression, and listen to the whole community on that feature.
Mojang can't just buy out mods.
Almost every mod depends on external code that Mojang doesn't have the right to use. Forge, Fabric API, and Quilt Standard Libraries, all are unusable in base Minecraft, as well as the dozens of community maintained libraries for mods.
If Mojang were to buy a mod to implement it in the game, they'd need to partially or fully reimplement it to be compatible with the rest of the codebase.
Mojang does have tendencies of *hiring* modders, but that's different than outright buying mods.
Conclusion
Stop weaponizing us against Mojang. I can speak for almost the whole modding community when I say we don't like it.
Please reblog so more people can see this, and to put an end to the modder argument.
1K notes · View notes
fbwzoo · 1 year
Text
Tumblr media Tumblr media
This is just SO cool and so cute!!! Sheldrick Wildlife Trust, a wildlife & conservation organization, is celebrating their first "great-grand-baby" elephant! One of their many programs is raising orphan wildlife, primarily elephants. Their program has been going for over 5 decades! They discovered the right formula to sustain milk-dependent baby elephants, and I believe rhinos as well.
This year they've reached 52 calves born to ex-orphans in the wild, which is absolutely amazing. But now they have their first one born to one of THOSE calves, making ex-orphan Yatta a grandmother!
Here's the longer blog post with the stories for this amazing elephant family. This bit at the end made me cry -
Tumblr media
@hope-for-the-planet this seems like your kind of post!!
3K notes · View notes
codemerything · 7 months
Text
A structured way to learn JavaScript.
I came across a post on Twitter that I thought would be helpful to share with those who are struggling to find a structured way to learn Javascript on their own. Personally, I wish I had access to this information when I first started learning in January. However, I am grateful for my learning journey so far, as I have covered most topics, albeit in a less structured manner.
N/B: Not everyone learns in the same way; it's important to find what works for you. This is a guide, not a rulebook.
EASY
What is JavaScript and its role in web development?
Brief history and evolution of JavaScript.
Basic syntax and structure of JavaScript code.
Understanding variables, constants, and their declaration.
Data types: numbers, strings, boolean, and null/undefined.
Arithmetic, assignment, comparison, and logical operators.
Combining operators to create expressions.
Conditional statements (if, else if, else) for decision making.
Loops (for, while) for repetitive tasks. - Switch statements for multiple conditional cases.
MEDIUM
Defining functions, including parameters and return values.
Function scope, closures, and their practical applications.
Creating and manipulating arrays.
Working with objects, properties, and methods.
Iterating through arrays and objects.Understanding the Document Object Model (DOM).
Selecting and modifying HTML elements with JavaScript.Handling events (click, submit, etc.) with event listeners.
Using try-catch blocks to handle exceptions.
Common error types and debugging techniques.
HARD
Callback functions and their limitations.
Dealing with asynchronous operations, such as AJAX requests.
Promises for handling asynchronous operations.
Async/await for cleaner asynchronous code.
Arrow functions for concise function syntax.
Template literals for flexible string interpolation.
Destructuring for unpacking values from arrays and objects.
Spread/rest operators.
Design Patterns.
Writing unit tests with testing frameworks.
Code optimization techniques.
That's it I guess!
593 notes · View notes
science-lings · 1 month
Text
AU where Phoenix is a drama teacher and Edgeworth is an English teacher and they’re both really weird about Shakespeare
Or
drama teacher!Phoenix and dance teacher! Edgeworth have to work together for a high school play without trying to kill each other (it gets real fuckin close)
267 notes · View notes
lostlibrariangirl · 1 year
Text
Tumblr media Tumblr media
April 21, 2023 - Friday
Holiday in Brazil today, and I am using it to make a big review of the subjects of my Sunday exam.
I read so much about Java concepts, tools, frameworks and libraries, that I thought I would faint 😅 Oh! And also PostgreSQL, Swift, SQL and NoSQL... God! How can they include so many things in a single exam!
Well, there's no time to cry 🤣 Tomorrow I will continue my review early in the morning, go to the gym, study some more, and then relax a little in the afternoon.
My subjects tomorrow are: Python (Pandas and Numpy), Portuguese grammar, bank and national finance, and Math 😭
I have so much to do until Sunday, but it is OK, I will be fine🙏🏾
Wishing you all a great weekend!
60 notes · View notes
larkingame · 1 month
Text
youtube
hi :) my video about how toxic the coding community can be online is up and ready to go! i worked really hard on it so I hope you give it a watch!
also, i've attached it i the description, but if you're looking to learn to code, or develop a text-based game, I've compiled this list of resources here!
161 notes · View notes
tecxter · 2 days
Text
Tumblr media
"Explore why Python is the go-to language for data science, web development, and more"
In the ever-evolving landscape of programming languages, Python stands out as a versatile and dynamic language. Its appeal transcends various domains, making it the preferred choice for tasks ranging from data science to web development. Let's delve into the reasons behind Python's prominence in these fields.
LEARN MORE ABOUT US
0 notes
ahsnapitskat · 7 months
Text
Tumblr media
1K notes · View notes
Text
Some beautiful work!
Tumblr media Tumblr media Tumblr media Tumblr media
484 notes · View notes