10293
Community of 🇪🇹 Ethiopian developers Codenight Channel - @CodeNight_Info Codenight Forum - @CodeNightforum Codenight Newsletter - https://open.substack.com/pub/codenight If you have questions or suggestions message @CodeNightBot
What, so the performance issues are coming from of the community support
Читать полностью…
Just heard A LOT of devs and companies pay for it.
Читать полностью…
The community is born when people love to the product, and Go is beautiful 😘
Читать полностью…
What if I told you this is actually the updated one lol
Читать полностью…
all universities' website. no one bothered to look come back and update them
Читать полностью…
the guy even italicized the word "go" in the last sentence 😂
what have you been smoking @excommmunnicado
here is the thing ppl i was working on a project and it involves submitting textual data using forms.
» but the text isn't fixed of size
one may want to submit 1 paragraph other may want 2 ,3,,4 ...., it means i need dynamic input fields
» i want the + sign to dynamically add input fields
how can i do that?
and also suggest me a good place to find form templates in html and css
Automation On 🔥
https://github.com/elebumm/RedditVideoMakerBot
use JS.u can add an event listener in a "+" icon, and when clicked add a new text field.
<button id="button">+</button>
<div id="infields"></div>
<script>Читать полностью…
document.getElementById('button').addEventListener('click', () => {
const textField = document.createElement('infields');
textField.type = 'text';
document.getElementById('container').appendChild(textField);
});
</script>
https://www.jooq.org/download/
I just saw another paid ORM from the jvm community
@beka_cru Sorry for blaming prisma 🙏🙏🙏
more like aastu.onion
website look like it offers u some credit cards for btc
WordPress website ahune lay lemaserat how much I cost
Читать полностью…
Fuh is this😭 do NOT open it with your phone http://www.aastu.edu.et
Читать полностью…
ok, yeah most of the points about concurrency could be applied to other langs
Читать полностью…
hey man i just been on to threading and futures lately with python thats all
Читать полностью…
nah you are wrong, the author wasn't talking about python
1. "a sterling reputation as a systems engineer with a deep knowledge of C and UNIX" is referring to Ken Thompson, Rob Pike and Brian Kernighan
2. "a large and wealthy technology company" is obviously google, python was an independent project
3. python is a dynamically typed lang, it doesn't have static types, yet alone generics
4. python doesn't have "goto"
...
what are you referring to, the points made are obviously about golang
some one making $500k with 6 years and others 15 year's but $150k ❓why. . .
Читать полностью…