Category: Technology
-
Melhores sites para encontrar vagas internacionais para Devs
G2i Foco em React, teste técnico automatizado, que se aprovado ai passa pra uma entrevista com um recruiter. Wellfound Plataforma mais completa, vale cadastrar e ficar de olho sempre, mas nunca obtive retorno. Number8 Vagas: https://number8.com/en/careersDa gift card quando passa no processo. Apenas vagas full time.Cadastro simples, curriculo e dados básicos.Após aprovacao do curriculo, teste…
-
Why AirTM is Superior to PayPal for Remotasks Fund Retrieval
In the world of remote work, platforms like Remotasks have revolutionized the way individuals can earn money from the comfort of their homes. However, one common challenge faced by remote workers is the process of withdrawing their hard-earned funds efficiently and cost-effectively. While PayPal has long been a popular choice for fund retrieval, there’s a…
-
Hosting Duda.co exported websites on a regular host (convert Duda to HTML/PHP)
Duda.co websites that have been exported do not follow a regular hosting structure. For that reason, you cannot host these exported websites in hosts like GoDaddy, Hostgator, etc, without first doing some changes. I made a Node.js script to automate that process. This code moves the files of the extracted website to the correct places.…
-
How to use navigator.sendBeacon with PHP 7
Recently I needed to send a request on the unload of a page (save where the user left), and regular POST requests via js aren’t a very good option, due to either hanging the browser on synchronous requests, or not having a guaranteed delivery on asynchronous ones, so I stumbled upon JavaScript navigator.sendBeacon, which:“the data…
-
How to get better customer service/tech support
I worked in tech support for a while. And while there are people better than me at dealing with humans, I was quite fast in solving customer issues. Those are my personal opinions on how to get better customer service (at least from when I worked with that). Remember the human Remember the human, a…
-
How to simulate a 12 column grid in page (WordPress page builders friendly)
Recently while developing a website in WordPress using Elementor, I needed to replicate the 12 columns the designer used in Adobe XD to create the layout, so to ease development I created an overlay with 12 columns to help me check the alignment and positioning of the items, check it out! The above code creates…
-
Aprenda a usar fontes customizadas no RD Station
Não há a opção de usar fontes customizadas no RD Station facilmente, mas o sistema também não impede que você o faça. Neste exemplo iremos usar fontes do Google Fonts. Confira o passo a passo: Selecione sua fonte Acesse https://fonts.google.com/ e selecione a fonte desejada. Se você possuir o link do CSS da fonte de…
-
Aprenda Power BI – Review do curso online
Não sou muito fã de cursos online, já digo isso a algum tempo. Como alguém que já aprendeu através de faculdade, por conta própria e por cursos online, a maior diferença que vejo é a de que quando alguém te ensina algo que domina, você aprende coisas que não sabe que poderia aprender, que foi…
-
LojaDropshipping.com (Venda10) – Review honesto.
Trabalho com web há alguns anos, dropshipping la fora já tá bem para trás, e alguns diriam que aqui também, mas acabei resolvendo experimentar o LojaDropshipping. Na busca de fontes de renda “passivas”, acabei caindo como alvo das propagandas deles. Dei uma olhada nos produtos (me capturaram como lead para isso), e entraram em contato.…
-
GULP 4 + Browser-Sync + gulp-connect-php
Simple gulpfile.js for local PHP server development with autoreload. Posting it here since I couldn't find a ready solution for Gulp 4, feel free to ask any questions. Photo by Kobu Agency on Unsplash