socraticprogrammer.hashnode.devO que eu queria ter entendido antes: RelacionamentosQuando uma pessoa fica apaixonada, 12 partes do cérebro liberam substâncias químicas que levam às mesmas sensações eufóricas provocadas pelo consumo de cocaína, segundo pesquisadores da Universidade de Siracusa, nos EUA. Pelas experiências pessoais q...Oct 31, 2024·12 min read
socraticprogrammer.hashnode.devApple Study Highlights AI FlawsApple pulled out at the last minute from the most recent round of investments in OpenAI, without offering a specific reason for the decision. However, a new internal study may shed light on this move, revealing inherent flaws in how large language mo...Oct 22, 2024·1 min read
socraticprogrammer.hashnode.devWorld Record for Largest Programming Class Broken in PortugalHow many students were in your high school or college classroom? No matter the number, it won’t beat the remarkable feat accomplished by the University of Lisbon last Saturday. The Instituto Superior Técnico (IST) entered the Guinness World Records b...Oct 21, 2024·2 min read
socraticprogrammer.hashnode.devOverriding file name of an S3 object using pre-signed URL and AWS SDK for JavaScriptWhen you use pre-signed URL for sharing objects with AWS S3, you can change the default file name (the name of object in bucket) using the header: Content-Disposition. The Content-Disposition header in HTTP dictates whether the content is displayed i...Jul 23, 2024·1 min read
socraticprogrammer.hashnode.devAdding a custom domain to your REST API Gateway on AWSCustom domain names When we implement a REST API on AWS using a service called API Gateway, AWS generates a default domain for the stage in the following format: https://api-id.execute-api.region.amazonaws.com/stag****e As we can see, there are thr...Jul 22, 2024·4 min read