Topincs is an online 4GL database platform using PHP & Topic Maps.
⌨️ Build better systems with less effort
🖱 Learn the best way to think and code data
⌨️ Work 100% in the browser
🖱 No other tools required
⌨️ Free personal study database
Start here:
https://t.co/FnJfHGqSBA
@milan_milanovic Could not agree more with you. Defragmentation is the core challenge for IT departments around the world whether they jumped on the micro services train or not. There is no technical reason for systems to spread out across hardware and software. One organization = one memory.
Topincs 10 was released. Schema and instance data can be bundled with functions in a module for easy reuse.
https://t.co/CUg9nZyRMP
Topincs is a web based graph database application plattform (In-Memory & PWA). All you need is a web browser. Start here:
https://t.co/FnJfHGqSBA
End of 2023 Topincs powers in-memory databases as large as two million topics & five million associations. It merges database programming and web programming in its own unique way.
Topincs 9.3.0 was released: https://t.co/mM4DWl9gZ2
@3blue1brown Very well done! It's a really big number. But isn't that just half the story? If you brute force, you require an additional much more costly and complex "operation" so that you know you found secret. Does the cleartext make sense? Just curious …
Fascinating to me how every 3-6 months half the tech world becomes completely convinced that some world-breaking discovery is about to either save us all or kill us all and is able to preach the new gospel with absolutely no shame about being wrong the last time.
Importing a table into Topincs just got a lot easier.
1) Define a table format: relevant columns/datatype
2) Write the import code: mapping/integration
3) Execute once or regularly with a chore
Read more:
https://t.co/f6sepSpAZt
If you use Excel for data analytics, you’re a data analyst. You don’t have to know SQL and Python.
Don’t belittle others for using tools that are different from yours! It’s very impressive how far business can go with just Excel.
The URL plays a vital role in Topincs programming. The how and why is covered in a new in-depth section in the Topincs manual.
https://t.co/Y0WaKxOh6M
#webdev#php#topicmaps#db#4gl
Software is about people, by people.
Customers don't choose an application because it's developed in JavaScript, C# or Rust.
They choose it because it makes their life easier.
So instead of getting lost in the tech, focus on making your customers happy!
Worden Park in Leyland, Lancashire, UK is a miniature railway park with several fully functional miniature trains. This is a 200 kg model version of the GWR King Class. This clip gives an idea of its power
[read more: https://t.co/nKo0BK0Kjl]
https://t.co/FgV6keDgB6
@mattecapu The steam locomotive.
Before: daily life is a struggle against hunger, illness & death for everyone.
After: we are able to transport grain to places suffering from a bad harvest. With hunger out of the way, there was free time to tackle to other two.
I'm working with a SPA that has a dedicated backend composed of over a dozen microservices.
Each service has its own repo, and its own DB, even though all services are built and maintained by one team.
I do not recommend this.
🚩Can't do atomic commits
🚩Lots of friction jumping between repos and DB's
🚩Hard to configure CI, or to manage cross-repo breaking changes
🚩Repeated code between repos
🚩Hard to maintain data integrity between DBs
🚩Requires many HTTP calls to load a page (there's no BFF)
🚩No easy way to search/navigate between repos
🚩Complex cross-service transactions
🚩Doesn't honor Conway's law