Search
Uganda Museum Collaborates With Software Development Firm to Create NFTs for Display on Binance Marketplace
9.6.2021
One of Africa’s oldest museums, the Uganda National Museum (UNM), is set to create digital representations of the unique artifacts that are on display at this facility. Working in concert with software development firm Murcom, Uganda’s biggest museum is expected to display and auction...
Latest Outriders Patch Pisses Everyone Off Even More
27.5.2021
Yesterday, developer People Can Fly released the latest—and repeatedly delayed—patch for Outriders. It was supposed to fix an issue wherein players would get killed instantly, without explanation. Instead, it appears to have irritated everyone under Epoch’s sun.Read more
Twitch Adds Over 350 New Tags Like 'Black', 'Transgender' And 'Disabled'
24.5.2021
Starting this week, streamers on Twitch are going to have over 350 new tags they can use to help classify their streams, related to “gender, sexual orientation, race, nationality, ability, mental health, and more”.Read more
Learn How to Make Games With a Premium Unity Developer Certification Bundle for $45
7.4.2021
Unity Developer Certification Bundle | $45 | StackSocialRead more
Responsible Web Applications
12.2.2021
Joy Heron bought a cool domain name and published an article there:
Luckily, with modern HTML and CSS, we can create responsive and accessible web apps with relative ease. In my years of doing software development, I have learned some
…
The post Responsible Web Applications appeared first...
How to Disable Code: The Developer’s Production Kill Switch
25.6.2020
The following is a guest post written by Carlos Schults.
Being able to disable code in production is a power that many developers aren’t aware of. And that’s a shame. The ability to switch off some portions—or even complete features—of the codebase can dramatically improve the software development...
I Pressed ⌘B. You Wouldn’t Believe What Happened Next
9.3.2020
This talk by Marcin Wichary is — beyond both enthusiastic and outstanding — all about the complexity of UI design, typography, and the lengths his team at Figma has gone to make sure that doing something as simple as selecting a font from a dropdown does what you expect it to.
I’d recommend this...
UK Regulator Ramps up Crypto Investigations and Considers KYC for Wallets
8.10.2019
The U.K.’s Financial Conduct Authority (FCA) has been relentlessly scrutinizing cryptocurrency startups and investigations are up 74% from last year. Meanwhile, proponents of decentralized software development models and open collaboration are upset about the FCA aiming to extend KYC/AML...
Bitfury Strengthens its Focus on Software Development
20.9.2019
Alex Petrov. While the cryptocurrency mining-related business generates huge profit, full-service blockchain technology group, Bitfury, aims to expand their software product portfolio, Alex Petrov, the Chief Information Officer of the company, said.
Speaking with Cryptonews.com during the Baltic...
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...
Samsung Releases Blockchain and DApp Software Development Kit
10.7.2019
Tech giant Samsung has rolled out a blockchain and decentralized app software development kit
The Smart Ways to Correct Mistakes in Git
14.2.2019
The world of software development offers an infinite amount of ways to mess up: deleting the wrong things, coding into dead ends, littering commit messages with typos, are a mere few of the plentitude.
Fortunately, however, we have a wonderful safety net under our feet in the form of Git when...
How to Use Chrome Dev Tools to Find Performance Bottlenecks
17.1.2019
As one advances through a Software Development career, concerns beyond simply writing code that works arise. In the world of web development, it becomes pertinent to not only build functional softw
Turn Sublime Text 3 into a JavaScript IDE
11.5.2018
Sublime Text is one of the most popular editors for web development and software development in general. It’s very smooth and fast compared to other editors (being written in C++ helps that speed). Sublime also has tons of plugins you can find through Package Control.
But it’s only a text editor...