169 похожих чатов

I'Ve been programming for about half a year now. knowledge from

python transfers over to php & javascript pretty well.

is it also the same with frameworks? If I learn laravel does that transfer well to ExpressJS

8 ответов

5 просмотров

Basically, the rule of thumb is it's not really about the language interplay, but instead that you've learned to think in a logical order that will translate to almost all programming

A little but not everything is the same What really helps to understand web frameworks is to know how the HTTP protocol works under the hood, if you understand that then it will be easier to wrap your head around any framework

David- Автор вопроса
Albert Vásquez
A little but not everything is the same What real...

I've been interested in learning how http works under the hood. do yo know of any good resources?

David
I've been interested in learning how http works un...

try reading this: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Message_format the "Message Format" section explains what http requests and responses look like just keep in mind this: it's just a few lines of plain text separated by newlines, and then every language/framework parses it in its own way and makes it available programmatically for you to use

David- Автор вопроса
Albert Vásquez
try reading this: https://en.wikipedia.org/wiki/Hy...

Ive worked with some apis and handled responses as json I think that's what you're referring to right?

David
Ive worked with some apis and handled responses as...

see https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#how-can-i-learn-web-development-htmletc

David
Ive worked with some apis and handled responses as...

not exactly the body section of a HTTP response can be any string of characters: html, plaintext, json, it does not really matter; APIs use JSON as a convention because it's easy

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта