Technology giant Olympus hit by BlackMatter ransomware

technology-giant-olympus-hit-by-blackmatter-ransomware

Olympus said in a brief statement Sunday that it is “currently investigating a potential cybersecurity incident” affecting its European, Middle East and Africa computer network. “Upon detection of suspicious activity, we immediately mobilized a specialized response team including forensics experts,…

How to Record Audio Using the MediaStream API

6-trends-in-the-it-support-industry-for-2021-and-beyond

The Media Capture and Streams API (aka MediaStream API) allows you to record audio from a user’s microphone, then get the recorded audio or media elements as tracks. You can then either play these tracks straight after recording them, or…

What’s happening in venture law in 2021?

whats-happening-in-venture-law-in-2021

The venture world is growing faster than ever, with more funding rounds, bigger funding rounds, and higher valuations than pretty much any point in history. That’s led to an exponential growth in the number of unicorns walking around, and has…

“Just in Time” CSS

just-in-time-css

I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this: <div class=”C(#fff) P(20px)”> text </div> And it will generate CSS like: .C(#333) { color: #333;…

8 Talents You Need to Develop a Web Project

8-talents-you-need-to-develop-a-web-project

A web developer is a relevant and demanded profession today. According to Glassdoor, at the time of writing, the average web developer salary is $ 70,826 per year. At the same time, the profession is quite variable. For each project…

Fun Times Styling Checkbox States

fun-times-styling-checkbox-states

We might leave a text input unstyled. We might leave a link unstyled. Even a button. But checkboxes… we don’t leave them alone. That’s why styling checkboxes never gets old. Although designing checkboxes is not that complicated, we also don’t…