As I have done for the past many years, I will again this year create a list of my favourite books on software development. In recent years I have started reading more about software architecture, therefore you will find some of these books as well. A lot of the books are the same as last year as ma...

just look...
just look...
a place that offers me the chance to interact with various programmers in chat rooms
a place where I can send and receive files such as images and documents
a place where I can post things and interact with other people in the comments of my can
a place where I can post trends and upload several images in the same post so that people get to know my work or things that I identify with.
a place where I can talk freely and make new friends, all for free and without ads. Fuck me, I think we should all be there, guys. join now https://chat-to.dev

Why use chat-to.dev compared to other technologies
Why use chat-to.dev compared to other technologies
It's better than stack overflow because you can have a conversation if you need help instead of having a long comment thread. It's better than IRC because the feed exists even when you're not online, without you having to create an inbox bot. It's better than discord because discord is a ball. And it's better than language-specific forums because sometimes you just have a general question that isn't framework/lang specific. So don't waste time and register now and have fun programming. https://chat-to.dev

hello my username is JavaJuggler i am a programmer and i love to create things that help people in their daily lives. i am the creator and developer of https://chat-to.dev which is a site where
hello my username is JavaJuggler i am a programmer and i love to create things that help people in their daily lives. i am the creator and developer of https://chat-to.dev which is a site where programmers of all levels can create chat rooms to talk, share, teach and learn things related to programming. with this i decided to invite you to visit my site and enjoy all the features it contains. give me feedback if you visit my site. thanks #Programming #Coding #Developer #CodeNewbie #DevLife

As I have done for the past many years, I will again this year create a list of my favourite books on software development. In recent years I have started reading more about software architecture, therefore you will find some of these books as well. A lot of the books are the same as last year as many are timeless classics as the fundamental principles of software development do not change much over the years. Therefore these are not books that have been published in 2023. I have read most of the books on this list, a few are recommendations I have yet to read. # 1 The Pragmatic Programmer: Your Journey To Mastery ## Authors: David Thomas and Andrew Hunt book1 # 2 Head first Design patterns ## Authors: Eric Freeman, Bert Bates, Kathy Sierra and Elisabeth Robson book2 # 3 Test Driven Development ## Author: Ke
thanks for the correction. by the way i would like to invite you to join our community, register and contribute. thanks
@MajorHavoc yes yes, the strategy is good

Ok. So the previous two post... well by the time im done typing this it might be out of order. Use context clues you can figure out which ones im talking about. SEO. Its fucking everywhere and im tired of it. Seo isnt bad. I wana start with that. It stands for search engine optimization. You probab...
Ok. So the previous two post... well by the time im done typing this it might be out of order. Use context clues you can figure out which ones im talking about. SEO. Its fucking everywhere and im tired of it. Seo isnt bad. I wana start with that. It stands for search engine optimization. You probably already know that so no biggie. Most people dont go to websites via url. If its not bookmarked they just search for it. Non-tech-savvy people take this to the extreme. They will search facebook rather then just append .com. Its wild haha. Old web browsers used to have 2 bars at the top, and some still do. One bar was for URL's. The other was a search bar. if you knew what you wanted you would use the url, if not you would use the search. Now we only have 1 bar. Might just be a ui improvement as you can make it context sensitive, might be because some people didnt know the difference between the two and wouldnt know why their GET to 'whats the weather like' isnt a valid request, might be be

If you've never programmed before I suggest you read [Think Python, 2d edition](https://greenteapress.com/wp/think-python-2e/). Its author was kind enough to provide it on his website free of charge. Though you can also buy a physical copy of it if you'd like. There's also a [Java version](https://g...
If you've never programmed before I suggest you read Think Python, 2d edition. Its author was kind enough to provide it on his website free of charge. Though you can also buy a physical copy of it if you'd like. There's also a Java version available as well though I recommend you choose the Python version. If you've never used a Unix(-like) system before you should read this free book called The Linux Command Line by William Shotts. It teaches you how to use the Bash shell which is used on all major Unix systems (MacOS, Linux etc.) and as a programmer you will most likely be using the Bash shell a lot so learn it. A shell is a computer program that allows you to interact with your operating system by typing in commands. You don't even even need to have Linux installed to read this book. If you are using MacOS then you already are using Unix so you don't h
@TheOneCurly but it seems that the person who pointed it out to me defends it tooth and nail, see here https://chat-to.dev/post?id=145, https://chat-to.dev/post?id=140 and https://chat-to.dev/post?id=132. would you like to join the community and share your ideas there?

what ways do you use to make money from your websites? i'm thinking of creating one and monetizing it
what ways do you use to make money from your websites? i'm thinking of creating one and monetizing it
@TheOneCurly hahaha so it's scary

have you ever done anything with Luan? what was your experience like?
have you ever done anything with Luan? what was your experience like?


# ## 404: An error message that occurs when what was requested could not be found. Broken or dead links often cause this. # A ## Accelerated mobile pages: Accelerated Mobile Pages (AMPs) are stripped-down web pages with minimal HTML intended to optimize search results on mobile devices. Because of...

# 404: An error message that occurs when what was requested could not be found. Broken or dead links often cause this. # A ## Accelerated mobile pages: Accelerated Mobile Pages (AMPs) are stripped-down web pages with minimal HTML intended to optimize search results on mobile devices. Because of their minimal nature, AMPs can offer faster load times and less data usage, improving visibility on mobile devices. ## Adaptive design: A way to build a website with several different layouts suited for different screen sizes. ## Algorithm: A set of steps for carrying out specific tasks. When an algorithm is created, developers document all the steps needed to solve a problem and what each step involves. ## API (application program interface): How computers and applications communicate with each other. ## Application (app): A type of software that allows the user to perform different tasks. ## Attribute: Information about elements of a component in your website design/build # B ## B2B web deve

reddit is over for me
for a while now i've been looking for alternatives to reddit, because for me it's over. i've been using telegram, scored, kbin and chat-to.dev i think they're the best alternatives to look for good communities on the internet.
this site promises to make users' points count, allowing them to later create or sell space for their own advertising. https://tabnews.com.br

Would you like to join our community?
I'm a programmer and for a long time I've been encountering problems with the platforms I often use to write my articles on programming and technology. So I decided to get my hands dirty and built a website that has received a considerable number of visits in just 4 months. That's why I'm here to invite more people who would like to write articles about programming (theoretical and practical) and technology to register on my website.
True, but isn't there a way for small sites to "survive" on this?

Coding challenges to help improve your programming logic skills.
Array Sum: Write a function to calculate the sum of all the elements in an array.
Palindrome Check: Write a function to check if a string is a palindrome.
List Sorting: Implement a sorting algorithm (such as bubble sort, selection sort, or merge sort) to sort a list of numbers.
Fibonacci: Write a function to calculate the nth term of the Fibonacci sequence.
Recursive Factorial: Write a recursive function to calculate the factorial of a number.
why did these difficult times arise?

What do the reputation points we earn here on kbin.social help us with?
What do the reputation points we earn here on kbin.social help us with?
i would like to know what the reputation points we earn here on the site can do for us and how we can use them?

how to attract a lot of traffic to my website?
i'm thinking of creating a tourist photography website and i'd like to know where i can attract traffic from the united states to my website?

how to attract a lot of traffic to my website?
i'm thinking of creating a tourist photography website and i'd like to know where i can attract traffic from the united states to my website?
I'm posting random things here on this site about programming and we could create a chat room there and talk more about the subjects. https://chat-to.dev/profile?u=JavaJuggler you can find me there with the same name JavaJuggler

which sites do you use to share code and talk about programming?
I'm new to the area and I'd like to know which sites you use to exchange programming experiences.