Search
UN to Use Blockchain to Tackle Exploitation of Migrant Workers in Hong Kong
17.12.2019
The new initiative will help ensure migrant workers aren’t charged unethical fees
UN to Prevent Hong Kong Migrant Workers Exploitation with Blockchain
16.12.2019
UN-led International Organization for Migration and Diginex plan to use blockchain to prevent the exploitation of migrant workers
Zcash Foundation Funds App Mixing Private Messaging and Payments
3.12.2019
Meet Cwtch, a zcash-fueled messaging app with more decentralization than Telegram or Signal
US, EU and UK Companies Can Now Pay Workers in Bitcoin Cash via Bitwage
31.10.2019
Getting at least partially paid with cryptocurrency is a great way to enter the digital asset market without having to do any trading. If you are looking to earn your favorite crypto asset, Bitwage now allows American, European and British companies to pay workers in bitcoin cash following demand...
Banking Giant HSBC Set to Fire 10,000 More Employees
8.10.2019
The banking sector continues to suffer drastic layoffs as the global economic outlook remains uncertain. The latest financial institution reported to be set for cutting a massive amount of workers is HSBC, which has already announced firing thousands of people just a few weeks ago. Also Read:...
Massive Layoffs: Banks Cutting Nearly 60,000 Jobs Worldwide
30.9.2019
Banks are laying off workers across the globe as revenue declines throughout the sector. According to reports, banks have announced nearly 60,000 job cuts so far this year, with most of the layoffs happening in Europe, especially in Germany. Also read: Panic at 137 Bank Branches as RBI Limits...
“Off The Main Thread”
10.9.2019
JavaScript is what they call "single-threaded." As Brian Barbour puts it:
This means it has one call stack and one memory heap.
We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...
Going Buildless
27.8.2019
I'm in a long distance relationship. That means I’m on a plane to England every few weeks, and every time I'm on that plane, I think about how nice it would be to read some Reddit posts. What I could do is find a Reddit app that lets me cache posts for offline (I’m sure there is one out there),...
Building a Full-Stack Serverless Application with Cloudflare Workers
9.8.2019
One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details of deployment and DevOps, it's refreshing to be given a mode of building web applications that simply abstracts scaling and infrastructure...
So, you think you’ve got project management nailed down
16.7.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
How to Pay Employees or Get Paid With Bitcoin
29.6.2019
Paying or getting paid with digital coins is the norm in the cryptocurrency sector. Participants in many other industries, however, may also be tempted to take advantage of the benefits offered by decentralized currencies. In the case of bitcoin cash (BCH), that means fast, secure and low-cost...
So, you think you’ve got project management nailed down
20.6.2019
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point: what happens if your project...
So, you think you’ve got project management nailed down
20.6.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
Collective #525
17.6.2019
Every Layout * The State of CSS 2019 * CJSS * When should you be using Web Workers? * Spotlight
Collective #525 was written by Pedro Botelho and published on Codrops
Build an Ionic 4 App with User Login and Registration
20.5.2019
Ionic allows you to develop Progressive Web Applications (PWAs) and hybrid mobile apps. PWAs are web applications that run in a browser and allow for offline capabilities via service workers. They
Crypto Platform Will Allow Workers to Receive Salary They Are Owed on Demand
16.5.2019
A crypto startup is aiming to help hard-working individuals struggling to cope with sudden expenses by enabling them to receive their salaries in advance #SPONSORED
Inline SVG… Cached
12.4.2019
I wrote that using inline <svg> icons makes for the best icon system. I still think that's true. It's the easiest possible way to drop an icon onto a page. No network request, perfectly styleable.
But inlining code has some drawbacks, one of which is that it doesn't take advantage...
Serverless CloudFlare Workers Are Pretty Awesome
21.2.2019
Serverless is the new black. I mean everybody I know is moving to the serverless platforms or launching one. OK, maybe not everyone but CloudFlare is definitely moving in this direction with an aud
Build Mobile-Friendly Web Apps with React Native Web
21.2.2019
Over the years, building web applications that are mobile friendly has become easier with the advent of media queries and the introduction of service workers. Using media queries, we could make web
Background Sync with Service Workers
3.1.2019
Service workers have been having a moment. In March 2018, iOS Safari began including service workers — so all major browsers at this point support offline options. And this is more important than ever — 20% of adults in the United States are without Internet at home, leaving these...