Search
UNICOM Brings to You Financial Evolution – AI, Machine Learning & Sentiment Analysis
22.2.2020
Financial Evolution: AI, Machine Learning & Sentiment Analysis, organized by UNICOM, is a conference that is held globally on Artificial Intelligence & Machine Learning in Finance wherein distinguished speakers from across the globe share their experiences and insights in this field. UNICOM...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
Add Background Colors to SVGs Using the “rect” Element
20.2.2020
The advantages of using SVGs in web development are well known. SVGs are small in size, can be made quite accessible, are scalable while maintaining their quality, and can be animated. Still, there is a learning curve. Things, like the syntax of SVG, can be a little tricky and having to hand-alter...
Bitcoin Cash Community Begins Crafting Q&A Stack Exchange Site to Build Knowledge Base
7.2.2020
On February 6, Bitcoin Cash supporters were introduced to a new BCH-centric Stack Exchange community called bitcoincash.stackexchange.com. The goal of the Q&A site aims to build a “knowledge center” for Bitcoin Cash developers and individual researchers interested in learning about...
Lightning-Fast Web Performance
31.1.2020
If you're interested in leveling up your knowledge and skill of web performance, you can't do better than learning directly from Scott Jehl.
Direct Link to Article — Permalink… Read article
The post Lightning-Fast Web Performance appeared first on CSS-Tricks
Practice GraphQL Queries With the State of JavaScript API
29.1.2020
Learning how to build GraphQL APIs can be quite challenging. But you can learn how to use GraphQL APIs in 10 minutes! And it so happens I've got the perfect API for that: the brand new, fresh-of-the-VS-Code State of JavaScript GraphQL API.
The State of JavaScript survey is an annual survey of...
Use and Reuse Everything in SVG… Even Animations!
28.1.2020
If you are familiar with SVG and CSS animations and started to work with them often, here are some ideas you might want to keep in mind before jumping into the job. This article will be about learning how to build and optimize your code with <use> element, CSS Variables and...
Why do we have different programming languages?
13.1.2020
"But why do I have to learn Python?" She wailed, "I like Scratch!"
"I know," I said, "But there are different programming languages for different sorts of tasks."
"That's stupid" she said
I can empathize with the little girl in Terence Eden's story. In high school, I got super into Turbo Pascal....
Our Learning Partner: Frontend Masters
10.1.2020
I'd like to think there is a lot to learn on CSS-Tricks. But we don't really offer much by the way of courses. You're probably reading this because you just generally read this site, and you land on CSS-Tricks otherwise mostly because you are looking for an answer to some front-end...
What We’re Reading, 2019
1.1.2020
There are so, so, so (so) many things to read out there on the internet. So many, in fact, that it's difficult to keep up with everything.
But, hey, we've got your back! It's our job to surface the best of the best and share it with you right here. That's why it's a good idea to subscribe to this...
Close to 14,000 Google Scholar Articles Mentioned Bitcoin in 2019
25.12.2019
On January 3, 2020, the Bitcoin network officially turns 11 and the technology has transformed the lives of many. Since blockchain’s inception, scholars and economists have rigorously studied and written thousands of academic papers covering the subject. In 2019, there were more than 13,700...
Stream-Crossing Confusion
23.12.2019
Should I use WordPress or React hooks?
Should I use D3 or CSS?
Should I use Markdown or JSON?
Can I use flexbox in Gatsby?
Can I use custom properties in Jekyll?
Should I use HTML or the cloud?
How do I add dark mode to my Vue site?
These are tongue-in-cheek, but there is a point to be made here....
Nike tokenizing shoes on the blockchain
23.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 11 December, 2019 “The learning process continues until the day you die.” - Kirk Douglas In today's newsletter, we will be covering: World's 2nd-largest bank CCB launching blockchain refactoring Nike patenting a system for […]
The post...
How I’ve Improved as a Web Developer (and a Person) in 2019
11.12.2019
We’re sliding into the roaring twenties of the twenty-first century (cue Jazz music 🎷). It’s important that you and I, as responsible people, follow the tradition of looking back on the past year and reflect on the things that went right and wrong in the hopes of becoming the best version...
Nike tokenizing shoes on the blockchain
11.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 11 December, 2019 “The learning process continues until the day you die.” - Kirk Douglas In today's newsletter, we will be covering: World's 2nd-largest bank CCB launching blockchain refactoring Nike patenting a system for […]
The...
Music and Web Design
9.12.2019
Brad has a long history in music outside of being a web designer, and draws some interesting parallels. One is that he had reached for more complex music in an effort to become a better musician — and developers can do the same thing. The other is that the composition of music can be seen...
Data Scientist Uses Deep Learning to Predict BTC Price in Real-Time
2.12.2019
LSTM neural networks can purportedly be used to predict crypto prices in real-time, demonstrates data scientist
[aktualita] Český deep learning startup Rossum vybral od investorů 81 milionů korun
27.11.2019
Na úspěch českého startupu na automatické přepisování papírových faktur do počítače celkem odvážně vsadilo v rámci seedové investice několik globálních investorů. Rossum vybralo během seedového kola celkem 3,5 milionu dolarů (přibližně 81 milionů korun), nejvíce se přitom odvázal londýnský venture...
Mirror Android Device to Computer
26.11.2019
As I continue my adventure into Android development, pair programming has been a huge help in learning this new platform. When it’s time to build and run the app, relying on the emulator is a fools’ game — the emulator is slow and it’s hard to reliably simulate gestures....
We are Programmers
22.11.2019
Building websites is programming. Writing HTML and CSS is programming. I am a programmer, and if you're here, reading CSS-Tricks, chances are you're a programmer, too.
The thing is, the details in programming layout with CSS are different, for example, than the details in programming API endpoints...