#💻|programming
1 messages · Page 26 of 1
you can do it the other way around too though
I learned web dev and then learned systems programming
but if you wanna improve quick then its the way 🕵️♂️
Now am soo confused even more then before
too much information no?
thats why I said, just learn C, learn modern C, make some projects, and the knowledge on what to do next comes naturally
After learning modern c what can I make. Interms of projects
Nothing too hard, a calculator, a password manager, a pomodoro timer, etc
this is a good roadmap you can follow too https://github.com/gurugio/lowlevelprogramming-university
just read the "how to start" https://github.com/gurugio/lowlevelprogramming-university?tab=readme-ov-file#how-to-start
Like what my thoughts is like .. i thought I'll learn devops, docker, cloud , kuffka everything.. then know how to code on git hub then make some connections
I know about calculator part
haha, yes this is why i said systems programming its the hard path in a way
I can't advice you on devops since I haven't done much of it, but competition is definitely lower than with web dev
But the success rate ?
Oke forget it
I'll start with modern C and make some projects and I'll see what should I go after that
Is it right?
yep, and follow the roadmap so you know what you have ahead
¯_(ツ)_/¯
you could also learn web dev since you might have to use that knowledge at some point either way and then learn systems programming since it will be easier now that you have knowledge of how making more complex projects works
or web dev basics and then devops and then systems programming
anyways the path can be anything you want but the destination is always the same 
there is and always has been some demand for PHP
And always will be
Well if someone wants to know php
Then knowing JavaScript would help too. They're not directly related, but php devs often have to interact with front end and front end is done in js
Soo
Tbh everyone should know JavaScript these days anyway lol. Everyone uses it
this ^
what is hard is not JS itself but the ecosystem
but getting the basics of JS down and learning how to manipulate the DOM to make your site interactive it's really easy and intuitive
and at some point in your life you are going to have to do web dev for circumstances of life, so learning it wont do any harm
Hi Alex. I've been in the programming vc for a number of hours. Always happy to chat there on this sort of stuff, especially if you hate web dev stuff (cause that's me also). As Lewboski recommended C/C++ is a good start, to getting into something moore than web sites. Control systems is the exciting stuff (imo). Here is a link to a prvios post earlier in this channel, where I comment on this same thing. I end up writing about it every few months, so I will just link this time.
Basically Build rockets, aircraft systems, radars, military equipment, mining automation equipment, manufacturing control systems. Good fun.
A programming language for readable, correct, and performant software.
What is this?
Yap! Sounds good ..
hello guys
i have a small problem here
i will start to learn programing
and I want to summarize the lectures but i don't know how
if someone can give me hints on how I can do that I will be thankful
It's mb a stupid question but why do people use git in the terminal, if more useful and easy would be just to use Github desktop app, I really don't understand
Here. Read this, if you didn't read the programming channel link above....
Firstly, no question is ever trivial. Regarding the use of Git, I prefer using it through the terminal. However, if you find the GitHub desktop application with its user-friendly interface more comfortable, you are welcome to use it in that manner. Personally, I find the command line interface to be faster, as it requires less navigation through the application and fewer clicks.
Thanks a lot, I didn't even think in this way, using cmd is really faster
this may be asked at your interview, and it will be really awkward to forget the git commands. I don't know how is it for you, but i'm always forgetting git commands if i'm not using them for a while
print("Hello World")
I am not particularly fond of memorising information. I believe it is unnecessary to memorise Git commands, as familiarity will develop naturally with repeated use over time.
I think this will be one of the more important reasons for me to try to switch to cmd, thanks
Oke am going through this ..
I got it .mm thanks for this roadmap...sir
Guidance system sound better then those banana and underwear stuff😸
Naturally, bananas are the cornerstone of every successful business portfolio. In other words, the secret to paying the bills is all about those banana sales.
@tropic ginkgo IF and Only IF you are awake, you can chat with the helpfulful folks in the programming vc.
Hello guys. Does anybody have experience with Github Copilot + Visual code studio? Is it any good? Is it better than ChatGPT 3.5?
Do you have experience with Github copilot? If yes how good is that? How helpful is that?
just try it and make your own opinion. it takes 2s to install.
if you're a student it's free
Yesss. I am a student. I know it's free.
I need it for studies, doing projects and learning, Java, C++, Python
ChatGPT is more than enough anyway
i don't recommend it if you're using it while learning
@finite oak I have methods and materials to study. More than enough. My idea is it could speed up coding my projects once I already know how to code properly.
Anyway. I have learned how to code in python from ChatGPT much faster and in much more convenient way than I would have using courses, reading books and watching videos.
Help me please with my internet connection :(
Hello folks,
I'm currently having to deal with internet problems. Previously, this wasn't a big problem for me as I didn't play any games. But now I've started playing CS 2 etc. and I need a stable internet connection.
I have packet loss from time to time. My ping is 20-40ms on average and then suddenly it shoots up to 500-2000ms.
And the whole thing happens 4-7 times in an hour. That's enough to destroy a competitive game of Counterstrike.
I have an Unlimited 5g mobile phone contract and I've tried playing with that too, but here I face the same problem.
What could be the reason?
Could the problem be hardware related from my PC?
I hope someone can help me. :)
Well point of asking is getting an answer. I want to know if people like working with GitHub copilot.
Just a start note, 5g allows use of 5g, but it may still be connecting to 4g or 3g, especially if there is no 5g base near you. The 5g may be faster but the range is shorter and needs a lot more stations to be installed, and that may not be the case in many areas. So the older tech is still the primary method. The big jumps may be when the 5g or 4g drop to a lower signal as it hunts for a connection.
Hello, how to load public image from google drive url in Flutter Web
Error in Image.Network() :
The following ProgressEvent object was thrown resolving an image codec:
[object ProgressEvent]
So true
literally sitting like that looking at my screen now, only one day later
I'd say it starts looking like moon runes after 1 day
It is just incredible what ChatGPT is able to do
but was it a picture from the internet, or one that you took?
That's my picture. So it had to learn the patterns and shape of the plant.
we are doomed
now back to my mosquito game
And yes, you could argue Google Lens was able to perform this 10 years ago. Yes, but ChatGPT is more interactive, you can use for bike repair or take a photo of diagram and get explanation
Maze code has a lot of cases. Here is a first run with one case
bedtime now. Satisfied with progress
What's that about? Maze generator?
K!d
Yes. I am making a maze generator. 6 months ago, another meme and i were using challenges for people to submit some code to make a maze. The only person at the time to do so, was sending chatgpt solution and refused to admit that, not actually describe how it worked. Well, I'm finally working on the challenge myself, to learn some of the bits and pieces of c++. I've been working daily in the programmer v to, for those who want to watch and chat, but that does slow me down, i have to admit. The eventually game is a Pacman clone.
where? in programing vc? but i never seen someone over there !
Sounds cool
@robust vigil personally I can't imagine writing code without tools like github copilot anymore, I use codeium that is a free alternative, it speeds up my work significantly and makes suggestions well. feel free to ask me if you have any questions
what does it recommend or autocomplete for you if you name a function obliterateHumans?
Okay cool
that depends on the file I write the function in but it doesn't do anything fancy... for now ;p
What
lmao
print("hello gays")
have you noticed patterns or is random working?
random is working. But its potentially not a good method if its evenly distributed on this small scale. Occilations are frequent in the patterns
but there are only 3 directions it can go, soo🙅♀️
In your example, if you start at left-hand side you can only go right, up or down. You cannot go left. You can easily make rules to achieve more chaotic and 4-direction maze.
I just removed the rule to not go backwards and the path kills itself quickly when it winds back on itself and terminates its path. But I have got the paths running now on each attempt. I had some kill conditions near the edges, but finally found them after a few hours.
tomorrw to seed the primary line with start nodes for additional lines branching off.
algorithm:
- go to one of the 3 out of 4 directions where you can go, the new position must not be the path itself
- check if the new position is border, if yes, the path ends, if no continue
- repeat
Thats pretty much it
except i have a undocumented feature preventing the end from hitting the end border presently
hello, I am looking for a native English speaker to help me with some sentences
You don't need native speaker to help you with sentences. What sentences have you got?
You can validate proper English with a proper certificate.
?
Have you tried https://app.grammarly.com/?
is that C++ ?
huh
this is C11

what the easiest program language that i could learn?
idk, I'm not most wizard in programming yet
me 2 😁
but it really cool major
i will choose it after i finish my one
Hi there
Good morning all
Can anyone help to give direction on wht should I do next??
As someone said to do moder "C"and then I can change on any language . An also they talked about OS development but the thing is .. a developer explain to me that OS development is not good for beginners and in market os development demands are less .. and the person who is in os development files doing there job in a company they have already 5+ experience.. so it's very tough way to go .. and demand are less but pay heigh ....
I like to coding but am so confused I don't have anyone who can guide me
Even to many time i changed my programing language to do somthing better and to apart from others
Python
Do you have a specific goal in mind? If not, I recommend starting with some online research on a variety of topics, such as web development (both front-end and back-end development), machine learning, data science, mobile app development, cybersecurity, and game development. This will help you identify areas of interest before delving into programming.
For instance, if you choose front-end web development, you can visit job posting websites such as LinkedIn and search for job titles like Frontend Web Developer. Check the job requirements listed. You will find various open-source, step-by-step guidelines to explore and learn each requirement.
Once you're done with learning the basics, try to build unique projects to solidify your understanding.
⚠️ Warning ⚠️
18++
||. 19 . And caught in 4k 📸 ||
This is what ever one is doing nowadays.. web dev. . I don't like it too much.. it's so crowded and full of competition
Then find something that you're passionate about 😎

If it isnt a hobby for you already, programming may not be the greatest area of work to get into. As you said and Overload said, its a crowded market, and you really need passion to succeed. Passion is like hobo Peo who after decades in the computer field, and hates tech so much now, is still interested in programming and still does it for the fun. Programming is almost like the glue that holds systems together. There are 2 large areas to consider. One is business information. Working with databases and presenting data. It also requires collecting that data. The other is control systems. Programs that drive and run machinery and electronics. Sometimes the systems can be so big that you may be working in the database field, but using data retrieved from the big machine or network of machines, eg train networks, airline scheduling, electricity, gas or water networks, mining or petroleum extraction. And sometimes you may be in an office processing the data, or hanging on a pole with a laptop plugged into a control system on a local street, reprogramming the device or sucking data from it. The important thing is that the system itself as a whole is what is fun. You learn all aspects of the hardware you work with and strive to move about the business you work for, looking to build interfaces to humans and to other systems. Dont view programming as a front or a back. Its about the whole. As you walk through the streets look at all the technology that is around you and think about what it is doing. Is it watching you, listening, measuring traffic flows, checking the weather, driving the wheels of a vehicle passing by. As you think about the data being produced or the functionailty of those things, thing about the businesses that produce the equiment to perform those tasks. Think about what business you would like to join. Tech changes continuously. You will change jobs many times in your career. Try and make it a fun journey. Enjoy it.

Ys sir
I would also like to emphasise that there is no one-size-fits-all approach in this field. There is no guarantee that learning a specific programming language or framework will secure you a job. This ever-changing industry is continuously evolving. If you do not enjoy solving problems, it may be challenging to sustain a long-term career in this field. Imagine the year 2026, where coding might be fully automated. I would still be writing code and working on my personal "human" projects, while AI could probably accomplish the same tasks 100 times faster and with greater efficiency.
Is it hard to get a job as a web developer?
Thankyou mam... It means a lot, and from here out I'll work on this way!
Dam! That's scary
I don't think it's scary; I find it fascinating. Imagine wanting to build an app and simply instructing the AI to create it for you. You would be able to modify it until you are satisfied with the result. I believe this is inevitable. In the future, people will be valued more for their ideas and creativity rather than for the actual lower-level implementation.
but I could just prompt it to generate an idea
Just like everyone else!
The other day, I came across an app that lets you select a plant from your neighbourhood map and provides all the details about it. Additionally, it sends you notifications to water it or perform other tasks. The app creator is certainly using AI and ML for various components, but I found the idea particularly interesting. It's like adopting a plant. When I saw the app, I thought there was definitely something unique about the idea, even with AI involved.
Programming to a programmer is like painting or drawing to an artist or finding and framing the environment and taking photographs for a photographer. Its all art. AI may produce all of these things in the near future, but it will always be personally satisfying to the artist. AI generated will be a tool for the rest of the people who just need something instantly, but it will never hold a value to anyone. I will admit that programming is not truely a 'valuable' nor 'art' to the world, like an oil painting may be. True human made art will, I feel become even more valuable in the future. Perhaps even owning man made computer code may become the next kitsch art form in the coming decades, just as old computing tech may also become desired, once world controlled machinery becomes detested and rejected.

if you are still up, I'm in programming vc
for a chat
well ping me, I'm just listening in the other room
One of the best things about programming (for me) is when you build something and see it working just as you imagined (like art). After that, you can reflect on your mistakes and improve from them
cool I'll try to learn it 
I agree with you.
👏🏼
But @hidden zenith you must learn fundamentals of object-oriented language from Bjarne Stroustrop (C++ creator). Google about it
ohhh it have complexity right ?
No no. It's concept
ty
If you dominate the concepts, you dominate any languages once it implements those concepts. For example, C#, C++, Java, Python are object-oriented language.
So you're gonna find classes, interfaces and/or abstract classes. And concepts such as inheritance, polymorphism etc.
thank u sooo much for that info
If you wanna a great software engineer, you must dominate object-oriented concepts, once you're gonna work with an object-oriented programming language. But if you wanna work with functional programming, then you must dominate the concepts of functional programming.
I'm here to help you. If you wanna learn more and read great articles, so send me a message on private
glad to hear that
Python
basic
C++
ty
ty
ty
Assembly
or Haskell
Another day, A little more improvement. I now allow it to go backwards, and have also got it terminating correctly. a couple of hours mystery why it just stopped and still had options to keep moving, but figured it out eventually
Looking for rust dev, I need help with un-stupidize my code, please
Name one problem with using this leading 'requirements gathering' software product.
wdym
In the context of programming, an algorithm is a well-defined set of instructions or steps designed to perform a specific task or solve a particular problem. Think of it like a recipe for making a sandwich: you gather your ingredients, follow the steps to assemble them in the right order, and voila, you have a delicious sandwich.
When you are first learning to code, aim to master the syntax as quickly as possible. This will allow you to focus on algorithms and data structures.
I am cooking fudge in my VC if you are interested in chatting programming, as cooking is not interesting, unless you like to know how to make fudge

Hello
nice explanation
If someone make u ddos attack how to deal with that
Multiple paths but not quite there, I can see...

but I wanna try the monsters, so I may put them back in now, regardless

These look actually quite scary I can see myself getting trapped very easily
might need a teleport right away
Timecheck. Got monsters moving in paths and call arguments
Yay making progress. What will be the objective of the game? Get from point A to point B?
Death ❌
Upload memory to the cloud ✔️
Well Monsters, and player in maze and colors adjusted for sanity. Unfinished path issue has been found and fixed. Have check the probability of path generation and there are a few different algorithms that work just as well, but a frequent path seeding words well. The objective will be to collect treasure to finish the level withou bumping into monsters. I may have to add some bridges as its a true maze currently and only one path to all locations will make it slow to complete. I'll add more monsters each level .
Player in red, monsters blue

👋
they are all hard to see with the small path as it is
c++
I tried dark mode, but its the same but reversed

I'm with you same vc channel
see
cant talk there
how is the pycharm is nice?
because i download pycharm
btw is this channel for software
hey anybody here?
ohhh god
how could I play this game
it sound a real hard one
How can I improve my logic I feel stuck
@pure copper You who know everything and I always read what you advise me to improve the logic You who know everything and I always read what you advise me to improve the logic
take some algorithms questions on leet code,
if you are asking then its a good IDE
I think i need a pronunciation converter from cyrillic to something i can read. I think it's my next immediate project.
You need a big project that you can work on various aspects of. The functionality does not have to be complex, but should be something you can build on daily while keeping it simple. Build little components daily and add to the functionality.
I am going to suggest that you should start immediately on a floor plan CAD system. First task is to create a coordinate window, and draw a rectangle on it. Then using a mouse wheel zoom the rectangle larger and smaller, whilst maintaining the pixel to real life scale. Show the scale. From this you can then start a file database of rectangles representing walls, as other objects such as windows and doors. Use layers to draw additional objects such as line diagrams for wires and pipes. The important thing is that you start with the initial concept and start building on it, thinking ahead as to how you will need to manage the expansion of the functionality as you continue to build on to it.
I am willing to run this project in parallel with anyone that wants to try and i can provide some initial and ongoing requirements to keep you busy. It's also going to help you learn the logic and syntax of your chosen language or graphic package.
Requirement, scope, design, build. Waterfall is get it all done at each stage before to the next. Agile will look at doing the same but on a smaller functional scale.
It's important to get a vision at least of the whole, and a basic skeleton regardless of which approach is taken.
look is this really save the data???
private void storeSpeedTestResult(String speedResult, String pingResult) { AppDatabase db = AppDatabase.getDatabase(getApplicationContext());
SpeedTestDao dao = db.speedTestDao();
SpeedTestHistory history = new SpeedTestHistory(); long currentTimeMillis = System.currentTimeMillis();
history.date = new java.text.SimpleDateFormat("yyyy-MM-dd").format(new java.util.Date(currentTimeMillis)); history.time = new java.text.SimpleDateFormat("HH:mm:ss").format(new java.util.Date(currentTimeMillis));
history.speed = speedResult; history.ping = pingResult;
new Thread(() -> {
try { dao.insert(history);
runOnUiThread(() -> webView.evaluateJavascript( String.format("appendHistory('%s', '%s', '%s', '%s')",
history.date, history.time, history.speed, history.ping), null
)); } catch (Exception e) {
showAlert("Error", "Failed to save speed test result: " + e.getMessage()); }
}).start();}
Did you write it using libraries you know? Is the information it is pulling and pushing to the database, the same data that the database holds? If yes, then you should just run it now in your big picture program and check the database directly after running it and see if the records are there.

It resembles some sort of dao code.
yep
fr it's first time to use this library
room
do u think the is right , as im not familiar with java
package com.hamdy.speedtest.app.model;
import androidx.room.Entity;import androidx.room.PrimaryKey;
@Entity(tableName = "speed_test_history")
public class SpeedTestHistory { @PrimaryKey(autoGenerate = true)
public int id;
public String date; public String time;
public String speed; public String ping;
}
package com.hamdy.speedtest.app.dao;
import androidx.room.Dao;import androidx.room.Insert;
import androidx.room.Query;import com.hamdy.speedtest.app.model.SpeedTestHistory;
import java.util.List;
@Daopublic interface SpeedTestDao {
@Insert void insert(SpeedTestHistory history);
@Query("SELECT * FROM speed_test_history")
List<SpeedTestHistory> getAllHistories();
}
package com.hamdy.speedtest.app.database;
import android.content.Context;import androidx.room.Database;
import androidx.room.Room;import androidx.room.RoomDatabase;
import com.hamdy.speedtest.app.dao.SpeedTestDao;import com.hamdy.speedtest.app.model.SpeedTestHistory;
@Database(entities = {SpeedTestHistory.class}, version = 1, exportSchema = false)
public abstract class AppDatabase extends RoomDatabase { private static volatile AppDatabase INSTANCE;
public abstract SpeedTestDao speedTestDao();
public static AppDatabase getDatabase(final Context context) {
if (INSTANCE == null) { synchronized (AppDatabase.class) {
if (INSTANCE == null) { INSTANCE = Room.databaseBuilder(context.getApplicationContext(),
AppDatabase.class, "speed_test_database") .build();
} }
} return INSTANCE;
}}
im using webview btw
n to make it more clear
this in the MAIN ACTIVITY
private void storeSpeedTestResult(String speedResult, String pingResult) {
AppDatabase db = AppDatabase.getDatabase(getApplicationContext());
SpeedTestDao dao = db.speedTestDao();
SpeedTestHistory history = new SpeedTestHistory();
long currentTimeMillis = System.currentTimeMillis();
history.date = new java.text.SimpleDateFormat("yyyy-MM-dd").format(new java.util.Date(currentTimeMillis));
history.time = new java.text.SimpleDateFormat("HH:mm:ss").format(new java.util.Date(currentTimeMillis));
history.speed = speedResult;
history.ping = pingResult;
new Thread(() -> {
try {
dao.insert(history);
runOnUiThread(() -> webView.evaluateJavascript(
String.format("appendHistory('%s', '%s', '%s', '%s')",
history.date, history.time, history.speed, history.ping),
null
));
} catch (Exception e) {
showAlert("Error", "Failed to save speed test result: " + e.getMessage());
}
}).start();
}
private void loadHistoryData() {
AppDatabase db = AppDatabase.getDatabase(getApplicationContext());
SpeedTestDao dao = db.speedTestDao();
new Thread(() -> {
try {
List<SpeedTestHistory> historyList = dao.getAllHistories();
if (historyList != null) {
StringBuilder sb = new StringBuilder();
for (SpeedTestHistory history : historyList) {
sb.append(String.format("appendHistory('%s', '%s', '%s', '%s');",
history.date, history.time, history.speed, history.ping));
}
String js = sb.toString();
runOnUiThread(() -> webView.evaluateJavascript(js, null));
}
} catch (Exception e) {
showAlert("Error", "Failed to load history: " + e.getMessage());
}
}).start();
}
@pure copper pls help

You fail to grasp my point. YOU are writing this code. YOU know what you are trying to do. When you run this code that i hope YOU have written, is it doing what YOU Expect?
I have no idea what you are doing. I am not going to read through this, because it means nothing to me, as i hold no value of it to do anything.
If it's too complex for you to understand it then try writing it simpler. Use a debugger and step through it and see what happens..
(Now I'll have a glance)

I was literally going to refer to this diagram as part of the answer
It looks like my maze
It’s usually more helpful to share the specific issues you're encountering rather than pasting a large chunk of code. Providing details about the problem makes it easier for others to assist you.
Actually Pharoah should be able to read that.
I didn't think about that
It generally looks like it should be in writing some history record to the database, but the specifics are easily lost without a compiler or a runtime debugger.

Yea. I like the stackoverflow style when introducing a problem.
If you just copy/paste large chunk of code. And then say "pls help me". It's too bad.
hmmm sorry for that
im making an app measure the internet speed with some additional features
n this tak is to store the history of the speed n ping n ofc date n time
but im facing problem that when i close the app the history is gone
which means there might be a problem with storing or retrieving
hmmm
my bad i was just really cooked
Maintaining a large codebase can be quite taxing. That’s why documentation and breaking down the code into modules are very important.
@austere gate
now it's in detail
What?
sorry by wrong
As I ordered I'll try it
I am willing
Just out of curiousity, what language are you working in, or planning on working in?
@pure copper
whatcha think then?!
I'm in the vc if you need to talk.
ping me if you want to chat there
well
i am there in programming vc
I am in vc for chat if you wish
echo 'hi'

👋
javascript or some framework mern
what is vc?
voice call
thank you
Hey there
does anyone here doing cyber security course?
Alright, so the CAD project was full of functionality, but has already bored me before starting. You can keep going, but I have a (there is not word called 'funner') more fun project to work on. Its a spaceship fighter game. I guess the aim of this little game is to be a first person shooter, in a cockpit of a fighter spacecraft. As you move through space, the star field will have to move appropriately and the enemy spaceships will have to move within the star field, while the starfiled moves past your window. I guess there will be some planets, enemy ships, space station, and laser guns that will have to work all at the same time.. I will be doing this in a console window again, using standard characters for objects. I offer this challenge for all readers here. No fancy graphocs. This is for learning. Minimal use of libraries, apart from async keyboard, and cursor /screen control.
hey, im learning it with Udacity
is it worth it ?
cuz i'm a medical student and i do coding 🙂 and also have interest in computer stuffs life cyber
Hi
I'm frontend developer, for the backend side I use php :V
Welcome
I use php with laravel and javascript /typescript with angular
hi bro
Hru
Fine resting
What r u doing ?
Software developer
Tbh I'm still discovering... I used to learn react

Share programing servers
Anyone have vacancy for fullstack developer ?
ooh lol
well i took that course for free from our ministry , it actually cost 800$ , i feel ot too much as the course is 3 parts every part cost i think like that
i took just the beginner course n it was great n now im advanced biginner
maybe u can ask seniors in Facebook groups about the best course n teacher
i don't have facebook
let's see i know some seniors will ask them
thanks for the info 
cool
u r welcome brooo
thanks broo
I don't know but u can try PowerShell maybe
Error?
No, I don't get any errors or screens when I try to enter cmd.
I use java Spring boot
ww
I'm a programmer and im learning in a boot camp place I already finished html css react and im now in node js
Nice gl
What kinda resources did u use to learn react
Hello, are you interested in programming?
Yes I'm
what language?
JavaScript, bash Java but don't know enough
got it. Why do you learn programming language? your hobby?
Major is computer engineering
Hello guys, Can you recommend me some library for React Native for form validations? appreciate 👍
Welcome I wish I could help but I don't know native so u can ask chatgpt maybe
Ahah, One, I'd be happy to help you with form validation libraries for React Native! 😊
Here are some popular libraries for form validation in React Native:
1. Joi: Joi is a popular validation library for JavaScript that can be used with React Native. It provides a simple and powerful way to validate data.
2. React Native Form Validator: This library provides a simple and easy-to-use way to validate forms in React Native. It supports a wide range of validation rules, including email, password, and credit card number validation.
3. react-native-validator: This library provides a simple and flexible way to validate forms in React Native. It supports a wide range of validation rules and can be easily customized to fit your needs.
4. Formik: Formik is a popular form library for React that can be used with React Native. It provides a simple and powerful way to manage forms and validate user input.
5. Yup: Yup is a JavaScript object schema validator that can be used with React Native. It provides a simple and powerful way to validate data and can be easily integrated with Formik.
6. react-native-validation: This library provides a simple and easy-to-use way to validate forms in React Native. It supports a wide range of validation rules and can be easily customized to fit your needs.
7. validates: Validates is a lightweight validation library for React Native that provides a simple and easy-to-use way to validate forms.
All of these libraries are well-maintained and have a strong community of developers who contribute to them. You can choose the one that best fits your needs and preferences.
Type next to explore more libraries and examples.
Let me know what you'd like to do! 😊
Kiru, personally I really recommend Yup, I used it with react-hook-form and it was simple and easily customizable, especially when doing custom tests
gpt?
Didn't like the docs as much, but stack overflow has a lot of posts on it that will help you
thx guys, appreciate
no problem, if you do decide to go with Yup I'll gladly help you if you have some problems down the line, if not you can still ask, I always try to help when I think I could
Hi friends
Hi
Hii
Hi. Is there any malaysian here 😅
Hi. are you interested in programming?
hi
hello lovely people
its me again
so i got a question
how would you make elements look like this
so basically i have to connect em, do the padding between elements, do the row?
or should i just use display flex
Yes
If you want to do this line, I believe using height would work well or depending on what you did in the html, it's a good idea to test it in the browser
Oh... I am looking your git hub project.
you are fullstack developer.
Perfect. You are excellent developer.
Nice to meet you.
Oh thank you not so much I still have a lot to learn
It's in my bio my github
How many years of experience do you have?
I am also web3 and fullstack developer.
Look at 1 year with personal projects and I had 3 months experience in a company
Damn, I work with blockchain development but it wasn't long
Wonderful. you have only 1.5 years of experience, don't you.
Incredible. How can you be such a senior developer?
Now I am developing arbitrage bot.
I'm not a senior friend and just experience with personal projects and for study purposes
cool
So are you still fullstack developer in your company?
At the moment, these are not projects for study and learning purposes.
You have cool projects. I liked food website and put my 🌟
Oh thank you, you can take it to study or fork it and do it better hehehe
What was the application and how did blockchain get used?
Is that a university, actually never heard about it before until you mentioned it
The company develops blockchain games, the game's business rules were created in the backend and we integrated with the front end, the client connected the wallet and played the game
Its probably an extension of Monash University in Melbourne Australia
HELLO
I hope so:).
Hi
SO YOU ALL GUYS ARE CODERS
Kinda trying to be
you can
SO YOU ARE HARSH, how's it going?
I know, this dude here like "I finally found you all..."
Oh cool, just for studies or work it would be cool to put it on github or version it on some platform
I'll probably do that
Yes github, but got to build it first. For teaching c++ for me, and if anyone wants to do it also, we can discuss our versions in vc as we build.
Hi everybody, do someone want to practice our speaking and talk about programming or hobbies?
You should definitely do this and you will have excellent projects on your github
And helps document learning
Are you guys curious about programming?
Want to learn one of the most popular and versatile languages in tech? Start your Python journey today with this fantastic introductory course from Microsoft Learn! 📚
In this learning path, you'll write your first program in Python
🔗 https://learn.microsoft.com/en-us/training/paths/beginner-python/?wt.mc_id=studentamb_380602
Whether you're a beginner or looking to refresh your skills, this free course will guide you through the basics and get you coding in no time. 🚀
Is this an advertisement? 😅
Also, did ChatGPT write it?
Not an advertisement, I checked, It's a beginner friendly Python programming course produced by Microsoft.
Although ChatGPT can make it, but I think it's not.
Definitely not a marketing post—just an enthusiastic suggestion with emojis and a tracking link purely by coincidence! 
Any python programmers here wants to speak english and talk more about py ??
hi
hi
Bring it
Are u a programmer?
Yes. I use python at my university
Yeah that's great , I started learning py last week
I tried a lot things but I decided to stick in programming
Hey u guys? which is more difficult to learn, embedded programming or software programming?
I did some research I found that embedded programming more harder than software programming
I love python. Everything is so intuitive and makes sense
Me nether that's why python is the most using language
Hi, I want to enter the world of programming and I am confused about what to learn. I have some rudimentary knowledge of Frontier, please advise me.
*front end
Hi, you could start with logic and algorithms, data structures, basics of operating systems, there are many resources on youtube, from there you could start with a programming language.
Some people told me to start with a language like Python or Java. Should I learn the things I mentioned first?
Being a programmer or developer does not simply involve learning a programming language. It implies having the ability to solve problems efficiently, and for that you have to develop logic and problem-solving skills. Of course, you can start with a programming language, but it will be much easier for you to learn the basics first. In any case, it is key to be able to analyze a scenario and develop an IT solution.
You can start learning C/C++ first. Mastering those languages means that you are able to learn any kind of language in a short time. And while learning you can also develop your problem solving skills.
Frankly, I was convinced by what you said. It is a good plan to start. Thank you very much
But the problem in my community when we come to C++ says it's impossible or very difficult and they go to the front or back end, so I'm really confused
You can start with any language you want, as long as you do it step by step, reading documentation, and tons of PRACTICE! And when you realize you'll be a master in that language.! 👍 In my case I started with C and Java
Any language but Js
just kidding haha😆
Thank you, Gonza. I think you are one of the professional people. I will start strong, God willing Someday I will become 🙏🙏
And thank you very much Tony🙏🙏
For me i’m learning just Swift, and SwiftUI, because i’m an Apple Developer
Wow! interesting
Apple Developer means you develop the iphone or mobile app?
It means developing for the all platforms; macOS, iOS, etc.. but for now i’m just building for iOS
Watching videos and reading material, will present you almost immediately with code examples. This will be extremely difficult to understand unless you can grasp the basics of a programming language.
Most languages work the same way, with only slight differences in looks and in the more complex functionality they may present, and which makes them differ from each other. But the basics are really the same.
The simplest way to learn programming is to pick an area of the computer sciences that does not require knowing about networks and security and servers; rather just allows you type in a few commands and construct simple programs and see the results on your screen, on your own machine. Any mention of front end back end, is a sign you have gone to far already.
You need to start with 0=0. 0+ 1 = 1, (and 1+1=2... I put this so everyone reading this. doesn't think I'm speaking binary, just really simple). Learn to put some text on a screen. Not pretty flowers and smiling faces, just "hello". Learn how to give your computer some data from the keyboard and change it and then display it on the screen. Then make that a little harder.
Pick a language to use. They are all just as difficult to learn if you know nothing. Some will allow you to do more things in time than others. But they all start the same way. Learn c++
. Or c, or python. I wrote a program in 4 lines with c++ yesterday (learning /teaching) and it worked first time. It will for you too. I also spent 2.5 hours with another experience programmer searching for a program problem that ended up being one missing semi-colon (but we just couldn't see it) (pun intended) .
Be the first in your town to master the "hard" language. But pick any. It really doesn't matter.
Then do as gonzo said #💻|programming message . start building your knowledge on what a computer does and can do.
yo
yo
Hi friends
hei
hi
.
https://www.skool.com/signup?ref=9cb2936abcb74640aaa7f48c01910083
If you are developer or want to learn programming, join here.
This platform is a community platform designed to help creators, coaches, and educators build online communities, run courses, and engage with their audience in a structured, organized environment. It combines elements of social media, forums, and learning management systems to create a space where users can interact, share content, and collaborate.
Hi guys,do you stream here when you code? If the answer is yes is there a certain schedule or is it casual? I'm a beginner and i want to improve
i can use html and i'm learning css
there is a voice channel where people use to stream while coding: #1188158256221261854
Yes. Various people stream at random times in the programming vc. They may also stream if you just ask questions and they try to help.
Oh, i think u need to study JavaScript, based on the skills you are already learned.
Hey guys! If you could integrate AI-related features into your app, what functionalities would you like to include? And please, anything other than chatbots!
will depend on the app and its use case 🙄
Hello I am looking for someone to talk with react programming
Top o' the morning lads
This is really a wonderful speech, thanks for you🙏
Can anyone please explain Docker like I'm 10 years old?
i'm here
Imagine you have a toy box that holds everything you need to play with your favourite toy—a little car, the track, and even the batteries. No matter where you take the box, you’ve got everything ready to go.
Docker is like that toy box, but for software. It packages up everything an app needs to run—like the code, libraries, and tools—into one “box” called a container. This way, no matter where you run the container, it works perfectly, just like it did on your own computer.
is there anyone using react in here?
Makes sense, I find it so boring to learn though, maybe that's why I'm having a hard time
thanks overlord
I used to learn
Hey friends! I'm currently learning C and C++, and I'm looking for a coding buddy. It would be awesome to have someone accompany me. Thank uuu 
@ Peo
Does someone here have experience in Android app development? I have many years of coding experience and work as a software developer but struggle a little bit with the unfamiliarity of creating an Android Java app.
Also just recommendations for an video tutorial would be nice
I have not experience in Java. But, I am learning Mobile app development with React native.
I am fullstack developer and I am studying English for work internationally. So, someone want talk about technology in private? Send me message.
Yes, I use
It's interesting. Just give it a go. Good luck.
You're welcome.
How willingly US tech companies hires workers from other countries for remote work these days?
if you have some experience and you look convincing, it is not impossible
if you have no experience, then keep in mind that america has a lot of people, and then you have a lot of competition
@sick copper I got it....
it was 6 month since i learn react, but i haven’t mastered yet
i’m not consistent
because of that to, i have to go to back to learn javascript, and css again
hey guys I have a question please answer it properly.
what is system integration?
I really appreaciate your response.
What's the reason my window's key product doesn't work to activate the windows
Once i tried to enter it ,it worked but after checking it ends up saying 'key product invalid '
I want to upgrade the w7 not a genuine copy to w10
Couldn't '-'
Hau
It's an old pc i bought with a cheap price i needed it
Anyways
What seems to be the problem? It says Activate Windows?
The proplem is,after i entered the key i found on the pc behind on a ticket' it says key product invalid
Dm pls
A genuine Win10 'Update' version can recognise that you have a pirate earlier version. Because you are trying to update, even with a valid update Win, it will be rejected. It will want you to be using a Full Version Win 10 key. (That is, make you pay for the whole thing). Its one of the hassles of using pirated big name brand software. You can also end up with issues using other Microsoft products with the pirated base (such as Office 365).
Nice I'd like to check out your solution later
It took another 20 minutes I think after I hung up to delete all the stuff and run it through a debugger to figure out what I wanted to do. It was relatively clean code in the end, 2 or 3 lines added.
Wow, at that time I was trying to understand the problem on my first monitor and on the second I was trying to resolve a performance bug (too many queries inside a loop :/)
I've recently started learning c++ , does anyone who have done cpp , how much time It took for you to learn this language ?
Hello I'm taha I have been learning programming on a long time ago but I typed learning cus my lap top Broken
it depends on how much you wanna deep dive homie
with the knowledge of programming fundamentals few months , without programming experience more than that depending on you
Yeah cpp is very old language, linux was basically written on true C, and it's still updating so i'll say you can't learn ALL C++
Also it's a very hard language for beginner, you can start with Pascal
Maybe it's semi dead language, but it's good for new programmers
Or you can come to the dark side
Join rust, brother
the rust trend is gone
Well, Got the basic screen and some simulated motion, but its giving me epilepsy
It literally makes me sick as if I'm in a spinning space station
@pure copper what are your 2 programming languages that you love the most
Modula-2 and VB were probably the best 2 with C a close call
Just a quick question, is software engineering still a stable career?
i think so
no, AI replaced all of us
makes me so sad
now everything is being written by itself and i just eat rocks under the bridge
chatGPT maintains every single repo of every single company, 2000% of the code is written by AI, and i want to die

think about learning somethin useful like idk
painting
or linguistics
or sociology
||lmfao guess what youre gonna end up under the bridge even quicker||
btw, now without jokes, idk if you remember this or realize this, but think about PHP language right. Many devs say it is dead and useless, but there is still demand cuz people gotta educate new devs to handle old codebases with older devs, but older devs will stop workin eventually, then who is there to maintain this?
if no one, then this is a huge problem, because apps will not maintain themselves, somebody's gotta maintain them, fix errors, add features, and modify the product
people who genuinely believe in replacing humans as in replacing 100%, usually do not understand how the market works, there is always a demand, because the whole world is frantic over internet and apps
If you have 2000 senior devs, and eventually 2000 of them retire, because they will, this is inevitable, humans age and burn out, they will resign. Then who will do all of this. AI? AI generates code, but who will be there to manage it, and write code even with AI? If you have 0 people, no one can generate supply, no matter how much demand you have
remember that is is not like an average joe can code with or without AI, average joe has no idea about code, it looks like lfjpdjq[spjdpqn to him
hi, guys, I'm a full-stack developer
If you need my help, fee free to contact me 🙂
Learning by doing, the more you do, the more capable you will be.
I know that very well, but how much time do I need "approximately" to learn this language?
I think the work of software refactoring can only be done by experienced engineers。AI cant do it well.
Hi , I am an Android develper.
Hey
How to save tweets automatically to Notion?Does anybody know?
Hi everyone, I am software developer and I’m currently learning GoLang
Hello everyone, can you help me by reviewing this code? lfjpdjq[spjdpqn
what programming language do you use?
maybe you can use this bot https://x.com/savetonotion?lang=en
Can't you tell?
I was going to call someone an average joe, but you're not, you are amazing Adam <3
Hello
Oi
my name isnt adam but thank you
What is the current popular language in programming
sure
Depends on what type of programming you dabble into
I want to start front-end side
probably Javascript or it's cooler brother, Typescript
I think github has some real stats if you want a more serious response though
Tq bro

i think for newbie just focus on html, css, and javascript and learn how to slicing from figma design to web
after that learn deeper javascript and typescript
How to practice particular topic like function or loop(JS), u know particular site, pages or platform
I practiced with some public APIs that gives you a json response and mapped them into JSX
go to https://www.freecodecamp.org/learn , just completed that all course
but that's using react, with vanilla JS it's just a bit more work
not too complicated, great for practice
if you need talking about programming, i'm available to talk in programming channel
@knotty surge ok
Tq🙂
Advanced Digital Automation Machine
and what's P.E.O.?
Hello Nice to meet you.
As a professional full stack developer, I am proficient in several frontend development stacks including React, Angular, Vue, Svelte, Codeigniter, Laravel and so on.
Also have strong knowledge in Nodejs, php, python for backend development stacks.
If you have any problem or task for website development, please message me, I can help you.
I am able to work for 8/24h and you can find me anytime.
Kindly regards
Lmfao
Programmed Emulation Oracle
confused, joking or real ?
hey guys I just made a PDF chat assistant project using Llama3.1 in local with Nextjs, the project demo video can be seen here https://youtu.be/XmGm0Na6COY and you can check the codebase on my github https://github.com/bangadam/pdf-ai-chat-assistant
Sure and thanks
🥳 
Hi friends
Greetings
fixed the star eating ships, the colliding ships, the azimuth readings, got a gun sight and the weapons appear to be centered now. Just need to work on the destruction of the ships now when hit.
Wow, it's getting really cool
Can anyone give me a tip on how to see a front-end?
I need someone to work together with... Inbox.
Does anyone want to learn Java from scratch with me?
Go to any website, right click on your mouse, click on the inspect option.
Hello...I want to learn from you but I don't have free time and I have php website project from college for this 2 months.
idm
Oh ok,
Ok
Hello guys
Hack facebook
Wasup
Hi friends
Hello guys 👋
I say hey everybody 🎶 take a look at me 🎶 I don't have a job but I have a good time. 🎶 I say git, git git on down, I say git git git on down🎶 

Wham! - Wham Rap (Enjoy What You Do) [Live from Top of the Pops 1983]
WHAM! The Singles: Echoes From The Edge Of Heaven: https://wham.lnk.to/TheSingles
Stream and download here: https://Wham.lnk.to/Playlists
Subscribe to the Wham! YouTube Channel: https://Wham.lnk.to/YT_Subscribe
WATCH LAST CHRISTMAS 4K MUSIC VIDEO ► https://Wham.lnk.to/last...
Hello guys
hi
Hi everyone!
For those who are interested in data science, you can take this training to advance your skills and career and also get a certificate.
https://learn.microsoft.com/training/career-paths/data-scientist?wt.mc_id=studentamb_376762
Hello
🚀 Just published a new article on Medium! 📝
Ever wanted to build a PDF Chat Assistant? Check out my latest guide on how to create one using LLaMA 3.1. Dive into the world of JavaScript and AI!
Hi btw pacman, do you programmer?
nice article! maybe it would be good to create a video explaining it.
hey guys
i'm searching for a study partner to study Javascript
and pratice English too
if anyone interest dm me
hey bro, i would to have a partner to practice english and speak abou programming XD
Nice
I know more about programming than English, but can be interest practice our English speaking about a common topic
is anybody learning machine learning like neural network or machine vision?
does someone knows how we can get canvas app for free
!
anyone learning data science?
me
hello.
hi
yeah 🐍
Does anyone here know a channel for live programming?
Rabecão
Is there anyone from Japan? I am having a plan to work with him.
ヾ(^-^)ノ
kawaii
Hey
If anybody need help then they can ask me bcs I know little bit programming.
Is it hard to learn Machine Learning
Bcs now these days I'm trying to learn Machine learning for job
I am learning Javascript
javascript is beautiful
Which version?}
Do me one thing about programming of other purpose
Like linux or dbs server
To connect the linux first to install aws Account right?
What is it mean ? Like the best langugae which you should learn ?
I work as a full stack developer and Javascript and PHP are constituted my main stack
So you somebody have questions, mark me. Also I'll be very happy to discuss smth
Oh, JavaScript is programming language?
What is beautiful?
Hi programmers how are you ⌨️ ?
I am learning to capture payment for Stripe integration with my backend webapp (it is an API server, without HTML / CSS rendering).
If I understand correctly, Stripe allows developers to partially transfer fund from a payment intent object to several different connected accounts , and each merchant has to provide its own connected account prior to the payout operation .
My question is that how can I retrieve this connected account ID ? can I rely on frontend app sending that ID (within HTTP request) to my backend server code (which will verify the connected account ID with Stripe API server) ? Thanks
Long time no see, @pure copper
Maybe javascript is beautiful? Lmaooo
Not sure how far you've made the learning journey .
Maybe you can start with Andrew Ng's machine learning course in Coursera to get basic idea , after that you may need to spend time on topics like
- neural network internal , and refresh linear algebra and statistics knowledge, I would not say it is difficult but need to get good about it.
- data cleaning or relevant automation stuff , because without good quality of data for training , the model you trained might work poorly . Also, it really depends on your application requirement to define what is
good quality of data.
A goblin
Yeah I'm Learning from this course

hey @pure copper how is the space battle project coming along?
I will suicide tomorrow
wassup
whyy
I'm really sorry you're feeling this way, but I want you to know you're not alone. Please share what you're going through—talking about it can help, and we're here to listen.
Want sure that was you. You must have left and come back again, with the new joined date. Thought you were some cheap fake.
But the humour was familiar
Unusually fast development. Had a couple of little functions that dragged on over 2 nights, but good. I'd say 90% functionally complete presently. All the hard parts like movement done, guns firing and destroying, basic counting of hits. Really just need to do the energy management systems and it's probably complete. Original estimate 6 weeks. Actual 2 weeks, and that's with vc chat distractions.
Amazing dvelopments. GG
I can't stop you and I don't know you, but I would really prefer you wouldn't do it. Things can turn for the good even when you lost hope. I can assure that to you.
https://docs.stripe.com/api/external_account_cards/create
Appears to be the section you want.
There is a parameter you can pass to indicate that the customer is not connected, and you would pass the card details stored in your own server, collected earlier and assembled as a transaction object.
Without reading in great detail the external card appears to be similar, where you establish the linked accounts in advance for payments. Where you get this info is up to you and how you put them in your db for use it's up to you also, if you have no front end..
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
C++ I think )
Computer Programs
The Internet protocol suite is the conceptual model and set of communications protocols used on the Internet and similar computer networks. It is commonly known as TCP/IP because the original protocols in the suite are the Transmission Control Protocol (TCP) and the Internet Protocol (IP). It is occasionally known as the Department of Defense (D...
Don't worry guys, he means https://docs.docker.com/reference/cli/docker/container/cp/
free palestine
Anyone a PHP (Laravel) Fan?
Any one trying to learn MY sql? let me know iam starting to learn sql,just need study comapnay.
Pls shut up
Haha, no worries! It’s still me, just with a fresh start.
I've been insanely busy adjusting to being a newbie at a new company.
This channel has filled with such of new members.
i have learned mysql on this website: https://www.w3schools.com/mysql/default.asp
Cuz why u speak abt this(politic)BRO WE ARE IN PROGRAMMING CHANNEL
U are so cringe
Hi, anyone flutter developer?
Thanks . I forgot to describe that this is part of payout operation in my backend app.
After posting this message I had short conversation with GPT about the big picture of account-onboarding flow, the bot gave me some hints about the objects Account , Account Link , and I found External Account all working together and defined in the API doc .
The URL in Account Link object looks like what frontend clients need, it is a Stripe-hosted page where sellers / merchants can add their card detail directly to Stripe , so my backend server simply maintains the Account object without knowing the sensitive card data , my server also shouldn't access the card data cuz my code implementation is not compliant with complicated PCI-DSS . OK I will try this to see whether things work as expected 
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The Payment Card Industry Data Security Standard (PCI DSS) is an information security standard used to handle credit cards from major card brands. The standard is administered by the Payment Card Industry Security Standards Council, and its use is mandated by the card brands. It was created to better control cardholder data and reduce credit car...
Hey, I'll get in on that. I need to see what some open dbs are like and get some integration practice happening. I will also work with sqllite while I'm at it to compare the products.
Me 😂
Cyber security?
How about capcut
i can play gta6 on windows
cry harder
I dont need to wait hours on updates
My win machine does nothing but update. uses all the processor time
Ubuntu number 1
I use 2 OS in parallel
P
need sudo =)))
I do that every morning
I mean if somebody uses linux, then he wouldn't be that ignorant no?

what was the original massage may i know 👀
it was how to erase the filesystem
Like to solve doubts?
i mind take one if you have a spare one xd
based on your question i would say front. cybersec is way more complex and huge. since you didnt mention specific stuff i think it is easier to start there. plus it is more fun - you can see the results of your work way faster and feed yourself some dophamine
looks like insecure storage.. xD
Hi everyone,
I’m a junior backend developer, and I’m looking for a junior frontend developer (React, Next.js) to collaborate with on more complex projects. The goal is to learn and grow together throughout the process. Additionally, I’d like to practice my English speaking skills, as I feel they need improvement.
If you're interested in working together, feel free to reach out!
Hey. How are your classes going? Where are you learning it? Im on third lesson on sqlbolt, lacking motivation to keep it up
hi, react dev here, we can team up 🙂 my English needs improvement as well so it sounds like a good opportunity
Dm
hi
any process mining people here
owh

I got a new project working with flutter. Anyone who is flutter dev. Please teach me 😂😂😂😂
hire a freelancer 
good idea =))) but i dont' have money to hire =))))))0
Someone from other tech community recommends this article , more about how programming languages could be compiled to machine code at different stages and running on hardware , and performance pitfall .
Why us?
Hey any one preparing DSA
Hello
😆
Currently i'm learning JOINS.I'm graduating end of this year.
I hope you pass.
so funny,i'm talking about coding query.not science.😉
Select from joints where joint = join
i will try.
🥳
left join right join inner join right =))
Right
Murphy says it doesn't matter whether you use a right or left join. The actual join needed will always be the opposite to what you use first.

When multiple joined are used in the query, the correct solution will be the final try of 2^j attempts where j is the number of joins.
It’s better not use join,because it has bad effect on database performance
You can implement some data redundancy
yes, i agree with you. iuse code to join data, no more join in mysql
Can you be more specific? How does 'Join' effect the performance, and what is the alternative you can suggest?
I can imagine the performance penalty if you are joining many tables, but what could be alternatives?
hewwo guys does anyone use linux here
We have life, we use windows 😆
spyware 10/11
At this point, Google, Facebook, Microsoft already have your data. Just using linux won't prevent that.
How can I learn and start to build AI on my own like chat gpt and which language of programming do u recommend?
- Programming Language: Python
- Course: Machine Learning Specialisation by Andrew Ng
After mastering the basics, check out Andrej Karpathy's YouTube channel.
And after this I will learn this I can start to build my AI?
I use Linux
Windows is useless
Linux IS life
it will
to a big extend
Ubuntu?
Just download the opensource
add to that
Do you want to build something similar to ChatGPT from scratch?
i use gentoo how about you
Hello friends, at least what level of English should I know to be employed as a front end developer?
Hi, well, it depends on your projects. can you please elobrate more about your projects?
maybe intermediate
hello there, what is your web stack?
anybody into react 💀
need assistance
Tell me what you need.
Can I dm u
Sure.
Anyone need me edit?
Please remember that originally, there were more women than men in computing.
What do you mean?
True. Women used to outnumber men in computing. Back then, legends like Ada Lovelace, Grace Hopper, and Margaret Hamilton were pioneering the field. But I guess now they've all traded coding for TikTok dances. Who needs to invent programming languages or land astronauts on the moon when you can go viral?
Ada Lovelace - Wrote the first computer algorithm.
Grace Hopper - Created the first compiler and COBOL.
Margaret Hamilton - Led NASA’s software team for the Apollo missions.
what's ur roadmap
i scripting pro
Hello, lady. so what is your major?
In coding or in general computer work?
Both actually
Ohhh I wonder what language they were using back then 🤔
In my uni days the was about 50/ 50 m/f in computer science. At the same time there were 3f/600m in engineering.
Pl/1, cobol, algol
Fortran
You are in university now?
I used punch cards when i started
Haha and here in my uni 70% f and 30 % are m in computer science
What are these? Languages? 😬
But not much different to now, except cobol. That was always strange
Add 1 to 2 giving c.
It’s too early to think of AI replacing engineering jobs
every single time I open this people talk about AI
this is like diarrhea
no matter where I go, I feel shit roaming around my insides
lmfao
I couldn't think of any other topical subject to throw in to answer the question
and not say anything relevant
"Guys Ive worked at this company for the last 4 years and haven't been given any pay rise yet, is this normal?"

New idea
no
yes
well , i've been ripped off like that also, for years more
time to change companies if you want more money
The world passes people up if they stay stuck with the same joint. Loyalty does not pay
We are all one big family here. In our company. Please be loyal to us. You would never betray your own family, would you
Am like, the grandfather of all of you, and you're like my children. Of course I care about your well-being. Without you, there would be no me. Am so happy to have you here. Now, don't slack off and move your stupid a$$es
Marriage goals
Star base scanner is working now
red,yellow, green alert. V=visited, grey = destroyed, the 3rd digit is energy left at starbase, the first 2 digits are the sector cordinates or UD if it hasnt been scanned yet.
M = max energy
Bro, AI is already replacing actual humans 
please spread fake news
my favourite actress gained 500 pounds to play the main role in "walrus: the imminent"
no
Any data scientists here?
Yes
hi friends
hey
Hii im new here
nice domain
guys anyone here did complex animations with framer motion in nextjs ?
gm guys
I've already done it, but nothing too complex, just a simple animation similar to the lib scroll reveal
me after know that there are a corner for programming🙂
😂
Played my first full game, with most of the code now in place. Took about 1.5 hours
saved the starbases and killed 63 enemy ships
really need my proximity sensor now, that would really help
some mathematics for that
You have to put this game on github for friends to play
a ship with weapons and inventory that yo can customise, and missions. and we are set for production.
It has it's phasers, and resources are vast and unnamed except for resources
I have to learn what is github
Mission, visit and save all starved and destroy all the enemy
The only thing missing score wise is a message to say you won/lost.
considering that this is looking like an endless classic, win/lose would not matter.
My next project is probably going to be an RDMS using ultra high level disc operations. Happy to see that in Java script. I'll be using c++though, but the conversation should be fine
Hello, everybody.
Nice to meet you all.
and have a good day.
I have a problem in my project. I need help to sort this out with your good graces.
the problem is that I should track Liquidity Pool Positions participated by a wallet.
you have any experience and Idea?
I need your help.
font-size not front-size
Oh
👍
hi everybody i hope you'r doing well
so i want to ask if there are someone how wana learn webe developement so we can dedicate some houres in our day on discord to learn and build projects together ❤️
anyone know any good free hosting provider for nodejs?
If you mean for an Express/Backend APis hosting - then Render is fine
here
does anyone have any idea about digital marketing?
Does anyone know how those auto facebook followers works?

You can also use Elasticbeanstalk on AWS (the have free tier and I use it for my pet project)
what's your level ?
aws ec2
there is one called render
what's your level C: ?
I work on level 10 when I'm the city. What about you?

Need friend programming
absolutely
Hi guys
Hey programmers
How are you
Like any job. 90% of it is half mental. -J Lewis
0x0121
@pure copper
Could you tell me why I cannot upload images on this channel?
You may not have been in the server long enough. I think they say level 5 or over before you can post
/rank
OMG!!!
My level is cleared. lol
real zero

My daily rank on message always was in 15th.

anyway, Ty peo
how did you find out?
on bot command channel
you are smarter than me

I have to find that now?
i mean were
No, thanks.
I have no time to chat.
can you send link to bot land
#🔗|bot-commands
I think maybe the reason is that I left this server and rejoin in recently.
lol please stop @pure copper
owo rank command is the rank of owo users in this server.
not the server rank
so i discovered
👍
talk a little and you will be back to your original level

It is not little I think, because I was too high level.
Because I was in this server all time.
and used too many commands in bot command channel
and general chat channel
also in this programming channel
Hi friends
hi
ohh i'm beginner 😮
hi beginner
Hello, Bro
sup
HI
